0

mount: mount /dev/sdb1 on /newtest failed: Structure needs cleaning

I got this error while mounting a new hardisk to the desired location.

 #  mount /dev/sda1 /new-HDD
 mount: mount /dev/sdb1 on /newtest failed: Structure needs cleaning

mason
asked May 5, 2017
1 Answer
0

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
View More
jagannatharumugam
answered May 5, 2017
Your Answer
||||
x
 
100:0