13 de junio de 2010

Linux MBR backup and restore


MBR backup:

dd if=/dev/hdx of=MBR-backup.file bs=512 count=1

MBR restore:

dd if=MBR-backup.file of=/dev/hdx bs=512 count=1

No hay comentarios:

Publicar un comentario