OK, so it might very well be that I haven't read everything; in that
case, sorry for taking your time. However..

/etc/fstab:

# Device                Mountpoint      FStype  Options         Dump    Pass#
/dev/ad4s1b             none            swap    sw              0       0
/dev/ad4s1a             /               ufs     rw              1       1
/dev/ad4s1e             /tmp            ufs     rw              2       2
/dev/ad4s1g             /usr            ufs     rw              2       2
/dev/ad4s1f             /var            ufs     rw              2       2
/dev/acd0c              /cdrom  cd9660  ro,noauto       0       0
proc                    /proc           procfs  rw              0       0

/etc/exports:

/usr/n/ringrowl/root    -maproot=root -network 192.168.1.0 -mask 255.255.255.0
/usr/n/ringrowl/usr     -maproot=root -network 192.168.1.0 -mask 255.255.255.0

And the result of ``mountd -d -l'' is:

Aug 16 19:36:35 ringwraith mountd[2956]: can't change attributes for 
/usr/n/ringrowl/usr
Aug 16 19:36:35 ringwraith mountd[2956]: bad exports list line /usr/n/ringrowl/usr     
 -maproot

After this, showmount -e shows an exported /usr/n/ringrowl/root, and plain
old mount shows something new: /usr now has a NFS-mounted flag.

Am I right in thinking that the kernel won't let me export more than one
subdir of the same filesystem?  If so, how do I get around this?
I really really really really do not want to repartition, and vnconfig is
just barely an option.. though if there is no other way, I'll have to
do it.

G'luck,
Peter Pentchev

-- 
This sentence contains exactly threee erors.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to