1 Answer
It seems that the Disk contains many bad blocks, so try after removing those bad blocks.
Run e2fsck command and then try with type mentioned.
# e2fsck -y /dev/sda
# mount -t ext4 /dev/sda1 /new-HDD
Your Answer
x