[EMAIL PROTECTED] wrote:
> The problem is that I can't mount my root partition (which is /dev/hda4)
> 
> [EMAIL PROTECTED] mount -t ext3 /dev/hda4 /mnt/hda4
> mount: wrong fs type, bad option, bad superblock on /dev/hda4,
>        missing codepage or other error
>        In some cases useful info is found in syslog - try
>        dmesg | tail  or so
> 
> Any idea why ? /dev/hda4 is however an ext3 filesystem...
> The problem is the same if i try to mount hda5. However, I can mount hda1
> and  hda2.

Did you try 'dmesg | tail' like it suggested?

Usually if you can't mount a filesystem it's because it got corrupted somehow,
in this case it might be a "bad superblock" like it says.  dmesg will provide
info on exactly why the mount is failing.  If you haven't done so, try using
'-t auto' or not using -t at all.

-- 
Chris Howie
http://www.chrishowie.com

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/IT d-(--) s:- a--->? C++(+++)$> UL++++ P++++$ L+++>++++ E---
W++ N o++ K? w--$ O M- V- PS--(---) PE++ Y+ PGP++ t+ 5? X-
R(+)>- tv-(--) b- DI+> D++ G>+++ e>++ h(--)>--- !r>+++ y->+++
------END GEEK CODE BLOCK------

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to