Jump to content

Problem Backing Up Master Boot Record


Recommended Posts

I would like to make a back up of the MBR, just in case for security.

 

I login as root.

I format the disket with the command mformat a:

After, I do the command :

dd if=/dev/hda of=/dev/fd0/mbr.bin bs=512 count=1

The systems responds :

dd: ouverture de `/dev/fd0/mbr.bin': Not a directory

 

I then execute the command :

ls -l /dev/hda

the system responds :

brw-rw---- 1 root disk 3, 0 mai 5 09:32 /dev/hda

 

It seems it does not exist. What should I do ?

 

Thanks in advance for your help.

 

[moved from Security by spinynorman]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...