Yesterday I tried to mount my external Fantom 2Tb external hard drive. It gave me:
So I started doing and e2fsck with "e2fsck -y /dev/sdi1". Problem is, when I do it this way, I get this:
So am I stuck propping up the y key to contine?
[EDIT] There are two 1Tb drives in a RAID1 configuration in this external device and is formated ext4.
Code:
org.freedesktop.Hal.Device.Volume.UnknownFailure: mount: wrong fs type, bad option, bad superblock on /dev/sdi1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
Code:
root@DP5-MARK6:/home/dpich# e2fsck -cc -y /dev/sdi1 e2fsck 1.41.11 (14-Mar-2010) The filesystem size (according to the superblock) is 488380008 blocks The physical size of the device is 244190638 blocks Either the superblock or the partition table is likely to be corrupt! Abort? yes root@DP5-MARK6:
[EDIT] There are two 1Tb drives in a RAID1 configuration in this external device and is formated ext4.
Comment