Under lunux, try running "sudo e2fsck /dev/sdxxx" on all partitions of the problem drive (you need to be a super user/administrator).
http://www.satelliteguys.us/dish-ne...-drive-archive-bug-thread-53.html#post1797427I tried the command above this morning. The results do not look good.
[root@localhost mnt]#
sudo e2fsck /dev/sdb2
e2fsck 1.40.2 (12-Jul-2007)
Couldn't find ext2 superblock, trying backup blocks...
e2fsck: Bad magic number in super-block while trying to open /dev/sdb2
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>
[root@localhost mnt]#
sudo e2fsck -b 8193 /dev/sdb2
e2fsck 1.40.2 (12-Jul-2007)
e2fsck: Bad magic number in super-block while trying to open /dev/sdb2
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>
The other two partitions did not have a problem.
I would appreciate any more ideas.