Problem mounting a backup hard disk.
by zaxonus from LinuxQuestions.org on (#4QP9J)
Hello!
I have this issue mounting a partition in linux:
# mount /dev/sdc1 BHD/
mount-FULL: /root/BHD: can't read superblock on /dev/sdc1.
#
After searching the net, I ran this command:
# fsck /dev/sdc1 -p
And since it failed at some point, I followed the provided advice and ran:
# e2fsck -b 32768 /dev/sdc1
It took some time to finish. But when I run again:
# mount /dev/sdc1 BHD/
I still got the same problem.
Has anyone some recommendation on what to do to try to get back to the data on my hard disk?


I have this issue mounting a partition in linux:
# mount /dev/sdc1 BHD/
mount-FULL: /root/BHD: can't read superblock on /dev/sdc1.
#
After searching the net, I ran this command:
# fsck /dev/sdc1 -p
And since it failed at some point, I followed the provided advice and ran:
# e2fsck -b 32768 /dev/sdc1
It took some time to finish. But when I run again:
# mount /dev/sdc1 BHD/
I still got the same problem.
Has anyone some recommendation on what to do to try to get back to the data on my hard disk?