MBR/Partitionstabelle

Post Reply
Message
Author
Klaus

MBR/Partitionstabelle

#1 Post by Klaus »

Hallo,
kann mir jemand ein Tool nennen, mit dem man MBR bzw. die Partitionstabelle einsehen und wiederherstellen kann?
Klaus

florix

Re: MBR/Partitionstabelle

#2 Post by florix »

hi,

fdisk -l zeigt dir die partition table

und mit cfdisk kannst du sie bearbeiten

besser als partition magic!

chao florix

Klaus2

Re: MBR/Partitionstabelle

#3 Post by Klaus2 »

.. oder mit dd in eine Datei kopieren.
Sichern mit: (Für /dev/hda !)
dd if=/dev/hda of=hda.mbr bs=512 count=1
Zurück mit:
dd if=hda.mbr of=/dev/hda

.. bei solchen Arbeiten immer aufpassen!

MfG
Klaus2

Post Reply