I have an WD MyPassport external HD that won't even mount anymore. I have tried several things (most of which suggestions from this forum), such as using testdisk
, mkfs.ext4
, mkfs.ext3
, mkfs.ntfs
and etc. At this point, as you can see, I don't really care about the files anymore. I would just like to be able to use my HD again. Any help is appreciated.
PS.: some outputs you might find useful
$ sudo mount /dev/sdb /media/wd/
mount: /dev/sdb: can't read superblock
$ sudo dumpe2fs /dev/sdb | grep superblock
dumpe2fs 1.42.9 (4-Feb-2014)
dumpe2fs: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb
Couldn't find valid filesystem superblock.
$ sudo fsck /dev/sdb
fsck from util-linux 2.20.1
e2fsck 1.42.9 (4-Feb-2014)
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb
Could this be a zero-length partition?
The command sudo fdisk -l /dev/sdb
outputs nothing.
The "zero partition" part cought my eye, but I don't know what to do with it.