亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 2815 | 回復(fù): 0
打印 上一主題 下一主題

Oracle VirtualBox 熱添加硬盤 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2012-06-11 12:10 |只看該作者 |倒序?yàn)g覽
目前測(cè)試版本4.1.16,只支持SATA
Thefollowing items were fixed / added since the VirtualBox 4.1 Beta 2:

  • GUI: reworked media type     change dialog

  • GUI: when cloning or     importing a VM, let the user decide if he wants to change the MAC     addresses of the network adapters
  • GUI: allow to change generic     networking properties during runtime
  • GUI: allow to     configure the port count of SATA controllers (required for SATA     hotplugging)

  • Cloning: allow linked cloning     (see VBoxManage clonevm, GUI support will follow)

  • Cloning: rename the disks in     the clone

  • PCI     passthrough: allow to start the VM if the ICH9 chipset is enabled and the     extension pack is notavailable (Beta     2 regression)

  • VBoxManage: more convenient     configuration of storage controller attachments by automatically     determining the port or device parameter when a storage controller has     only one port or device per port

  • VBoxManage guestcontrol fixes

  • Storage: fixed     access to CD/DVD images beyond 4GB when using the SATA controller     (bug #8592)

  • Networking: fixed the problem     with segmentation offloading when several VMs are transmitting in parallel

  • WDDM fixes

  • Mac OS X hosts: fix for     non-VT-x mode on Lion

  • Solaris hosts: fixed for     recent S11 versions



1.先配置虛擬機(jī)的SATA控制器,其中端口數(shù)是你要配置的硬盤的數(shù)量,比如你以后要配置10塊盤,這里就配置成10,(就相當(dāng)于服務(wù)器的硬盤插槽數(shù)量,不是當(dāng)前的硬盤數(shù)量)

2.開啟虛擬機(jī),點(diǎn)擊啟動(dòng)


2.1 查看虛擬機(jī)硬盤 fdisk -l


有一塊硬盤/dev/sda

3.創(chuàng)建虛擬硬盤
3.1 進(jìn)去命令行模式cmd
3.2 vboxmanage createhd --filenameD:\VirtualMachine2012.02.17\vb_oel62\oel62_0.vdi --size 300 --format vdi

記下這個(gè)UUID:2b4bad91-d223-4d78-8b0b-76d1bd4600bc
4.把新建虛擬硬盤添加到虛擬機(jī)
4.1 先查看當(dāng)前的虛擬機(jī)
Vboxmanage list vms

4.2 查看虛擬硬盤
Vboxmanage list hdds
4.3 查看虛擬機(jī)的配置信息,查找SATA控制器的名稱
Vboxmanage showvminfo"oel62"    ##引號(hào)中為前面查到的虛擬機(jī)名
其中SATA控制器名稱為"SATA 控制器" ,這個(gè)名稱可以在之前的配置控制時(shí)修改名稱

4.4 把新的虛擬硬盤添加到虛擬機(jī)
Vboxmanage storageattach "oel62" --storagectl "SATA 控制器" --port 1 --device 0 --typehdd --medium 2b4bad91-d223-4d78-8b0b-76d1bd4600bc
添加成功,不成功會(huì)報(bào)錯(cuò)

4.5 查看虛擬機(jī)的硬盤


4.6 在虛擬機(jī)系統(tǒng)中查看硬盤fdisk -l
其中/dev/sdb就是新添加的硬盤,熱添加成功
如果在這里還看不到新的硬盤,可以用如下命令讓系統(tǒng)重新掃面新的硬盤
# echo "- - -" >/sys/class/scsi_host/host#/scan (其中host#,#號(hào)是一個(gè)數(shù)字,在用命令添加的時(shí)候的port號(hào)相對(duì)應(yīng),port號(hào)是幾這個(gè)#號(hào)就是幾)
這樣就會(huì)掃描到新添加的硬盤

您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP