Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2005 11:47:01 -0800 (PST)
From:      dR <dystopianrebel@yahoo.com>
To:        mrb@bmyster.com, freebsd-questions@freebsd.org
Subject:   Re: Help! I am in beeg trouble. 
Message-ID:  <20050306194702.69296.qmail@web52307.mail.yahoo.com>
In-Reply-To: 6667

next in thread | raw e-mail | index | archive | help
This works from single-user mode:

# fsck -p
# mount -u /
# mount -a -t ufs
# swapon -a

But when I exit SUM for MUM, I'm back to the same
problem of usr/bin/login not being found. 

My new theory is that portupgrade did something to my
set-up. All the slices are healthy and all the data is
visible. 

I am going to try a minimal upgrade from the
installation disc to see if that will set things
right. 

m!


--- Brent <mrb@bmyster.com> wrote:
> by the sounds of it...seems the slices were mounted
> with read only options set.
> 
> try mounting the partitions manually something like
> mount /dev/ad1s1a /
> mount /dev/ad1s1e /usr
> mount /dev/ad1s1f /var   
> 
> just make sure that you have the device name
> correctly and what the correct
> mount point. 
> 
> or try 
> 
> ok boot -s
> # fsck -p
> # mount -u /
> # mount -a -t ufs
> # swapon -a
> 
> hope that helps ....
> 
> Brent
> 
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



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