I've got a problem where the system has detected that it did not shutdown cleanly last time and does a fsck check on startup, it gets to 70%, I think the end of phase 1, but doesn't go onto stage 2. Running fsck from a live CD gives:
Quote:
ubuntu@ubuntu:~$ sudo fsck /media/disk
fsck 1.41.4 (27-Jan-2009)
e2fsck 1.41.4 (27-Jan-2009)
fsck.ext2: Is a directory while trying to open /media/disk
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
ubuntu@ubuntu:~$
|
How can I unfsck the disk? It's a new disk but in a old (read at least 5 years old) system. Any HD that goes near it seems to develop the click of death and slowly die. Can anyone help?