Tomaž Borštnar wrote: > Matthew Dillon pravi: >> :Aug 12 22:26:31 machine mountd[4146]: -alldirs requested but >> /net/nfs-exports/10.200.200.10 is not a filesystem mountpoint >> :Aug 12 22:26:31 machine mountd[4146]: bad exports list line >> /net/nfs-exports/10.200.200.10 -alldirs -maproot >> :So no luck in flexible exporting for me? >> You are trying to export a NFS mounted filesystem? > no, that directory is part of local (physical) filesystem /net. Just > wanted to have some flexibility in mounting subdirectories directly > instead of top level mount. >
The -alldirs option allows a client to mount at any place within the exported fs. You cannot however export a non mount point. So, what you want to do is something like this: /net -alldirs ...... //Gustaf
