Date: Tue, 16 Nov 2004 01:12:37 -0800 From: "Loren M. Lang" <lorenl@alzatex.com> To: FreeBSD Mailing list <freebsd-questions@freebsd.org> Subject: Re: NFS Serving Ext2 Partition Message-ID: <20041116091237.GA10375@alzatex.com> In-Reply-To: <20041110061907.GA17938@alzatex.com> References: <20041110061907.GA17938@alzatex.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 09, 2004 at 10:19:07PM -0800, Loren M. Lang wrote: > Does FreeBSD not support exporting the ext2 filesystem over NFS? I've > tried the following lines one at a time and both / and /mnt worked, but > /mnt/oldhome gave a permission denied error on the clients: >=20 > / 192.168.1.2 192.168.1.3 > /mnt 192.168.1.2 192.168.1.3 > /mnt/oldhome 192.168.1.2 192.168.1.3 >=20 > / and /mnt are both on the root partition formatted as UFS2 and > /mnt/oldhome is a linux ext3 partition mounted as ext2. The server is > running FreeBSD 5.3 and the clients are running FreeBSD 5.3 and Red Hat > Linux 9. An update to this, when I tried to start and stop mountd by hand, I got an error from mountd saying it couldn't export the mount point when I had the line: /mnt/oldhome 192.168.1.2 192.168.1.3 but not when I changed the line to: /mnt 192.168.1.2 192.168.1.3 Also, everytime I got that error there was a kernel message generated about ext2fs not supporting the old mount system call so I think the problem is definitely in the ext2 filesystem code. Is this a bug or just a feature not supported by the ext2 filesystem. If it's just a bug, is there any way around it? > --=20 > I sense much NT in you. > NT leads to Bluescreen. > Bluescreen leads to downtime. > Downtime leads to suffering. > NT is the path to the darkside. > Powerful Unix is. >=20 > Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc > Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C > =20 --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C =20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041116091237.GA10375>