From owner-freebsd-fs Mon May 4 00:18:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06165 for freebsd-fs-outgoing; Mon, 4 May 1998 00:18:07 -0700 (PDT) (envelope-from owner-freebsd-fs@FreeBSD.ORG) Received: from proxy3.ba.best.com (root@proxy3.ba.best.com [206.184.139.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06160; Mon, 4 May 1998 00:18:05 -0700 (PDT) (envelope-from weck@atweb.com) Received: from engine.latweb.com (root@atweb-T1-gw.mv.best.net [206.86.23.54]) by proxy3.ba.best.com (8.8.8/8.8.BEST) with SMTP id AAA12683; Mon, 4 May 1998 00:16:55 -0700 (PDT) Message-Id: <199805040716.AAA12683@proxy3.ba.best.com> X-Sender: atweb-weck@pplus.shell13.ba.best.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Mon, 04 May 1998 00:00:04 -0700 To: freebsd-questions@FreeBSD.ORG, fs@FreeBSD.ORG From: Peter Weck Subject: exporting a MFS partition via NFS Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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-fs" in the body of the message