badblocks icon
badblocks icon

badblocks

 Like

Linux command-line tool for checking disks or partitions for bad blocks by performing read and write operations. It can also refresh the data via its nondestructive write test triggered by option -n.

License model

  • FreeOpen Source

Platforms

  • Linux
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Disk Maintenance

badblocks News & Activities

Highlights All activities

Recent activities

No activities found.

badblocks information

  • Licensing

    Open Source and Free product.
  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

Popular alternatives

View all

Our users have written 0 comments and reviews about badblocks, and it has gotten 0 likes

badblocks was added to AlternativeTo by needmoremusic on Dec 5, 2023 and this page was last updated Dec 6, 2023.
No comments or reviews, maybe you want to be first?
Post comment/review

What is badblocks?

badblocks is used to search for bad blocks on a device (usually a disk partition). device is the special file corresponding to the device (e.g /dev/hdc1). last_block is the last block to be checked; if it is not specified, the last block on the device is used as a default. first_block is an optional parameter specifying the starting block number for the test, which allows the testing to start in the middle of the disk. If it is not specified the first block on the disk is used as a default.