Re: mountpoint locking with fbsd-nfs

1999-08-02 Thread John-Mark Gurney
Matthew Dillon scribbled this message on Aug 1: :Yeah, I know about -alldirs... The problem was that we had customers who :wanted us to export their home directories, and unless I gave them their own :filesystem, I couldn't restrict it in the manner i wanted. :) : :Just checking to see that

Re: mountpoint locking with fbsd-nfs

1999-08-02 Thread Alfred Perlstein
On Sun, 1 Aug 1999, Kevin Day wrote: :Yeah, I know about -alldirs... The problem was that we had customers who :wanted us to export their home directories, and unless I gave them their own :filesystem, I couldn't restrict it in the manner i wanted. :) : :Just checking to see that I

Re: mountpoint locking with fbsd-nfs

1999-08-01 Thread Matthew Dillon
:I'm a little bit astonished that's now possible to mount via nfs :several times at the same mountpoint with freebsd nfs clients: : :normal behaviour (Linux 2.2, Solaris): :-- : :magma:/ # mount magma:/cdrom /mnt :magma:/ # mount magma:/cdrom /mnt :mount:

Re: mountpoint locking with fbsd-nfs

1999-08-01 Thread Matthew Dillon
: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 :

Re: mountpoint locking with fbsd-nfs

1999-08-01 Thread Jason Young
IIRC, mount permissions (i.e., what IP addresses, root UID mangling, etc) are set per filesystem. Given a filesystem structure like this: df Filesystem 1K-blocks UsedAvail Capacity Mounted on /dev/da0s1a127023271518971123%/ /dev/ccd0c8321099 2391764

Re: mountpoint locking with fbsd-nfs

1999-08-01 Thread Matthew Dillon
:Yeah, I know about -alldirs... The problem was that we had customers who :wanted us to export their home directories, and unless I gave them their own :filesystem, I couldn't restrict it in the manner i wanted. :) : :Just checking to see that I wasn't missing a way to do this. :) : :Kevin

Re: mountpoint locking with fbsd-nfs

1999-08-01 Thread David E. Cross
IIRC, mount permissions (i.e., what IP addresses, root UID mangling, etc) are set per filesystem. Given a filesystem structure like this: df Filesystem 1K-blocks UsedAvail Capacity Mounted on /dev/da0s1a127023271518971123%/ /dev/ccd0c8321099 2391764

Re: mountpoint locking with fbsd-nfs

1999-08-01 Thread Martin Blapp
On Sun, 1 Aug 1999, Matthew Dillon wrote: 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