From owner-freebsd-questions@FreeBSD.ORG Sun May 18 17:17:08 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F4437B404 for ; Sun, 18 May 2003 17:17:08 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id F33BA43FA3 for ; Sun, 18 May 2003 17:17:06 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 19 May 2003 01:17:06 +0100 (BST) To: Bsd Neophyte In-Reply-To: Your message of "Sun, 18 May 2003 16:54:12 PDT." <20030518235412.94908.qmail@web20107.mail.yahoo.com> Date: Mon, 19 May 2003 01:17:05 +0100 From: Ian Dowse Message-ID: <200305190117.aa67893@salmon.maths.tcd.ie> cc: freebsd-questions@freebsd.org Subject: Re: need help repairing this system... mount issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 00:17:08 -0000 In message <20030518235412.94908.qmail@web20107.mail.yahoo.com>, Bsd Neophyte w rites: >mknod: ad4: Read-only file system >/sbin/mknod ad4 > >this happens about 5 times starting with ad4 and ending with ad4s4. how >can i resolve this? Try the following MFS trick: mount_mfs -T fd1440 none /mnt cd /mnt sh /dev/MAKEDEV ad4s1a mount -u /mnt/ad4s1a / cd /dev sh MAKEDEV ad4s1a The usual way of getting out of this situation is to use a fixit CD/floppy to create the device nodes, but the above should work without the need for that. Ian