Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2003 01:05:09 +0200
From:      Simon Barner <barner@in.tum.de>
To:        Bsd Neophyte <bsdneophyte@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: need help repairing this system... mount issues
Message-ID:  <20030518230509.GA20010@zi025.glhnet.mhn.de>
In-Reply-To: <20030518222629.87886.qmail@web20107.mail.yahoo.com>
References:  <20030518222629.87886.qmail@web20107.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

> well i found that now the disk was no longer da0 but da4.  so i had to
> boot by entering "ufs:/dev/ad4s1a" 
> 
> i am able to boot, but i'm having some issues now.
> 
> i've tried "mount /dev/ad4s1e /usr" but this wont work.  i get the
> following error: "mount: /dev/ad4s1a: No such file or directory"
> 
> i decided to look under /dev, for some reason under the disk pointers (is
> that what they are called?) only go up to da3, there is no mention of da4.
>  i really don't know what to do to mount /usr.

All you have to do is to boot into single user mode ('boot -s' at the
boot prompt), and create the missing device node:

cd /dev
sh MAKEDEV ad4s1a (and probably others, have a look at /etc/fstab).

Then you have to adjust /etc/fstab accordingly (replace da0 with da4).

Now, your system should start properly...

Simon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030518230509.GA20010>