Changeset 103436 in vbox for trunk/src/VBox/ImageMounter/vboximg-mount
- Timestamp:
- Feb 19, 2024 1:21:32 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp
r99739 r103436 265 265 "The virtual disk is exposed as a device node within a FUSE-based filesystem\n" 266 266 "that overlays the user-provided mount point. The FUSE filesystem consists of a\n" 267 "directory containing a number of files and possibly other directories: "267 "directory containing a number of files and possibly other directories:\n" 268 268 " * vhdd: Provides access to the raw disk image data as a flat image\n" 269 269 " * vol<id>: Provides access to individual volumes on the accessed disk image\n" 270 " * fs<id>: Provides access to a supported filesystem without the need for a "270 " * fs<id>: Provides access to a supported filesystem without the need for a\n" 271 271 " host filesystem driver\n" 272 272 "\n"
Note:
See TracChangeset
for help on using the changeset viewer.