ms-sys 2.1.2 review
Downloadms-sys is a Linux program for writing Microsoft compatible boot records
|
|
ms-sys is a Linux program for writing Microsoft compatible boot records. The program does the same as Microsoft "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT partition except that it does not copy any system files, only the boot record is written.
It is also able to do the same as Microsoft "sys d:" to a floppy or FAT partition except that it does not copy any system files, only the boot record is written.
The program is useful when using Linux to restore a backup of a reference
Microsoft Windows installation.
Installation:
Step 1, unpack the archive:
tar -xzvf ms-sys*.tgz
Step 2, compile:
cd ms-sys
make
Step 3, become root and install
su (and give password)
make install
ms-sys 2.1.2 keywords