0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[VirtualBox][Windows] 特定のVDIのUUIDを確認する

Posted at

VirtualBoxの特定のディスクイメージのUUIDを取得する方法メモ。

VBoxManage.exe showhdinfo HDDNAME.vdi を使用すれば良さそう。

出力名
$ VBoxManage.exe showhdinfo HDDNAME.vdi
UUID:           4c0451fb-7d9e-4c5d-8c51-4ec51b00005d
Parent UUID:    base
State:          created
Type:           normal (base)
Location:       C:\Users\username\VirtualBox VMs\VMNAME\HDDNAME.vdi
Storage format: VDI
Format variant: dynamic default
Capacity:       81920 MBytes
Size on disk:   55383 MBytes
Encryption:     disabled
In use by VMs:  VMNAME (UUID: 9d9b6fd8-062c-4e99-b1eb-6140a23e3059)

参考

virtualbox - how to check what is the uuid of a vdi? - Stack Overflow

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?