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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message