主頁(yè) > 知識(shí)庫(kù) > vmware中如何為虛擬機(jī)增加硬盤(pán)容量

vmware中如何為虛擬機(jī)增加硬盤(pán)容量

熱門(mén)標(biāo)簽:百度地圖標(biāo)注中心api 蘇州園區(qū)地圖標(biāo)注 360地圖標(biāo)注位置 蘭州智能語(yǔ)音電銷(xiāo)機(jī)器人功能 東莞小型外呼系統(tǒng)招商 江蘇客服外呼系統(tǒng)排名 外呼crm系統(tǒng)是什么 宜賓穩(wěn)定外呼系統(tǒng)廠家 興隆縣地圖標(biāo)注app

第一種方法:增加新硬盤(pán)分區(qū):

1.打開(kāi)vmware(不用啟動(dòng)虛擬機(jī)內(nèi)的系統(tǒng)),=>虛擬機(jī)=>設(shè)置=>add,選擇Hard Disk,然后一直點(diǎn) next,(中間有一步是設(shè)置需要添加磁盤(pán)的大小,按照自己的需求設(shè)置,這里就忽略了)最后點(diǎn)OK

2.=>啟動(dòng)該虛擬機(jī) ,在虛擬的系統(tǒng)里面再執(zhí)行以下操作: =>控制面板=>管理工具=>計(jì)算機(jī)管理=>磁盤(pán)管理,會(huì)跳出一個(gè)“歡迎使用磁盤(pán)初始化和轉(zhuǎn)換向?qū)?rdquo;的界面。一直點(diǎn)“下一步”,(在右下區(qū)域找到剛初始化的磁盤(pán),你會(huì)發(fā)現(xiàn)是“未指派”的),選中該磁盤(pán)后執(zhí)行以下操作:=>操作=>所有任務(wù)=>新建磁盤(pán)分區(qū)=>一直下一步直到完成。

第二種方法:擴(kuò)展已有硬盤(pán)容量:

界面中并沒(méi)有提供增加硬盤(pán)容量的方法。 

只能在命令行形式下執(zhí)行。

安裝所在盤(pán)的Program Files\VMware\VMware Workstation下有一個(gè)vmware-vdiskmanager.exe,就是它。

命令參數(shù)如下:
Usage: vmware-vdiskmanager.exe OPTIONS disk-name> | mount-point>

Offline disk manipulation utility

   Options:
      -c                    : create disk; need to specify other create options
      -d                    : defragment the specified virtual disk
      -k                    : shrink the specified virtual disk
      -n source-disk>      : rename the specified virtual disk; need to
                             specify destination disk-name
      -p                    : prepare the mounted virtual disk specified by
                             the drive-letter for shrinking
      -q                    : do not log messages
      -r source-disk>      : convert the specified disk; need to specify
                             destination disk-type
      -x new-capacity>     : expand the disk to the specified capacity

      Additional options for create and convert:
         -a adapter>       : (for use with -c only) adapter type (ide, buslogic o
r lsilogic)
         -s size>          : capacity of the virtual disk
         -t disk-type>     : disk type id

      Disk types:
         0                  : single growable virtual disk
         1                  : growable virtual disk split in 2Gb files
         2                  : preallocated virtual disk
         3                  : preallocated virtual disk split in 2Gb files

      The capacity can be specified in sectors, Kb, Mb or Gb.
      The acceptable ranges:
                            ide adapter : [100.0Mb, 950.0Gb]
                            scsi adapter: [100.0Mb, 950.0Gb]

         ex 1: vmware-vdiskmanager.exe -c -s 850Mb -a ide -t 0 myIdeDisk.vmdk
         ex 2: vmware-vdiskmanager.exe -d myDisk.vmdk
         ex 3: vmware-vdiskmanager.exe -r sourceDisk.vmdk -t 0 destinationDisk.vm
dk
         ex 4: vmware-vdiskmanager.exe -x 36Gb myDisk.vmdk
         ex 5: vmware-vdiskmanager.exe -n sourceName.vmdk destinationName.vmdk
         ex 6: vmware-vdiskmanager.exe -k myDisk.vmdk
         ex 7: vmware-vdiskmanager.exe -p mount-point>
               (A virtual disk first needs to be mounted at mount-point>)
-----------------------------------------------------------------
其中的-x參數(shù)就是用來(lái)擴(kuò)容的……

