Backup
dd bs=512 count=1 if=/dev/hda of=backup-hda.mbr
sfdisk -d /dev/hda > backup-hda.sf
Restore
dd if=backup-hda.mbr of=/dev/hda
sfdisk /dev/hda < backup-hda.sf
Backup
dd bs=512 count=1 if=/dev/hda of=backup-hda.mbr
sfdisk -d /dev/hda > backup-hda.sf
Restore
dd if=backup-hda.mbr of=/dev/hda
sfdisk /dev/hda < backup-hda.sf
This page contains a single entry by Pank published on July 8, 2004 6:03 PM.
GNOME 啟動程式設定 was the previous entry in this blog.
.xinitrc is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.
Leave a comment