>     Well, theoretically there is nothing wrong going on since you can mount
>     things on top of an NFS directory.  Mount only complains about 
>     duplicate normal partition mounts because it can't open the buffered
>     block device the second time.  NFS doesn't care how many times a 
>     directory is imported or exported.
> 
>                                       -Matt
>                                       Matthew Dillon 
>                                       <[EMAIL PROTECTED]>
> 
> 

You sure about you can export a directory multiple times? I can't even
export two directories under the same filesystem.

su-2.03# mount
/dev/wd0s1a on / (NFS exported, local, noatime, soft-updates, writes: sync 3945 async 
1317317)
procfs on /proc (local)
su-2.03# cat /etc/exports

/var                            home
/var/tmp                        home
su-2.03# mountd
Aug  1 22:43:01 celery mountd[46042]: can't change attributes for /var/tmp
Aug  1 22:43:01 celery mountd[46042]: bad exports list line /var/tmp home 



It actually exported /, which may not have been what i wanted. :)

Or did I misunderstand you?

Kevin


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

Reply via email to