Difference between revisions of "Checking hard disks for bad blocks"
From thelinuxwiki
				
								
				
				
																
				
				
								
				|  (Pushed from thelinuxwiki.com.) | 
Latest revision as of 18:57, 25 February 2013
badblocks is a Linux utility to check for bad sectors on a disk drive.
example: read-only check of disk, status % output, verbose messages
badblocks -sv /dev/sda
 
					