On Sat, 23 Aug 2008 22:02:14 -0400 "Aryeh Friedman" <[EMAIL PROTECTED]> wrote:
> Thanks that did it... but you're incorrect in saying it is only ntfs > it is all fuse based fs's I had a the same error when doing a fuse-ssh > mount to my machine at work I meant only ntfs out of all the other entries in your fstab. If PATH isn't exported then the question became: why are any of the mounts or fscks succeeding? Presumably all the fuse filesystems are mounted in the same way mount -t foo --> mount_foo --> mount_fusefs as opposed to mount -t foo --> mount_foo for native filesystems. Since it turns out that only the mount_foo --> mount_fusefs call needs a PATH variable, all fuse filesystems will fail if PATH isn't exported, but no native filesystem will be affected. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

