bispawel / macfuse

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

Changes to files are not reflected when outside an sshfs link #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This bug is using the following system:
OSX 10.4.9 (Intel)
FUSE kernel interface version 7.8

Remote system is Linux kernel 2.6.9-42.0.2

What steps will reproduce the problem?
1. Mount a remote drive via sshfs
2. Create a file anywhere on the remote system.
3. Modify the file using text-editing software that accesses the file
through the sshfs link (I used Textpad).  Save changes, and close.
4. Shell into the system where your file is located using ssh.
5. Modify the file using a remote text editor such as nano or emacs.
6. Reopen the file through the local text editing software.  File changes
are not reflected.

What is seen instead is the last changes made using the sshfs link.  Have
attempted enabling the cache=no setting for the sshfs mountpoint; this
appears to make no difference.

Original issue reported on code.google.com by WebS...@gmail.com on 16 Apr 2007 at 4:33

GoogleCodeExporter commented 8 years ago
Addendum: this entry was premature.  Adding the 'nolocalcaches' option to the 
sshfs
connection string options appears to resolve.

Original comment by WebS...@gmail.com on 16 Apr 2007 at 4:39

GoogleCodeExporter commented 8 years ago
I have explained this far too many times already. Please search the 
macfuse-devel forums or the past issues in 
the issues database.

Original comment by si...@gmail.com on 16 Apr 2007 at 6:41