如這個(gè):vmware-vdiskmanager.exe -x 36Gb myDisk.vmdk
-------------------------------------------------------

我的執(zhí)行過(guò)程:

E:\Program Files\VMware\VMware Workstation>set path=%path%;E:\Program Files\VMwa
re\VMware Workstation

E:\Program Files\VMware\VMware Workstation>e:

E:\Program Files\VMware\VMware Workstation>cd E:\VM_Machine

E:\VM_Machine>cd Windows Server 2003 Standard Edition

E:\VM_Machine\Windows Server 2003 Standard Edition>dir *.vmdk

2007/07/20   11:17         1,588,527,104 Windows Server 2003 Standard Edition-s001
.vmdk
2007/07/20   11:17                65,536 Windows Server 2003 Standard Edition-s002
.vmdk
2007/07/20   10:56                   448 Windows Server 2003 Standard Edition.vmdk

E:\VM_Machine\Windows Server 2003 Standard Edition>vmware-vdiskmanager.exe -x 4G
"Windows Server 2003 Standard Edition.vmdk"
Using log file C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\vmware-Administrator\vdiskma
nager.log
The specified disk size does not fall within acceptable range.
The acceptable ranges:
                       ide adapter : [100.0Mb, 950.0Gb]
                       scsi adapter: [100.0Mb, 950.0Gb]

E:\VM_Machine\Windows Server 2003 Standard Edition>vmware-vdiskmanager.exe -x 4G
b "Windows Server 2003 Standard Edition.vmdk"
Using log file C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\vmware-Administrator\vdiskma
nager.log
The old geometry C/H/S of the disk is: 261/255/63
The new geometry C/H/S of the disk is: 522/255/63
Disk expansion completed successfully.

WARNING: If the virtual disk is partitioned, you must use a third-party
          utility in the virtual machine to expand the size of the
          partitions. For more information, see:
          http://www.vmware.com/support/kb/enduser/std_adp.php?p_faqid=1647
總結(jié)一下:
1。文件名應(yīng)該用雙引號(hào)括起來(lái)。
2。vmdk文件用不帶001,002的最短的那個(gè)文件名。
3。GB,MB,別忘了B。 

需要強(qiáng)調(diào)的一點(diǎn)是,調(diào)整硬盤(pán)大小之后的效果,相當(dāng)于增加了原來(lái)物理硬盤(pán)的柱面數(shù)目,因此,文件系統(tǒng)并不會(huì)自動(dòng)增長(zhǎng)。需要重新調(diào)整文件系統(tǒng)的大小。這一步不同的系統(tǒng)有不同的方法。比如
1. 如果guest OS為win系列,可以通過(guò)partion magic來(lái)實(shí)現(xiàn)
2. 如果guest OS為L(zhǎng)inux系列,可以通過(guò) resize2fs來(lái)擴(kuò)大ext2/3格式的文件系統(tǒng)。
3. 如果guset OS為其他Unix系統(tǒng),可以通過(guò)向文件樹(shù)中新增加分區(qū),來(lái)擴(kuò)充原文件系統(tǒng)。

通過(guò)vm加盤(pán)的方法:在菜單欄哪里有個(gè)“VM”,點(diǎn)擊“VM”里面有個(gè)“settings”或者直接用快捷鍵“Ctrl+D”,點(diǎn)擊“Add”增加一個(gè)“Hard Disk”.加完后進(jìn)入系統(tǒng)后,右擊我的電腦選擇“管理”進(jìn)入后再選擇“存儲(chǔ)”中的“磁盤(pán)管理”。對(duì)你剛才新增加的硬盤(pán)進(jìn)行快速格式化后,就可以為你原先的硬盤(pán)多增加一個(gè)盤(pán)符=已經(jīng)擴(kuò)大你原先的硬盤(pán)大小

標(biāo)簽:烏魯木齊 蘇州 商洛 無(wú)錫 朝陽(yáng) 雞西 嘉興 四川

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《vmware中如何為虛擬機(jī)增加硬盤(pán)容量》,本文關(guān)鍵詞  vmware,中如,何為,虛擬機(jī),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《vmware中如何為虛擬機(jī)增加硬盤(pán)容量》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于vmware中如何為虛擬機(jī)增加硬盤(pán)容量的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章