bispawel / macfuse

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

The Finder cannot read/write files with sshfs #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sshfs username@host:path mount -o volname=MyServer -o ping_diskarb
2. The Finder shows zero KB available on the remote server, all files' size is 
zero too.
3. cp works in the Terminal as expected

Mac OS 10.4.8/Intel

kextstat | grep fuse
  104    0 0x3ea69000 0xb000  0xa000  com.google.filesystems.fusefs (0.1.0b004) <5 4 3 2>

The debug option gives the following output:
unique: 0, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.8
flags=0x00000000
max_readahead=0x00010000
   INIT: 7.8
   flags=0x00000000
   max_readahead=0x00010000
   max_write=0x00020000
   unique: 0, error: 0 (Unknown error: 0), outsize: 40
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
   unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
   unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
   unique: 1, error: 0 (Unknown error: 0), outsize: 96
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
   unique: 0, error: 0 (Unknown error: 0), outsize: 96
unique: 1, opcode: ACCESS (34), nodeid: 1, insize: 48
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
   unique: 0, error: 0 (Unknown error: 0), outsize: 96
ACCESS / 00
   unique: 1, error: -78 (Function not implemented), outsize: 16
unique: 0, opcode: GETATTR (3), nodeid: 1, insize: 40
unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40
   unique: 2, error: 0 (Unknown error: 0), outsize: 96
   unique: 0, error: 0 (Unknown error: 0), outsize: 112
unique: 1, opcode: STATFS (17), nodeid: 1, insize: 40
   unique: 1, error: 0 (Unknown error: 0), outsize: 96
unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40
   unique: 2, error: 0 (Unknown error: 0), outsize: 96

Original issue reported on code.google.com by kanosh...@gmail.com on 12 Jan 2007 at 9:40

GoogleCodeExporter commented 8 years ago
This is likely a consequence of some noted issues with 0.1.0b004
(http://code.google.com/p/macfuse/wiki/MACFUSE_AND_THE_FINDER). We've 
implemented a
partial fix; please try 0.1.0b006 and let us know if that helps.

Original comment by motown...@gmail.com on 12 Jan 2007 at 10:05

GoogleCodeExporter commented 8 years ago
Version 0.1.0b006 seems to behave correctly. Thanks a lot for this cool stuff!

Original comment by kanosh...@gmail.com on 13 Jan 2007 at 9:55

GoogleCodeExporter commented 8 years ago

Original comment by si...@gmail.com on 13 Jan 2007 at 6:07