From owner-freebsd-hackers Thu Sep 11 06:51:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA21742 for hackers-outgoing; Thu, 11 Sep 1997 06:51:21 -0700 (PDT) Received: from rhiannon.clari.net.au (dns1.clari.net.au [203.27.85.9]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA21736 for ; Thu, 11 Sep 1997 06:51:14 -0700 (PDT) Received: (from root@localhost) by rhiannon.clari.net.au (8.8.5/8.8.5) id XAA06649 for freebsd-hackers@freebsd.org; Thu, 11 Sep 1997 23:51:04 +1000 (EST) Date: Thu, 11 Sep 1997 23:51:04 +1000 (EST) From: Peter Hawkins Message-Id: <199709111351.XAA06649@rhiannon.clari.net.au> To: freebsd-hackers@freebsd.org Subject: mfs root partition Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am creating a diskless system with the root partition as an MFS partition. I do not seem able to get it to mount / even though it boots and gets as far as running rc (so it must be able to read vn0a up to the attempt to mount). my fstab entry is: /dev/vn0a / mfs rw 1 1 The directory structure itself is crunched and gzipped. the error message is "mfs not compiled in". I have compiled in newfs and used a link in the crunch config from that to mount_mfs and both are symbolically linked to the crunched file. What puzzles me is that it would appear it's attempting to exec "mfs" not "mount_mfs". Any help appreciated, Peter PS - please respond by email - I do not subscribe to hackers.