From owner-freebsd-bugs Sat Oct 28 07:14:12 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA14184 for bugs-outgoing; Sat, 28 Oct 1995 07:14:12 -0700 Received: from relay5.UU.NET (relay5.UU.NET [192.48.96.15]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA14179 for ; Sat, 28 Oct 1995 07:14:08 -0700 Received: from uucp6.UU.NET by relay5.UU.NET with SMTP id QQznki17826; Sat, 28 Oct 1995 10:14:04 -0400 (EDT) Received: from uanet.UUCP by uucp6.UU.NET with UUCP/RMAIL ; Sat, 28 Oct 1995 10:14:04 -0400 Received: by crocodil.monolit.kiev.ua; Sat, 28 Oct 95 16:11:48 +0200 Received: from dog.farm.org (farm-cs.farm.org [193.124.48.230]) by clipper.cs.kiev.ua (8.6.4) with ESMTP id QAA20030 for ; Sat, 28 Oct 1995 16:05:50 +0200 Received: (from dk@localhost) by dog.farm.org (MK54/dk1) id QAA06981 for freebsd-bugs@freebsd.org; Sat, 28 Oct 1995 16:08:17 +0200 From: Dmitry Kohmanyuk Message-Id: <199510281408.QAA06981@dog.farm.org> Subject: 2.0.5-RELEASE: NFS cannot export 2 dirs on 1 partition? To: freebsd-bugs@freebsd.org Date: Sat, 28 Oct 1995 14:08:15 +0000 () Reply-To: dk+@ua.net X-Class: Fast X-OS-Of-Choice: FreeBSD 2.0.5-RELEASE X-NIC-Handle: DK379 X-Mailer: ELM [version 2.4 PL22 dk9] Content-Type: text Sender: owner-bugs@freebsd.org Precedence: bulk hi fellow FBSD'ers, I got the following problem with 2.0.5-RELEASE NFS server: I have 3 disk partitions on my HD, /, /usr, and /xvar. I want to have 4 exported dirs, /usr/src, /usr/ports, /xvar/ftp and /xvar/pubhome. first, I have set up /etc/exports so only /usr/src and /xvar/ftp were exported. That was all fine. then, I have added two more dirs, namely, /usr/ports and /xvar/pubhome. when I do kill -1 mountd_pid (or just reboot the system), it says: (not screenshot, but should be close) can't change attributes for /usr/ports bad exports list line /usr/ports [machines where dir in exported to] and same for /xvar/pubhome. Am I missing something? (maybe 2.1-STABLE? ;-)) other glitch: really, I have somewhat nicer names for them, like /r/ftp, /r/src.fbsd, etc, and local symlinks on NFS server, but it seems that FreeBSD cannot export path with symlinks (remote mounts of these names work ok - server translates them to real names correctly). So now I have to list real paths in /etc/exports and can use symlinks on clients. Is this corrected in newer versions? AFAIK, Solaris can export (`share') symlinks just fine (they appear resolved in `showmount' output, well). please Cc: replies to me (I'm not receiving -bugs just now).