VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/vboximg-mount-display.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.6 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-display">
5 <title>Viewing Detailed Information About a Virtual Disk Image</title>
6
7 <body>
8 <p>
9 The following examples show how to use the
10 <userinput>vboximg-mount</userinput> command to view information
11 about virtual disk images.
12 </p>
13 <p>
14 The following command outputs detailed information about all
15 registered VMs and associated snapshots:
16 </p>
17 <pre xml:space="preserve">$ vboximg-mount --list --verbose
18
19 ------------------------------------------------------
20 VM Name: "macOS High Sierra 10.13"
21 UUID: 3887d96d-831c-4187-a55a-567c504ff0e1
22 Location: /Volumes/work/vm_guests/macOS High Sierra 10.13/macOS High Sierra 10.13.vbox
23 -----------------------
24 HDD base: "macOS High Sierra 10.13.vdi"
25 UUID: f9ea7173-6869-4aa9-b487-68023a655980
26 Location: /Volumes/work/vm_guests/macOS High Sierra 10.13/macOS High Sierra 10.13.vdi
27
28 Diff 1:
29 UUID: 98c2bac9-cf37-443d-a935-4e879b70166d
30 Location: /Volumes/work/vm_guests/macOS High Sierra 10.13/
31 Snapshots/{98c2bac9-cf37-443d-a935-4e879b70166d}.vdi
32 Diff 2:
33 UUID: f401f381-7377-40b3-948e-3c61241b1a42
34 Location: /Volumes/work/vm_guests/macOS High Sierra 10.13/
35 Snapshots/{f401f381-7377-40b3-948e-3c61241b1a42}.vdi
36 -----------------------
37 HDD base: "simple_fixed_disk.vdi"
38 UUID: ffba4d7e-1277-489d-8173-22ca7660773d
39 Location: /Volumes/work/vm_guests/macOS High Sierra 10.13/simple_fixed_disk.vdi
40
41 Diff 1:
42 UUID: aecab681-0d2d-468b-8682-93f79dc97a48
43 Location: /Volumes/work/vm_guests/macOS High Sierra 10.13/
44 Snapshots/{aecab681-0d2d-468b-8682-93f79dc97a48}.vdi
45 Diff 2:
46 UUID: 70d6b34d-8422-47fa-8521-3b6929a1971c
47 Location: /Volumes/work/vm_guests/macOS High Sierra 10.13/
48 Snapshots/{70d6b34d-8422-47fa-8521-3b6929a1971c}.vdi
49 ------------------------------------------------------
50 VM Name: "debian"
51 UUID: 5365ab5f-470d-44c0-9863-dad532ee5905
52 Location: /Volumes/work/vm_guests/debian/debian.vbox
53 -----------------------
54 HDD base: "debian.vdi"
55 UUID: 96d2e92e-0d4e-46ab-a0f1-008fdbf997e7
56 Location: /Volumes/work/vm_guests/debian/ol7.vdi
57
58 Diff 1:
59 UUID: f9cc866a-9166-42e9-a503-bbfe9b7312e8
60 Location: /Volumes/work/vm_guests/debian/Snapshots/
61 {f9cc866a-9166-42e9-a503-bbfe9b7312e8}.vdi</pre>
62 <p>
63 The following command outputs partition information about the
64 specified disk image:
65 </p>
66 <pre xml:space="preserve">$ vboximg-mount --image=f9ea7173-6869-4aa9-b487-68023a655980 --list
67
68 Virtual disk image:
69
70 Path: /Volumes/work/vm_guests/macOS High Sierra 10.13/macOS High Sierra 10.13.vdi
71 UUID: f9ea7173-6869-4aa9-b487-68023a655980
72
73 # Start Sectors Size Offset Type
74 1 40 409599 199.9M 20480 EFI System
75 2 409640 67453071 32.1G 209735680 Hierarchical File System Plus (HFS+)
76 3 67862712 1269535 107.8M 34745708544 Apple Boot (Recovery HD)</pre>
77 </body>
78
79 </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