Tag: harddisk
Backup MBR to Image File
March 17, 2009
Make a copy of MBR (Master Boot Record) to a file. dd if=/dev/hda of=mbr.img bs=512 count=1 dd if=mbr.img of=/dev/hda bs=512…
Backup HDD To Remote Host
February 22, 2009
Make a backup of a local hard disk on remote host via ssh dd bs=1M if=/dev/hda | gzip | ssh…
Check for Bad Blocks in HDD
January 24, 2008
Linux Command to search the Harddisk for bad sectors sudo badblocks -v /dev/sda
Find All Connected Harddisks
September 4, 2007
<p class=”intro”>If you have many IDE harddisks connected to the system(but not mounted), this command will find it. This will…
Recent Comments