[DISKPART] Add dump command to dump a sector of a disk or partition
authorEric Kohl <eric.kohl@reactos.org>
Sun, 13 Mar 2022 13:20:47 +0000 (14:20 +0100)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 13 Mar 2022 13:26:10 +0000 (14:26 +0100)
commita2aaa28436e47180ffb72397571fac02d8f61a08
tree8caa9ca8972bf4a2d8f7ff471bf1ed93e356c114
parent28d565ae9af8cd81e3f9fa524af56c9cf6f10c6e
[DISKPART] Add dump command to dump a sector of a disk or partition

Select a disk and run "dump disk 0" to dump the MBR of the disk.
base/system/diskpart/dump.c [new file with mode: 0644]