Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: sector

20 Jun

Backup and Restore Boot sector

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 Article

admin Posted in Command Line, Linux backup, boot, bootsector, command, dd, Linux, restore, sector Leave a comment
24 Jan

Check for Bad Blocks in HDD

Linux Command to search the Harddisk for bad sectors


sudo badblocks -v /dev/sda
admin Posted in Command Line, Linux bad, badblocks, command, harddisk, hdd, Linux, sector Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