On Tue, Dec 30, 2003 at 05:11:14PM +0000, Josh Robinson wrote:
> > Maybe you have one of the woody intaller CD's, boot off the first one,
> > and when prompted type rescue root=/dev/hdxX <------ replace with your
> > root partition, probably hda1.
> 
> thanks: how do i know which is my root partition? (i can't remember which
> is which of my various partitions - i can't remember if the first was the
> root or the swap. is there a way of finding out?)

Boot off the debian cd and try mounting your various partitions and check
which one is root.

For example do:
mkdir /test
mount /dev/hda1 /test
cd /test
ls
if hda1 wasn't root then try the next one:
cd /
umount /test
mount /dev/hda2 /test
cd /test
ls
etc.

Bijan
-- 
Bijan Soleymani <[EMAIL PROTECTED]>
http://www.crasseux.com

Attachment: signature.asc
Description: Digital signature

Reply via email to