From owner-freebsd-questions@FreeBSD.ORG Sun May 18 18:40:31 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 7085537B401 for ; Sun, 18 May 2003 18:40:31 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C196243F3F for ; Sun, 18 May 2003 18:40:30 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 19655 invoked by uid 1001); 19 May 2003 01:41:32 -0000 Date: Sun, 18 May 2003 18:41:32 -0700 From: Joshua Oreman To: Bsd Neophyte Message-ID: <20030519014132.GB19365@webserver.get-linux.org> References: <200305190117.aa67893@salmon.maths.tcd.ie> <20030519013058.99111.qmail@web20102.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030519013058.99111.qmail@web20102.mail.yahoo.com> User-Agent: Mutt/1.4i cc: 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 01:40:31 -0000 On Sun, May 18, 2003 at 06:30:58PM -0700 or thereabouts, Bsd Neophyte seemed to write: > > --- Ian Dowse wrote: > > > Try the following MFS trick: > > > > mount_mfs -T fd1440 none /mnt > > cd /mnt > > sh /dev/MAKEDEV ad4s1a > > was able to do these 3 w/o any issues. > > > mount -u /mnt/ad4s1a / > > however, it fell appart here. this is the error message i received: > > WARNING: R/W mount of / denied. Filesystem is not clean - run fsck > mount: /mnt/ad4s1a: Operation not permitted I guess you need to fsck the fs first. Do: fsck /mnt/ad4s1a before the mount command. > > > cd /dev > > sh MAKEDEV ad4s1a > > the same error appears as before: > > mknod: ad4s1a: Read-only file system > /sbin/mknod ad4s1 Direct consequence of the above. -- Josh > > > > > 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. > > i have to say this was extremely helpful. i was able to mount /dev/ad4s1e > under /usr. > > however, i'm still stuck. i was hoping i'd be able to create the device > nodes and then change the values under /etc/fstab so that things would > work without any issues. but i'm still having a problem with sorting out > the device nodes. > > any other advice on this one? > > thanks again for this pretty sweet trick. :) > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"