Date: Sun, 1 Aug 1999 22:47:12 -0500 (CDT) From: Kevin Day <toasty@dragondata.com> To: dillon@apollo.backplane.com (Matthew Dillon) Cc: blapp@attic.ch (Martin Blapp), freebsd-current@FreeBSD.ORG Subject: Re: mountpoint locking with fbsd-nfs Message-ID: <199908020347.WAA51467@celery.dragondata.com> In-Reply-To: <199908020319.UAA07214@apollo.backplane.com> from "Matthew Dillon" at Aug 01, 1999 08:19:50 PM
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 > <dillon@backplane.com> > > 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908020347.WAA51467>