Making backup of master boot record
To make a backup of your Master Boot Record, dd command helps us. For example, taking MBR backup of /dev/sda disc: dd if=/dev/sda of=/tmp/mbr.img bs=512 count=1
- 0 Comment
- Murat Demirten
- 09 Apr 2008, 00:40
-
You must be login first or sign-up for an account to post comments.
Maybe you should look at these also:
USERBOX
CATEGORIES
MOST READ TODAY
- Enabling remote desktop on a VirtualBox Machine
- Syntax highlighting in less
- Redirecting tcp / udp ports with socat
- Passwordless sudo setup
- XFS Filesystem has duplicate UUID problem
- Disabling reverse dns lookups in ssh
- dropbear rsa key problem
- Routing packets back from incoming interface
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Deleting A File By It's Inode Value
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
