Date: Thu, 28 Nov 2002 19:42:25 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Emiel Kollof <coolvibe@hackerheaven.org> Cc: current@FreeBSD.ORG, <mux@FreeBSD.ORG> Subject: Re: ext2fs and NFS exporting wackyness Message-ID: <20021128193738.V11880-100000@gamplex.bde.org> In-Reply-To: <20021128064335.GA43060@hackerheaven.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 28 Nov 2002, Emiel Kollof wrote: > I'm having some odd trouble with exporting a ext2fs with NFS. > ... > Seems allright, no? Well, when I invoke or HUP mountd, the following > happens: > > kernel: ext2fs doesn't support the old mount syscall > mountd[344]: could not remount /storage: Operation not supported > mountd[344]: bad exports list line /home -alldirs -network 10.0.0.0 -mask > 255.255.255.0 > > It _should_ export fine, but the remounting does not work, causing > mountd to think something's amiss and abort my cunning plan to share > data across my network. mountd(8) only uses the old mount syscall (mount(2)), but support for mount(2) in ext2fs was axed in rev.1.97 of ext2_vfsops.c. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021128193738.V11880-100000>