VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/vboximg-mount.dita

Last change on this file was 107390, checked in by vboxsync, 8 weeks ago

Docs: bugref:10705. bugref: 10829. The docs build has been modified to split generated refentry dita files and the user manual files and the following commits from doc's team git repo has been applied:

0946136c74dda0483704db891345cb39548b4e28 Started consolidating known issues and troubleshooting information
845b847e6a8e778b38a57867e25ee5e086a73800 Added individual topics for list of known issues, integrated into Troubleshooting section.
bb574836aac775889bd61e4a72f489617fcb7d18 Removed EFI firmware from experimental features for 7.2
6d2e68b244869991e713d170ecd239739d99ba56 Moved known issues into Known Issues section
e2630c896561587718b5c3197c384a38d07014d5 Merge branch 'VBP-1461_experimental-features' into 'main'
0512e2cce51f49ccdc56f3381a2a0c924f2bd278 Feedback on known issues
a77d6c980f6ff5cad9d32b2fb9290990093a03fa Restructured host and guest OS topics
988af5cc9628f5de0806531bc98686f691a911fd Updates with feedbback from Jacob
982a61c9f25b22b745ec483e763e3d88efe59c40 Included feedback from Jacob
93181c8c6cc2d9a26bcccb1145cb0423c0d9f4c9 Updated known issues with feedback from Klaus
8bc369561c383f09b409fe5e44f507440b3735fb Created Legacy Guest OS section
d7932f55accdab7a03666302d58b8c941cd48be2 Moved known issues to more appropriate places for the info
2a4aa094ba8a7ac6894d2a777316eabf41746580 Further moving of known issues
baeabd5308c5519a4dc26b4197be9b00e419a85a Updated links to cli_topics

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE topic
3 PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
4<topic xml:lang="en-us" id="vboximg-mount">
5 <title>vboximg-mount: A Utility for FUSE Mounting a Virtual Disk Image</title>
6
7 <body>
8 <p>
9 <userinput>vboximg-mount</userinput> is a command line utility for Mac
10 OS and Linux hosts that provides raw access to an <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
11 virtual disk image on the host system. Use this utility to mount,
12 view, and optionally modify the disk image contents.
13 </p>
14 <p>
15 The utility is based on Filesystem in Userspace (FUSE) technology
16 and uses the VirtualBox runtime engine. Ensure that <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
17 is running on the host system.
18 </p>
19 <note>
20 <p>
21 When using <userinput>vboximg-mount</userinput>, ensure that the
22 following conditions apply:
23 </p>
24 <ul>
25 <li>
26 <p>
27 The disk image is not being used by any other systems, such
28 as by guest VMs.
29 </p>
30 </li>
31 <li>
32 <p>
33 No VMs are running on the host system.
34 </p>
35 </li>
36 </ul>
37 </note>
38 <p>
39 Raw access using FUSE is preferred over direct loopback mounting
40 of virtual disk images, because it is snapshot aware. It can
41 selectively merge disk differencing images in an exposed virtual
42 hard disk, providing historical or up-to-date representations of
43 the virtual disk contents.
44 </p>
45 <p>
46 <userinput>vboximg-mount</userinput> enables you to view information
47 about registered VMs, their attached disk media, and any
48 snapshots. Also, you can view partition information for a disk
49 image.
50 </p>
51 <p>
52 The <userinput>vboximg-mount </userinput>command includes experimental
53 read-only access to file systems inside a VM disk image. This
54 feature enables you to extract some files from the disk image
55 without starting the VM and without requiring third-party file
56 system drivers on the host system. FAT, NTFS, ext2, ext3, and ext4
57 file systems are supported.
58 </p>
59 <p>
60 Use the <codeph>--help</codeph> option to view information about
61 the <userinput>vboximg-mount</userinput> command usage. The complete
62 command reference is described in
63 <xref href="../cli_topics/man_vboximg-mount.dita"/>.
64 </p>
65 <p>
66 When <userinput>vboximg-mount</userinput> mounts an <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
67 disk image, it creates a one level deep file system at a mount
68 point that you specify. The file system includes a device node
69 that represents the synthesized disk image as a readable or
70 readable-writeable bytestream. This bytestream can be mounted
71 either by using the host OS or by using other FUSE-based file
72 systems.
73 </p>
74 </body>
75
76
77 </topic>
Note: See TracBrowser for help on using the repository browser.

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