Re: NFS exports under 4.7-RELEASE

2002-11-17 Thread Terry Lambert
Brian Reichert wrote: > > ...basically: mount-less NFS server by IP address, one per IP address. > > One server per IP address make sense, but only one filesystem > exported thusly doesn't. But, I _still_ haven't read the RFCs in > question, so hopefully I'll see... No mount protocol = no way to

Re: NFS exports under 4.7-RELEASE

2002-11-17 Thread Brian Reichert
On Sun, Nov 17, 2002 at 05:36:16PM -0800, Terry Lambert wrote: > Brian Reichert wrote: > > Now, I have to go read up on webnfs to find out what webnfs really > > is... > > RFC2054, RFC2055, RFC2755 (not implemented by FreeBSD). > > Abstract, RFC2054: Gee, you beat me to it, by a mile. Thanks fo

Re: NFS exports under 4.7-RELEASE

2002-11-17 Thread Terry Lambert
Brian Reichert wrote: > Now, I have to go read up on webnfs to find out what webnfs really > is... RFC2054, RFC2055, RFC2755 (not implemented by FreeBSD). Abstract, RFC2054: This document describes a lightweight binding mechanism that allows NFS clients to obtain service from WebNFS-enable

Re: NFS exports under 4.7-RELEASE

2002-11-17 Thread Brian Reichert
On Sun, Nov 17, 2002 at 12:39:07PM +0100, Mattias Pantzare wrote: > Only one filesystem can be WebNFS exported on a computer (that is how > webnfs works). Remove -webnfs from one. Jeez - I had no idea that was a factor. You're right; removing '-webnfs' from the /annex entry allows both filesystem

Re: NFS exports under 4.7-RELEASE

2002-11-17 Thread Mattias Pantzare
On Sat, 2002-11-16 at 21:46, Brian Reichert wrote: > I hope I'm completely misunderstanding the docs for exports(5) and > kin, but here goes: > > The short form: > > I have two filesystems I want to export. They're both listed in > /etc/exports. The first will be exported just fine, the sec

Re: NFS exports under 4.7-RELEASE

2002-11-17 Thread David Malone
I think you are trying to export the same filesystem to the same list of addresses twice, so you get an error saying it is already exported. David. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

NFS exports under 4.7-RELEASE

2002-11-16 Thread Brian Reichert
I hope I'm completely misunderstanding the docs for exports(5) and kin, but here goes: The short form: I have two filesystems I want to export. They're both listed in /etc/exports. The first will be exported just fine, the second yields complaints from mountd about the device being busy.