標籤

BAT (38) shell (34) Virtual Machine (33) Xubuntu (29) acfs (25) PHP (24) CentOS (21) Virtul Box (20) 編輯器 (17) 資料庫 (15) lubuntu (13) windows (13) CPP (12) ubuntu (12) chrome (11) laravel (10) Docker (9) Python (9) 5A88 (7) VMware (6) 資料結構 (6) Javascript (5) Node (5) Proxmox VE (5) 公告系統 (5) 程式積木 (5) Android Studio (4) ANN (3) OB2D2016x64 (3) Xoops (3) clonezilla (3) samba (3) 公文 (3) 其他 (3) 硬體 (3) API (2) Android (2) AppInvent2 (2) Html (2) Hyper-V (2) Nas (2) botnet (2) mbot (2) swift (2) wordpress (2) 樣板 (2) 防火牆 (2) AD的應用 (1) Ansible (1) Arduino (1) CSS (1) GitLab (1) HA Proxy (1) LegoEV3 (1) PowerShell (1) Scratch (1) VM (1) XenServer (1) kotlin (1) linuxmint (1) lxc (1)

2017年4月22日 星期六

VirtualBox 擴充 CentOS/ Ubuntu/ Linux 虛擬硬碟容量

一、請先依這篇,逐步完成前置作業。
二、請到這裡下載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

沒有留言:

張貼留言

在 Windows 10 x64 1909版,使用BAT快速安裝公文系統與人事服務網(自然人憑證)版

相關內容移往 https://skjhcreator.blogspot.com/2021/02/windows-10-x64-1909bat.html