Closed GoogleCodeExporter closed 9 years ago
The 1,000 GB is what sshfs reports. The sshfs implementation doesn't actually
retrieve this information from
the remote server. It just uses a hardcoded value of 1,000 GB. That part has
nothing to do with MacFUSE,
which will just say what the user-space file system told it.
That said, there is no such thing as an ssh "drive". You don't mount a remote
*drive*--you mount a remote
directory. SFTP, and most file systems for that matter, don't have a way to
tell you how much space is
available/consumed within a directory. Hence, this may not be what you expect,
but this is how it works. Your
expectation to "see the actual disk usage reported correctly" isn't quite right
either for this reason--why
would you want to see the *disk* usage? You want to see the usage information
for that directory, which, I
grant you, looks like a "disk" in that it's mounted and all. Hope this
clarifies it.
This has been discussed before here.
Original comment by si...@gmail.com
on 30 Jul 2007 at 10:47
Original issue reported on code.google.com by
yww...@gmail.com
on 30 Jul 2007 at 9:30