On 4/22/10, Yuri <y...@rawbw.com> wrote:
> I only have this one line exports:
> /usr/diskless.sparc64 -alldirs -maproot=root -network=192.168.0
> -mask=255.255.255.0
>
> But somhow all mounts are succeed: /home, usr/ports, etc.
>
> Isn't exports supposed to limit what can be mounted?
>
> Yuri


Because you didn't specify in this email where /home is mounted, I can
only guess /home is actually a symlink to /usr/home


Because /usr/home is under the /usr mountpoint and you specified
'-alldirs' in the exports, any dir under /usr can be mounted.

NFS exports work ONLY on mountpoints, they do not work under child
directories unless -alldirs is specified and then any dir under that
mountpoint can be mounted.



Please check your system configuration and return to us.


--Tim
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to