From owner-freebsd-hackers Sat Sep 28 02:12:53 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA02344 for hackers-outgoing; Sat, 28 Sep 1996 02:12:53 -0700 (PDT) Received: from ghost.mep.ruhr-uni-bochum.de (ghost.mep.ruhr-uni-bochum.de [134.147.6.16]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA02291 for ; Sat, 28 Sep 1996 02:12:46 -0700 (PDT) Received: (from roberte@localhost) by ghost.mep.ruhr-uni-bochum.de (8.7.5/8.7.3) id LAA17091; Sat, 28 Sep 1996 11:12:12 +0200 (MET DST) From: Robert Eckardt Message-Id: <199609280912.LAA17091@ghost.mep.ruhr-uni-bochum.de> Subject: Re: NFS problems with 960801-SNAP In-Reply-To: from Narvi at "28. Sep. 96 10:00:46" To: narvi@haldjas.folklore.ee (Narvi) Date: Sat, 28 Sep 1996 11:12:11 +0200 (MET DST) Cc: nwestfal@Vorlon.odc.net, hackers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > On Fri, 27 Sep 1996, Neal Westfall wrote: > > > I am having trouble getting mountd to read my exports file > > properly, and I don't have a clue what is wrong with it. > > > > Here is my exports file: [..] > > # You should replace these lines with your actual exported filesystems. > > /home/business vorlon > > /home/resell vorlon If business and resell are subdirectories in one filesystem /home, try instead the following line: /home/business /home/resell vorlon ^ SPACE ^ TAB > > But mountd always complains with this: > > > > Sep 27 17:41:22 narn mountd[83]: Can't change attributes for /home/resell. > > Sep 27 17:41:22 narn mountd[83]: Bad exports list line /home/resell vorlon [..] > > Isn't it possible that there is only the /home filesystem and the > /home/business and /home/resell are not separate filesystems but just > subdirectories? If so, the command above "seems" (I have not tested) to > export /home - and with the second line, you are instructing it to > reexport it. It would be real good if you could export any directory > you like and be not limited to mountpoints, as the situation seems to be. Robert