- Timestamp:
- May 21, 2007 10:03:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r2675 r2727 96 96 " createrawvmdk -filename <filename> -rawdisk <diskname>\n" 97 97 " [-partitions <list of partition numbers>]\n" 98 " [-register] \n"98 " [-register] [-relative]\n" 99 99 " Creates a new VMDK image which gives access to an entite host disk or\n" 100 100 " some partitions of a host disk. The diskname is on Linux e.g. /dev/sda,\n" 101 101 " and on Windows e.g. \\\\.\\PhysicalDisk0).\n" 102 " On Linux host the parameter -relative causes a VMDK file to be created\n" 103 " which refers to individual partitions instead to the entire disk.\n" 102 104 " Optionally the created image can be immediately registered.\n" 103 105 " The necessary partition numbers can be queried with\n"
Note:
See TracChangeset
for help on using the changeset viewer.