溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

Oracle 應(yīng)用之--VirtualBox UUID問(wèn)題

發(fā)布時(shí)間:2020-08-13 22:01:41 來(lái)源:網(wǎng)絡(luò) 閱讀:605 作者:客居天涯 欄目:關(guān)系型數(shù)據(jù)庫(kù)

Oracle 應(yīng)用之--VirtualBox UUID問(wèn)題


系統(tǒng)環(huán)境:

    操作系統(tǒng): MAC OS 10.10.3

    應(yīng)用軟件:VirtualBox


故障:

         在使用以前安裝的VirtualBox虛擬機(jī)時(shí),提示“UUID 已存在......"


類似以下圖片提示:

Oracle 應(yīng)用之--VirtualBox UUID問(wèn)題

在MAC OS系統(tǒng)解決方法,通過(guò)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

  1. 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# 

修改完成后,就可以使用已有的虛擬機(jī)硬盤了!


向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI