Re: [Clonezilla-live] Feature Request: Restore MBR (only)
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
From: Steven S. <st...@nc...> - 2008-01-23 01:01:46
|
If you mean restore MBR only (first 446 bytes in the disk, i.e. partition table is not included), you can do it manually: dd if=$target_dir/${ihd}-mbr of=/dev/$ihd bs=446 count=1 Replace $target_dir (Ex. /home/partimage/2008-01-20-img/) and $ihd (Ex. hda) with yours. Yes, it's possible to have another program to do that. Will try to include this feature in the clonezilla live menu. Regards, Steven. Nanley Chery wrote: > Currently (AFAIK), a Clonezilla user has to restore an entire partition > to restore his/her MBR - even if they want to keep their data, and > simply gain access to it. However, if you made an option to restore an > MBR only (in addition to save/restore disk/partition), Clonezilla's > utility and popularity would increase ten-fold. If there is already an > option to do so, it should be made apparent. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Clonezilla-live mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clonezilla-live -- Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org> National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw Public Key Server PGP Key ID: 9762755A Fingerprint -- A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A |