二、請到這裡下載ISO
三、將ISO 放置於虛擬機的光碟中,開啟虛擬機。將原有的虛擬硬碟PV(Physical Volumn)擴大
按下[tab],到[OK]後,按下[Enter]
選擇[30],按下[Enter]
直接按下[Enter]
四、虛擬機以硬碟開機,擴大虛擬硬碟LV使用量與檔案系統
(1)此時,開啟虛擬機,用指令 df -h ,可看出檔案系統並沒有改變
(2)#vgdisplay 可看到 Free PE/ Size 為 7169 /28.00 Gib 請記住 7169
(3)#lvdisplay 可看到 LV Path /dev/cl/root 請記得 /dev/cl/root
(4)#pvdisplay 可看出 PV Size (Physical Volumn 實體容量)變大
(5)#lvextend -l +7169 /dev/cl/root
(7169為圖(2)Free PE/ Size數值,/dev/cl/root為圖(3)LV Path 的值)
或是
#lvresize -l +7169 /dev/cl/root
接下來用
#df -h 檢查,檔案系統還未擴大。
(6)#lvdisplay 檢查 LV Size 達到 37.80 GiB (LV 已擴大)
(7)#resize2fs /dev/cl/root (centos 7 已將resize2fs改為xfs_growfs )
(8)#xfs_growfs /dev/cl/root
資料來源:
1.Virtualbox 快速增加硬碟大小 http://www.arthurtoday.com/2012/02/virtualbox.html
2.VirtualBox 擴充 Ubuntu/ Linux 虛擬硬碟容量(上)
http://www.arthurtoday.com/2013/04/virtualbox-resize-partitions-of-ubuntu-guest-part1.html
3.VirtualBox 擴充 Ubuntu/ Linux 虛擬硬碟容量(下) http://www.arthurtoday.com/2013/04/virtualbox-resize-partitions-of-ubuntu-guest-part2.html
4.替 Linux 新增硬碟(磁碟分割、格式化與掛載) http://blogger.gtwang.org/2012/02/linux.html
5.使用LVM來擴充現有磁碟空間 Extends existing LV using LVM
http://blog.xuite.net/a851401/blog/54020537-%E4%BD%BF%E7%94%A8LVM%E4%BE%86%E6%93%B4%E5%85%85%E7%8F%BE%E6%9C%89%E7%A3%81%E7%A2%9F%E7%A9%BA%E9%96%93+Extends+existing+LV+using+LVM+
6.resize2fs: Bad magic number in super-block while trying to open
http://stackoverflow.com/questions/26305376/resize2fs-bad-magic-number-in-super-block-while-trying-to-open
7.VirtualBox 調整虛擬硬碟(*.vmdk 或 *.vdi)磁碟容量大小筆記
http://blog.lyhdev.com/2013/01/virtualbox-vmdk-vdi.html
沒有留言:
張貼留言