標籤:oracle
Oracle 應用之--VirtualBox UUID問題
系統內容:
作業系統: MAC OS 10.10.3
應用軟體:VirtualBox
故障:
在使用以前安裝的VirtualBox虛擬機器時,提示“UUID 已存在......"
類似以片提示:
650) this.width=650;" src="http://img.blog.csdn.net/20150512192732192?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvbHF4MDQwNQ==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" style="border:none;" />
在MAC OS系統解決方案,通過VirtualBox工具修改UUID:
rirunhongtekiMacBook-Pro:~ root# find / -name "win2008.vdi"
find: /dev/fd/3: Not a directory
find: /dev/fd/4: Not a directory
/Volumes/Macintosh HD/Users/ellenli2005/VB/win2008/win2008.vdi
UUID修改工具:
rirunhongtekiMacBook-Pro:~ root# VBoxManage
Oracle VM VirtualBox Command Line Management Interface Version 4.3.26 (C) 2005-2015 Oracle Corporation All rights reserved. Usage: VBoxManage [<general option>] <command> General Options: [-v|--version] print version number and exit [-q|--nologo] suppress the logo [--settingspw <pw>] provide the settings password [--settingspwfile <file>] provide a file containing the settings password Commands: list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies| intnets|bridgedifs|hostonlyifs|natnets|dhcpservers| hostinfo|hostcpuids|hddbackends|hdds|dvds|floppies| usbhost|usbfilters|systemproperties|extpacks| groups|webcams showvminfo <uuid|vmname> [--details] [--machinereadable] showvminfo <uuid|vmname> --log <idx> ......
修改UUID:
rirunhongtekiMacBook-Pro:~ root# VBoxManage internalcommands sethduuid "/Volumes/Macintosh HD/Users/ellenli2005/VB/win2008/win2008.vdi"
UUID changed to: 88e9faad-0127-4ec1-9526-5a087d277b37
rirunhongtekiMacBook-Pro:~ root#
修改完成後,就可以使用已有的虛擬機器硬碟了!
本文出自 “天涯客的blog” 部落格,請務必保留此出處http://tiany.blog.51cto.com/513694/1651059
Oracle 應用之--VirtualBox UUID問題