mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 20:59:44 +00:00
[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.
This commit is contained in:
parent
af33607a27
commit
28d565ae9a
3 changed files with 10 additions and 0 deletions
|
@ -29,6 +29,7 @@ COMMAND cmds[] =
|
|||
{L"delete", delete_main, IDS_HELP_CMD_DELETE, IDS_HELP_CMD_DESC_DELETE},
|
||||
{L"detail", detail_main, IDS_HELP_CMD_DETAIL, IDS_HELP_CMD_DESC_DETAIL},
|
||||
{L"detach", detach_main, IDS_HELP_CMD_DETACH, IDS_HELP_CMD_DESC_DETACH},
|
||||
{L"dump", dump_main, IDS_NONE, IDS_NONE},
|
||||
{L"exit", NULL, IDS_NONE, IDS_HELP_CMD_DESC_EXIT},
|
||||
{L"expand", expand_main, IDS_HELP_CMD_EXPAND, IDS_HELP_CMD_DESC_EXPAND},
|
||||
{L"extend", extend_main, IDS_HELP_CMD_EXTEND, IDS_HELP_CMD_DESC_EXTEND},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue