如何擴充套件虛擬機器的區間?
假設擬定vmware虛擬的在e分割槽的win2003下,那麼轉到vmware的安裝目錄下,執行
vmware-vdiskmanager -x 4gb "e:/vm/win2003/windows server 2003 enterprise edition.vmdk"
命令如下:
1假定vmware workstation安裝在c盤下:
c:/program files/vmware/vmware workstation>vmware-vdiskmanager -x 4gb "e:/vm/win
2003/windows server 2003 enterprise edition.vmdk"
2 假定vmware server安裝在d盤下:
d:/program files/vmware/vmware workstation>vmware-vdiskmanager -x 14gb "e:/vm/win
2003/windows server 2003 enterprise edition.vmdk"
using log file c:/docume~1/admini~1/locals~1/temp/vmware-administrator/vdiskmana
ger.log
grow: 100% done.
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.
vmware: d:/program files/vmware/vmware server>vmware-vdiskmanager -x 6gb "d:/virtual mac
hines/sus/windows 2000 professional (2).vmdk"
引數 -x 表示要擴充套件虛擬機器硬碟空間;緊隨其後的數字指擴充套件到 的大小(如12gb,表示磁碟總量,包含原來的磁碟容量)
參考一下:
vmware virtual disk manager - build 12544.
usage: vmware-vdiskmanager.exe options diskname | drive-letter:
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 : 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 : convert the specified disk; need to specify
destination disk-type
-x : expand the disk to the specified capacity
additional options for create and convert:
-a : adapter type (ide, buslogic or lsilogic)
-s : capacity of the virtual disk
-t : 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 m:
(a virtual disk first needs to be mounted at m:
using the vmware diskmount utility.)
基於VMware的linux虛擬機器硬碟空間擴大
sudo cfdisk 顯示系統的檔案系統的格式資訊 隨著linux虛擬機器的不斷使用,在vmware中經常遇到 預先裝好的 linux 虛擬機器的硬碟空間過小 的問題,造成很多軟體不能安裝,而重新裝乙個,又挺麻煩。於是,上網搜了下關於 vmware 硬碟擴容的方法。總結如下 1 掛載點必須是乙個目...
MySQL Binlog預分配的實現和效能
最近對上提到的binlog預分配進行了實現,基於percoan5.5.18版本 在worklog中號稱在sync binlog 1的情況下有10倍的tps提公升。在沒有group commit的情況下確實有可能。實現思路 與worklog中提到的不同,這裡使用daemon plugin來實現預分配 ...
給vmware的Linux虛擬機器新增硬碟
給vmware的linux虛擬機器新增硬碟 1 先將虛擬機器power off,在virtual machine setting對話方塊裡點選左下角的 add 選擇 hard disk 之後選擇 create a new virtual disk 分配容量,其他預設配置就可以了。2 啟動虛擬機器系統...