How check bad block in hard disk drive via Linux Mint or Ubuntu

in #badblock8 years ago (edited)

bannière_logo.png
1.Identify the partition via Disks or similar program. (my target partition is /dev/sdc6 which indicates the 6th partition in my third external hard drive)
2.Unmount the partition
3.Open terminal & run:

sudo badblocks -wsv /dev/sdc6