Age | Commit message (Collapse) | Author |
|
Verified with `cat -vet` and `grep '\s$'`
|
|
add a '-o nomap=ignore|error' option, which defaults to 'error'
|
|
These options allow you to create a pair of local files, with
username:uid/groupname:gid pairs, one per line. Alternatively, files can
be in standard /etc/passwd / /etc/group format.
The uid/gids are for the remote server, their local counterparts are
looked up with a local getpwnam/getgrnam call. Any stat() calls will
show with the remapped local uid/gid, and any chown() calls will be
remapped back to the remote uid/gid.
|
|
happen in some circumstances (bugzilla.kernel.org #12864).
|
|
even if the connection to the server can't be established.
|
|
Libfuse also needs to be fixed up. Reported by Kārlis Repsons
|
|
|
|
|
|
|