What is difference between /etc/rc called programs and ones
called after login prompt shows up
RW
fbsd06 at mlists.homeunix.com
Sun Aug 24 05:03:54 UTC 2008
On Sat, 23 Aug 2008 22:02:14 -0400
"Aryeh Friedman" <aryeh.friedman at gmail.com> 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.
More information about the freebsd-hackers
mailing list