- Timestamp:
- May 27, 2009, 11:39:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/docs/htmldocs/manpages/mount.cifs.8.html
r231 r233 64 64 the server supports the Unix Extensions then the uid 65 65 and gid can be retrieved from the server (and uid 66 and gid would not have to be specif ed on the mount.66 and gid would not have to be specified on the mount. 67 67 For servers which do not support the CIFS Unix 68 68 extensions, the default uid (and gid) returned on lookup … … 162 162 server crashes.</p></dd><dt><span class="term">soft</span></dt><dd><p>(default) The program accessing a file on the cifs mounted file system will not hang when the server crashes and will return errors to the user application.</p></dd><dt><span class="term">noacl</span></dt><dd><p>Do not allow POSIX ACL operations even if server would support them.</p><p> 163 163 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers 164 version 3. 10 and later. Setting POSIX ACLs requires enabling both XATTR and164 version 3.0.10 and later. Setting POSIX ACLs requires enabling both XATTR and 165 165 then POSIX support in the CIFS configuration options when building the cifs 166 module. POSIX ACL support can be disabled on a per mount basi cby specifying166 module. POSIX ACL support can be disabled on a per mount basis by specifying 167 167 "noacl" on mount.</p></dd><dt><span class="term">nocase</span></dt><dd><p>Request case insensitive path name matching (case 168 168 sensitive is the default if the server suports it).
Note:
See TracChangeset
for help on using the changeset viewer.