Changeset 77142 in vbox for trunk/src/VBox
- Timestamp:
- Feb 2, 2019 12:20:11 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128602
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp
r77090 r77142 210 210 RTPrintf("usage: vboximg-mount [options] <mount point directory path>\n\n" 211 211 "vboximg-mount options:\n\n" 212 " [ { -i | --image } <specifier> ] VirtualBox disk base or snapshot image,\n"213 " specified by UUID , or fully-qualifiedpath\n"212 " [ { -i | --image } <specifier> ] VirtualBox disk base image or snapshot,\n" 213 " specified by UUID or path\n" 214 214 "\n" 215 215 " [ { -l | --list } ] If --image specified, list its partitions,\n" … … 245 245 RTPrintf("\n" 246 246 "vboximg-mount is a utility to make VirtualBox disk images available to the host\n" 247 "operating system in a root or non-root accessible way. The user selects which\n" 248 "point in the available history of the virtual disk to mount it by specifying\n" 249 "either the base image or a snapshot image on the command line.\n" 247 "operating system for privileged or non-priviliged access. Any version of the\n" 248 "disk can be mounted from its available history of snapshots.\n" 250 249 "\n" 251 "If the user provides a base image UUID/path withthe --image option, only\n"250 "If the user specifies a base image identifier using the --image option, only\n" 252 251 "the base image will be mounted, disregarding any snapshots. Alternatively,\n" 253 "if a snapshot (e.g. disk differencing image) is provided, the chain of\n" 254 "snapshots is calculated from that \"leaf\" snapshot to the base image and\n" 255 "the resulting chain is processed to synthesize a FUSE-mounted virtual disk\n" 256 "in the depicted state.\n" 252 "if a snapshot is specified, the state of the FUSE-mounted virtual disk\n" 253 "is synthesized from the implied chain of snapshots, including base the image.\n" 257 254 "\n" 258 255 "The virtual disk is exposed as a device node within a FUSE-based filesystem\n"
Note:
See TracChangeset
for help on using the changeset viewer.