Read BOOT sector and MBR
read_boot_v1a.rar/tgz (19 Kb/19.9 Kb)
Command-line tool for reading MBR and BOOT-sectors. Is suitable for backups.
Usage:
read_boot <DriveLetter>: <TargetFile
will store boot-sector in file
read_boot <DriveLetter>:
will dump boot-sector to STDOUT
read_boot mbr<Number>: <TargetFile>
will store MBR in file
read_boot mbr<Number>:
will dump MBR to STDOUT
Example:
read_boot c: c_boot.dat
read_boot d: > d_boot.dat
read_boot mbr0: disk0_mbr.dat
read_boot mbr1: > disk1_mbr.dat
2009.03.01
|