VirtualBox

Ignore:
Timestamp:
Aug 30, 2019 5:04:46 PM (5 years ago)
Author:
vboxsync
Message:

vboximg-mount: Working on accessing filesystems inside images directly using our own VFS implementations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ImageMounter/vboximg-mount/vboximgOpts.h

    r76585 r80517  
    2828     char         *pszVm;                   /** optional VM UUID */
    2929     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 */
    3330     uint32_t      fListMediaLong;          /** Flag to list virtual disks of all known VMs */
    3431     uint32_t      fVerboseList;            /** FUSE parsing doesn't understand combined flags (-lv, -vl), so we kludge it */
     
    3633     uint32_t      fList;                   /** Flag to list virtual disks of all known VMs */
    3734     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 */
    3836     uint32_t      fAllowRoot;              /** Flag to allow root to access this FUSE FS */
    3937     uint32_t      fRW;                     /** Flag to allow changes to FUSE-mounted Virtual Disk image */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette