Subject: Problem with NFS
To: None <netbsd-help@netbsd.org>
From: Thomas Lecomte <deather.ml@gmail.com>
List: netbsd-help
Date: 01/07/2006 05:16:53
Greetings,
I'm using NetBSD-3_RC6 as a NFS server.
It shares two mount-points: /big and /shared.
barney% cat /etc/exports
/big -network 192.168.0
/shared -network 192.168.0
Well, when I mount /big from other hosts, it works well. (It's an
ext2fs filesystem).
Howevery, when I mount /shared, it got mounted, but when I launch
"ls", I got the root filesystem !
alesia% ls /shared
altroot/ boot home/ libexec/ netbsd* root/ stand/ var/
big/ dev/ kern/ media/ proc/ sbin/ tmp/
bin/ etc/ lib/ mnt/ rescue/ shared/ usr/
Any ideas?
Thanks,
-Thomas