VirtualBox

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

Last change on this file since 98657 was 98549, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • Property svn:eol-style set to native
File size: 3.1 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 Oracle VM VirtualBox
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 Oracle VM VirtualBox
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="man_vboximg-mount.dita"/>.
64 </p>
65 <p>
66 When <userinput>vboximg-mount</userinput> mounts an Oracle VM VirtualBox
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