Date: Mon, 04 May 1998 00:00:04 -0700 From: Peter Weck <weck@atweb.com> To: freebsd-questions@FreeBSD.ORG, fs@FreeBSD.ORG Subject: exporting a MFS partition via NFS Message-ID: <199805040716.AAA12683@proxy3.ba.best.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm running FreeBSD 2.2.6 with the MFS option compiled in the kernel. I've created an MFS partition that I would like to export via NFS. The MFS partition is mounted on "/memmap". I have the following lines in /etc/exports: / -alldirs -maproot=root -network 10.0.2.0 -mask 255.255.255.0 /memmap -alldirs -maproot=root -network 10.0.2.0 -mask 255.255.255.0 When I try to mount MFS the partition from a Linux box, I get the following error: [root@dev /mnt]# mount 10.0.2.39:/memmap /mnt/drive mount: wrong fs type, bad option, bad superblock on 10.0.2.39:/memmap, or too many mounted file systems I am able to mount the root partition. Is there any way to export the memory mapped file system? Thanks, -Peter Weck (weck@atweb.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805040716.AAA12683>