Tag: sector
Backup and Restore Boot sector
June 20, 2009
Use these commands to backup/restore your boot sector dd if=/dev/hda of=bootsector.img bs=512 count=1 # backup dd if=bootsector.img of=/dev/hda #restore Original…
Check for Bad Blocks in HDD
January 24, 2008
Linux Command to search the Harddisk for bad sectors sudo badblocks -v /dev/sda
Recent Comments