Closed GoogleCodeExporter closed 8 years ago
> omnium.freeman-centre.ac.uk is a CNAME for
> 139.184.225.200
omnium.freeman-centre.ac.uk is not a CNAME, sorry. It's the name.
Original comment by grahampe...@gmail.com
on 23 Apr 2007 at 11:15
grahamperrin:
sshfs.app tries to create the mount point based on the server name, so the
volume fails to mount because
that mount point is already used. Yes, there could be better error messages
etc., but then sshfs.app is merely
an unsupported tech demo. In any case, this (choosing a name for the mount
point, creating the mount point)
is a high-level issue beyond the scope of MacFUSE itself.
As for "Permission denied", it looks like you tried to "ls" as the super user
(via sudo). You *will* get permission
denied unless the mount was done by the super user to begin with. This is a
feature (you don't want root-
owned/system processes being "hung" by a malicious user file system daemon). It
can be arranged to have
"other" processes be able to access MacFUSE volumes, but that shouldn't be the
typical use case.
If you try to access the volume that user B mounted *as user B* from the
Terminal, it should work. If not, then
that's a bug.
Original comment by si...@gmail.com
on 24 Apr 2007 at 7:44
Thanks - understood.
I may review this in the context of MacFusion.
Regards
Graham
Original comment by grahampe...@gmail.com
on 27 Apr 2007 at 3:48
Original comment by si...@gmail.com
on 27 Apr 2007 at 7:33
Original issue reported on code.google.com by
grahampe...@gmail.com
on 23 Apr 2007 at 11:12