bispawel / macfuse

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

File contents not being refreshed #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. (using MacFusion) mount on local machine with sshfs -ooping_diskarb
2. cat local file
3. login onto remote filesystem - (the one hosting the file) and change file 
contents on remote 
system. Save.
4. cat local file again

What is the expected output? What do you see instead?
Expect to see the new file contents but see the same as the first time.

What version of the product are you using? On what operating system?
0.3 on OSX 10.4.9

Please provide any additional information below.
touching the file on the remote system DOES get reflected in local file 
timestamp.

Original issue reported on code.google.com by jason2...@jasonjobe.com on 16 May 2007 at 11:13

GoogleCodeExporter commented 8 years ago
Your expectation may be reasonable from a user standpoint, but isn't given the 
technical circumstances. This has 
been discussed aplenty before. Please search in the past issues reported and 
perhaps in the mailing list too. 
MacFUSE does have some options that will make it behave more like what you're 
expecting. Try the 
'nolocalcaches' option along with the sshfs 'cache=no' option, for example.

Original comment by si...@gmail.com on 16 May 2007 at 11:33