Tuesday, January 6, 2009
Howto check disk drive for errors and badblocks
Posted on 6:47 AM by Unknown
It can be a good idea to periodically check for bad blocks. This is done with the badblocks command. It outputs a list of the numbers of all bad blocks it can find. This list can be fed to fsck to be recorded in the filesystem data structures so that the operating system won’t try to use the bad blocks for storing data. The following example will show how this could be done.$ badblocks /dev/
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment