Changeset 2772 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 22, 2007 2:40:40 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21379
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r2727 r2772 95 95 (u64Cmd & USAGE_CREATERAWVMDK) ? 96 96 " createrawvmdk -filename <filename> -rawdisk <diskname>\n" 97 " [-partitions <list of partition numbers> ]\n"97 " [-partitions <list of partition numbers> [-mbr <filename>] ]\n" 98 98 " [-register] [-relative]\n" 99 " Creates a new VMDK image which gives access to an entite host disk or\n" 100 " some partitions of a host disk. The diskname is on Linux e.g. /dev/sda,\n" 101 " and on Windows e.g. \\\\.\\PhysicalDisk0).\n" 99 " Creates a new VMDK image which gives access to an entite host disk (if\n" 100 " the parameter -partitions is not specified) or some partitions of a\n" 101 " host disk. If access to individual partitions is granted, then the\n" 102 " parameter -mbr can be used to specify an alternative MBR to be used\n" 103 " (the partitioning information in the MBR file is ignored).\n" 104 " The diskname is on Linux e.g. /dev/sda, and on Windows e.g.\n" 105 " \\\\.\\PhysicalDisk0).\n" 102 106 " On Linux host the parameter -relative causes a VMDK file to be created\n" 103 107 " which refers to individual partitions instead to the entire disk.\n"
Note:
See TracChangeset
for help on using the changeset viewer.