fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

Finder gets permissions wrong on volume connected to server with SSHFS #304

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Connect as root to a Mac OS X server with SSH access from a 10.5.1 Leopard 
machine
2. The mounted volume shows up in Finder under Computer
3. Note that as you browse the file system Finder will not allow access to some 
folders (badged with 
the (-) symbol, even though the connected user should be able to access those 
folders.
4.  I have verified the access through other ssh clients.

Mac OS X 10.5.1
MacFUSE-Core-10.5-1.1.1
sshfs-1.0.0

Original issue reported on code.google.com by reze...@gmail.com on 28 Nov 2007 at 11:27

GoogleCodeExporter commented 8 years ago
Try using "-odefer_permissions" as an additional mount-time argument.

Original comment by si...@gmail.com on 29 Nov 2007 at 12:16

GoogleCodeExporter commented 8 years ago
I had the same problem, I couldn't copy any files from a sshfs mounted volume. 
However, after adding -
odefer_permissions to mount-time arguments. It worked. (Thanks singh)

Original comment by jello...@gmail.com on 17 Dec 2007 at 4:39

GoogleCodeExporter commented 8 years ago
OK, that's a known thing with sshfs. Depending on the remote sftp server and 
how your home directory is set up, 
sshfs could fail to get permissions right by itself, so you'll need to use the 
defer_permissions argument.

Original comment by si...@gmail.com on 17 Dec 2007 at 5:46