Changeset 80517 in vbox for trunk/src/VBox/ImageMounter/vboximg-mount/vboximgOpts.h
- Timestamp:
- Aug 30, 2019 5:04:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/vboximg-mount/vboximgOpts.h
r76585 r80517 28 28 char *pszVm; /** optional VM UUID */ 29 29 char *pszImageUuidOrPath; /** Virtual Disk image UUID or path */ 30 int32_t idxPartition; /** Number of partition to constrain FUSE based FS to (optional) 0 - whole disk*/31 int32_t offset; /** Offset to base virtual disk reads and writes from (altnerative to partition) */32 int32_t size; /** Size of accessible disk region, starting at offset, default = offset 0 */33 30 uint32_t fListMediaLong; /** Flag to list virtual disks of all known VMs */ 34 31 uint32_t fVerboseList; /** FUSE parsing doesn't understand combined flags (-lv, -vl), so we kludge it */ … … 36 33 uint32_t fList; /** Flag to list virtual disks of all known VMs */ 37 34 uint32_t fListParts; /** Flag to summarily list partitions associated with pszImage */ 35 uint32_t fGstFs; /** Flag to try to exposes supported filesystems directly in the mountpoint inside a subdirectory */ 38 36 uint32_t fAllowRoot; /** Flag to allow root to access this FUSE FS */ 39 37 uint32_t fRW; /** Flag to allow changes to FUSE-mounted Virtual Disk image */
Note:
See TracChangeset
for help on using the changeset viewer.