From owner-freebsd-stable@FreeBSD.ORG Wed May 7 01:23:41 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62C4A37B408 for ; Wed, 7 May 2003 01:23:41 -0700 (PDT) Received: from endeavour.uwyo.edu (endeavour.uwyo.edu [129.72.10.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF9F43F85 for ; Wed, 7 May 2003 01:23:40 -0700 (PDT) (envelope-from singollo@uwyo.edu) Received: from CONVERSION-DAEMON.endeavour.uwyo.edu by endeavour.uwyo.edu (PMDF V6.1-1 #40460) id <0HEI00I01CLS9U@endeavour.uwyo.edu> for freebsd-stable@freebsd.org; Wed, 07 May 2003 02:22:40 -0600 (MDT) Received: from localhost.localdomain (dsl14.uwyo.edu [129.72.83.15]) by endeavour.uwyo.edu (PMDF V6.1-1 #40460) with ESMTP id <0HEI00GHNCLR9O@endeavour.uwyo.edu> for freebsd-stable@freebsd.org; Wed, 07 May 2003 02:22:40 -0600 (MDT) Date: Wed, 07 May 2003 03:22:39 -0500 From: Matthew Swank To: freebsd-stable@freebsd.org Message-id: <2de2b8860d1f5d2b77bc31fa006422b7@kirschwenk.my.domain> MIME-version: 1.0 X-Mailer: GNUMail.app (Version 1.0.3) Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7BIT cc: singollo@uwyo.edu Subject: problems exporting ext2fs partitions in 5.0-RELEASE-p7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 08:23:41 -0000 from my fstab file: /dev/ad7s1 /mnt/fileserv ext2fs rw 0 0 from my exports file: /mnt/fileserv/mp3 -mapall=netuser -network 192.168.1.0 -mask 255.255.255.0 when mountd starts up, or is HUP'd: kernel: ext2fs doesn't support the old mount syscall mountd[360]: could not remount /mnt/fileserv/mp3: Operation not supported mountd[360]: bad exports list line /mnt/fileserv/mp3 -mapall=netuser -network 192.168.1.0 -mask 255.255.255.0 There was a thread about this problem late last year on freebsd-current, ( http://docs.freebsd.org/cgi/mid.cgi?db=irt&id=20021128064335.GA43060@hackerheaven.org ) but the problem never reached a conclusion. I was wondering If there was any solution in sight. Thanks, Matt Matthew Swank singollo@uwyo.edu