Closed GoogleCodeExporter closed 8 years ago
MacFUSE doesn't know or care what it means to be a hidden directory. Can you
write to other files in that mount?
Try passing the "-odefer_permissions" mount-time option to sshfs.
Original comment by si...@gmail.com
on 24 Jan 2008 at 7:53
I can write to all other files in that mount. Sorry - how do I pass mount-time
options?
Original comment by jill.yet...@gmail.com
on 24 Jan 2008 at 8:23
To pass mount-time options, use the actual sshfs binary that's embedded in
sshfs.app. You'd be looking for sshfs.app/Contents/Resources/sshfs-static,
which is a command-line program. Run it from the Terminal,
something like:
$ ./sshfs-static user@host:/remote/dir /local/mount/point/ -odefer_permissions
I just tested with a .DIRECTORY/ myself--works for me.
Original comment by si...@gmail.com
on 24 Jan 2008 at 8:32
Original comment by si...@gmail.com
on 12 Feb 2008 at 1:08
Original issue reported on code.google.com by
jill.yet...@gmail.com
on 24 Jan 2008 at 7:06