1. 程式人生 > >CentOS根分割槽擴容方法

CentOS根分割槽擴容方法

本人使用的是virtual box虛擬機器上安裝的centos系統。今天開機,突然出現錯誤 :The configuration defaults for GNOME Power Manager have not been installed correctly。黃色驚歎號,登陸不了,搜尋了一番,原來是硬碟已被耗盡所致,so擴充套件硬碟。

首先現在在virtual box中新增一塊虛擬硬碟:

1)關閉系統

2)選中系統-->選擇設定 -->選擇介質-->選中SATA控制器,點選增加虛擬硬碟的圖示

3)選擇新建,進入“建立新的虛擬硬碟”嚮導,點選下一步

4)設定新虛擬硬碟所在位置和空間大小

5)確認資訊後點擊完成

6)點選確定,現在虛擬機器就多了一個虛擬硬碟

接下來是硬碟掛載:

注:由於系統已經進不去了,所以需要在登入介面按ctrl+alt+F2進入tty虛擬終端,來執行下述操作。

操作步驟如下:

第一步、檢視本機現有分割槽情況
[[email protected] ~]# df -h
檔案系統容量已用可用已用%% 掛載點
/dev/mapper/VolGroup-lv_root
                    7.7G  7.1G 155M  98% /
tmpfs                3.9G  296K 3.9G  1% /dev/shm
/dev/sda1            485M  64M 396M  14% /boot
/dev/sda3              83G  350M  79G  1% /media
第二步、檢視本機的磁碟情況
[

[email protected] ~]# fdisk -l


Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
Sector size (logical/physical): 512 bytes /512 bytes
I/O size (minimum/optimal): 512 bytes / 512bytes
Disk identifier: 0x000dc0ad


 Device Boot      Start        End      Blocks  Id  System
/dev/sda1  *          1          64      512000  83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              64        2089  16264192  8e  Linux LVM
/dev/sda3            2090      13054  88076362+  83  Linux


Disk /dev/mapper/VolGroup-lv_root: 8325 MB,8325693440 bytes
255 heads, 63 sectors/track, 1012 cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
Sector size (logical/physical): 512 bytes /512 bytes
I/O size (minimum/optimal): 512 bytes / 512bytes
Disk identifier: 0x00000000


Disk /dev/mapper/VolGroup-lv_swap: 8325 MB,8325693440 bytes
255 heads, 63 sectors/track, 1012 cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
Sector size (logical/physical): 512 bytes /512 bytes
I/O size (minimum/optimal): 512 bytes / 512bytes
Disk identifier: 0x00000000
注意:此時還沒有在EXSI5.0中新增第二塊硬碟
[[email protected] ~]#
第三步、新增第二塊硬碟


檢視此時系統磁碟情況
[email protected] ~]# fdisk -l


Disk /dev/sda: 107.4 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
Sector size (logical/physical): 512 bytes /512 bytes
I/O size (minimum/optimal): 512 bytes / 512bytes
Disk identifier: 0x000dc0ad


 Device Boot      Start        End      Blocks  Id  System
/dev/sda1  *          1          64      512000  83  Linux
Partition 1 does not end on cylinderboundary.
/dev/sda2              64        2089  16264192  8e  Linux LVM
/dev/sda3            2090      13054  88076362+  83  Linux


Disk /dev/sdb: 17.2 GB, 17179869184 bytes
255 heads, 63 sectors/track, 2088 cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
Sector size (logical/physical): 512 bytes /512 bytes
I/O size (minimum/optimal): 512 bytes / 512bytes
Disk identifier: 0x00000000


Disk /dev/mapper/VolGroup-lv_root: 8325 MB,8325693440 bytes
255 heads, 63 sectors/track, 1012 cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
Sector size (logical/physical): 512 bytes /512 bytes
I/O size (minimum/optimal): 512 bytes / 512bytes
Disk identifier: 0x00000000


Disk /dev/mapper/VolGroup-lv_swap: 8325 MB,8325693440 bytes
255 heads, 63 sectors/track, 1012 cylinders
Units = cylinders of 16065 * 512 = 8225280bytes
Sector size (logical/physical): 512 bytes /512 bytes
I/O size (minimum/optimal): 512 bytes / 512bytes
Disk identifier: 0x00000000


可以看到我們新新增的硬碟sdb


[[email protected] ~]#
第四步、對第二塊硬碟sdb進行分割槽


[[email protected] ~]# fdisk /dev/sdb
Device contains neither a valid DOSpartition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel with diskidentifier 0xfa4abbdc.
Changes will remain in memory only, untilyou decide to write them.
After that, of course, the previous contentwon't be recoverable.


Warning: invalid flag 0x0000 of partitiontable 4 will be corrected by w(rite)


WARNING: DOS-compatible mode is deprecated.It's strongly recommended to
      switch off the mode (command 'c') and change display units to
      sectors (command 'u').


Command (m for help): m
Command action
 a  toggle a bootable flag
 b  edit bsd disklabel
 c  toggle the dos compatibilityflag
 d  delete a partition
 l  list known partition types
 m  print this menu
 n  add a new partition
 o  create a new empty DOSpartition table
 p  print the partition table
 q  quit without saving changes
 s  create a new empty Sundisklabel
 t  change a partition's system id
 u  change display/entry units
 v  verify the partition table
 w  write table to disk and exit
 x  extra functionality (expertsonly)


Command (m for help): n
Command action
 e  extended
 p  primary partition (1-4)
p  
Partition number (1-4): 4
First cylinder (1-2088, default 1): 
Using default value 1
Last cylinder, +cylinders or +size{K,M,G}(1-2088, default 2088): 
Using default value 2088


Command (m for help): w
The partition table has been altered!


Calling ioctl() to re-read partition table.
Syncing disks.


說明:上面操作對sdb硬碟進行了分割槽操作,設為sdb4分割槽了(當然上面建立的主分割槽可以為1-4中的任意一個,我這裡選擇的4)。


第五步、對新建立的sdb4分割槽進行格式


[[email protected] ~]# mkfs.ext4 /dev/sdb4
mke2fs 1.41.12 (17-May-2010)
檔案系統標籤=
作業系統:Linux
塊大小=4096 (log=2)
分塊大小=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
1048576 inodes, 4192957 blocks
209647 blocks (5.00%) reserved for thesuper user
第一個資料塊=0
Maximum filesystem blocks=4294967296
128 block groups
32768 blocks per group, 32768 fragments pergroup
8192 inodes per group
Superblock backups stored on blocks: 
      32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 
      4096000


正在寫入inode表: 完成
Creating journal (32768 blocks): 完成
Writing superblocks and filesystemaccounting information: done完成


This filesystem will be automaticallychecked every 20 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.


說明:將sdb4分割槽格式化為ext4格式,因為CentOS安裝是系統的格式ext4,所以這裡要注意一下。


第六步、格式後的sdb4分割槽新增為物理卷
[[email protected] ~]# pvcreate /dev/sdb4
Physical volume "/dev/sdb4" successfully created

第七步、檢視當前系統的物理卷(PV)情況


[[email protected] ~]# pvdisplay
---Physical volume ---
PVName /dev/sda2
VGName VolGroup
PVSize 15.51 GiB / not usable3.00 MiB
Allocatable yes (butfull)
PESize 4.00 MiB
Total PE 3970
Free PE 0
Allocated PE 3970
PVUUID Up77sG-sNKf-Ja0k-crBf-N0wz-a5hy-T6sVFh


"/dev/sdb4" is a new physical volume of "15.99 GiB"
---NEW Physical volume ---
PVName /dev/sdb4
VGName 
PVSize 15.99 GiB
Allocatable NO
PESize 0 
Total PE 0
Free PE 0
Allocated PE 0
PVUUID Gqnw7N-HooX-S2Nz-1NIZ-YpOe-g0jo-grG1rQ 
說明:可以看到新增的新物理卷sdb4,大小都符合我們新增時的設定


第八步、檢視當前卷組情況
[[email protected] ~]# vgdisplay
---Volume group ---
VGName VolGroup
System ID 
Format lvm2
Metadata Areas 1
Metadata Sequence No 3
VGAccess read/write
VGStatus resizable
MAXLV 0
CurLV 2
Open LV 2
MaxPV 0
CurPV 1
ActPV 1
VGSize 15.51 GiB
PESize 4.00 MiB
Total PE 3970
Alloc PE / Size 3970 / 15.51GiB
Free PE / Size 0 / 0 
VGUUID PPrifh-glzl-nnxX-YkBm-xJ1s-rgnw-d1WsJd


第九步、將分割槽sdb4轉換為擴充套件分割槽


[[email protected] ~]# vgextend VolGroup/dev/sdb4
Volume group "VolGroup" successfully extended


第十步、檢視當前的邏輯卷


[[email protected] ~]# lvdisplay
---Logical volume ---
LVPath /dev/VolGroup/lv_root
LVName lv_root
VGName VolGroup
LVUUID dCIsej-0NWX-bVFe-bT6L-c4eY-oy4G-9lNBOC
LVWrite Access read/write
LVCreation host, time , 
LVStatus available
#open 1
LVSize 7.75 GiB
Current LE 1985
Segments 1
Allocation inherit
Read ahead sectors auto
-currently set to 256
Block device 253:0


---Logical volume ---
LVPath /dev/VolGroup/lv_swap
LVName lv_swap
VGName VolGroup
LVUUID K5bxJo-2SmM-6NCU-mBJP-Qzp1-ZODH-nbLK0k
LVWrite Access read/write
LVCreation host, time , 
LVStatus available
#open 1
LVSize 7.75 GiB
Current LE 1985
Segments 1
Allocation inherit
Read ahead sectors auto
-currently set to 256
Block device 253:1


說明:這裡可以看到“/”根分割槽的路徑名稱為:/dev/VolGroup/lv_root


第十一步、檢視擴充套件後的卷組情況
[[email protected] ~]# vgdisplay
---Volume group ---
VGName VolGroup
System ID 
Format lvm2
Metadata Areas 2
Metadata Sequence No 4
VGAccess read/write
VGStatus resizable
MAXLV 0
CurLV 2
Open LV 2
MaxPV 0
CurPV 2
ActPV 2
VGSize 31.50 GiB
PESize 4.00 MiB
Total PE 8064
Alloc PE / Size 3970 / 15.51GiB
Free PE / Size 4094 / 15.99 GiB
VGUUID PPrifh-glzl-nnxX-YkBm-xJ1s-rgnw-d1WsJd
說明:擴充套件後的卷子情況,可以看出大小增加了16GB(與第八步中的對比)


第十二步、將新增的邏輯卷全部擴充套件到“/”分割槽中


[[email protected] ~]# lvextend -L +15.99G/dev/VolGroup/lv_root 
Rounding size to boundary between physical extents: 15.99 GiB
Extending logical volume lv_root to 23.75 GiB
Logical volume lv_root successfully resized


說明:這裡sdb4總共有16G,所以把16BG全部新增給根分割槽。


第十三步、檢視“/”根分割槽格式,並重新重新整理根分割槽的大小
[[email protected] ~]# e2fsck -f/dev/VolGroup/lv_root 
e2fsck 1.41.12 (17-May-2010)
/dev/VolGroup/lv_root is mounted.
e2fsck: 無法繼續, 中止.


[[email protected] ~]# resize2fs /dev/VolGroup/lv_root 
resize2fs 1.41.12 (17-May-2010)
Filesystem at /dev/VolGroup/lv_root ismounted on /; on-line resizing required
old desc_blocks = 1, new_desc_blocks = 2
Performing an on-line resize of/dev/VolGroup/lv_root to 6224896 (4k) blocks.
The filesystem on /dev/VolGroup/lv_root isnow 6224896 blocks long.
說明:命令resize2fs即重新整理根分割槽“/dev/VolGroup/lv_root”的容量。


第十三步、檢視重新整理後根分割槽的大小


[[email protected] ~]# df -h
檔案系統容量已用可用已用%% 掛載點
/dev/mapper/VolGroup-lv_root
24G 7.1G 16G 32% /
tmpfs 3.9G 144K 3.9G 1% /dev/shm
/dev/sda3 83G 350M 79G 1% /media/Lucene


說明:可以看到根分割槽的大小有7.7G變成了24G,重啟一下系統再來看情況。此時就可以繼續安裝軟體了,不會提示空間不足了。

相關推薦

CentOS分割槽擴容方法

本人使用的是virtual box虛擬機器上安裝的centos系統。今天開機,突然出現錯誤 :The configuration defaults for GNOME Power Manager ha

Linux lvm下分割槽擴容方法詳細記錄

專案上之前有一臺虛擬機器,將mysql直接安裝在根分割槽下了,並且虛擬機器在建立時硬碟空間分配得比較小,隨著資料庫的增大,根分割槽空間不夠,因為庫實時性比較強,遷移比較麻煩,需要對根分割槽進行擴容。1.給這臺虛擬機器新增一塊硬碟,大小為50G2.新增後使用fdisk -l,可

ParallelDesktop CentOS 7 分割槽擴容

在虛擬機器上安裝CentOS,裡面主要安裝eda軟體,不知不覺空間就不夠了,需要擴充套件根分割槽的容量。 首先關閉虛擬機器,並在虛擬機器設定中,選擇“硬碟”-“屬性”,將磁碟的最大允許空間擴大; 開啟CentOS,df -h 檢視磁碟,沒有變化;fdisk -l,發現磁碟空

調整linux(centos) 分割槽大小

縮小/home 分割槽空間,擴大/ 分割槽空間 1、#df -h 2、#umount /home 3、#df -h 4、#resize2fs -p /dev/mapper/vg_test-lv_home 566G 5、#e2fsck -f /dev/mapper/vg_te

去繁化簡解決CentOS下調整home和分割槽大小的方法

一、知識點掃盲Cent0S 7預設啟用LVM2(Logical Volume Manager),把機器的一塊硬碟分為兩個區sda1和sda2,其中分割槽sda1作為系統盤/boot掛載,少量空間;sda2作為一個物理卷並且完全作為邏輯卷組VG(Volume Group)centos,在這個邏輯卷組centos

CentOS虛擬機器分割槽磁碟擴容紀實

======================================================== 背景:開發伺服器是虛擬機器,原來只規劃了2G,後來發現硬碟不夠用了,需要進行擴容。 參考文章:《實戰Linux下VMware虛擬機器根目錄空間擴充》 http://blog.sina.com.c

VolGroup-lv_home 100%,擴容linux系統/目錄容量 CentOS下調整home和分割槽大小【最簡單版】

目標:將VolGroup-lv_home縮小到20G,並將剩餘的空間新增給VolGroup-lv_root 1.首先檢視磁碟使用情況 [root@localhost ~]# df -h 檔案系統 容量 已用 可用 已用% 掛載點 Filesystem

CentOS系統LVM擴容的快捷方法

lvm centos7擴容LVM擴容時或新建vg時需要使用系列命令,各個命令的用法多樣,本文介紹一個最省力的姿勢。一、首先創建一塊新的分區:fdisk /dev/sda p n p #選擇邏輯分區,如果沒有,則首先創建擴展分區,然後再添加邏輯分區(硬盤:最多四個分區P-P-P-P或P

virt-manager中為centos 7.2 擴容分區

出了 size vgextend bsp 擴容 分區fdisk log per end 1. 打開virt-manager,添加一塊磁盤。 Add Hardware --> 選中Storage --> Manager (操作參考下圖) 點擊Manager

OpenStack中的例項centos(/dev/mapper/centos-root)擴充套件分割槽

[[email protected] ~]# xfs_growfs /dev/mapper/centos-root meta-data=/dev/mapper/centos-root isize=256    agcount=4, agsize=1144832 blks          =    

Centos 6.x下擴充套件swap分割槽簡單方法

使用檔案簡單擴充套件swap分割槽。 1.進入根分割槽 cd / 2.建立一個用來當作swap分割槽的檔案 dd if=/dev/zero of=/swapfile bs=1M count=1024 會建立一個1G的swapfile檔案 3.格式化swapfile

CentOS下調整home和分割槽大小

目標:將VolGroup-lv_home縮小到20G,並將剩餘的空間新增給VolGroup-lv_root 1.首先檢視磁碟使用情況 [[email protected] ~]# df -h 檔案系統容量  已用 可用  已用% 掛載點 Filesys

Centos7線上擴容分割槽

通過rdo自動安裝的all in none的openstack跑了一段時間了,一直執行都還比較正常。 但是,執行得久了,建立的虛機多了,發現根分割槽有點不夠用了。 rdo 安裝的openstack, 虛機的磁碟預設放到了根分割槽下面, 虛機一多, 空間就不夠用了。以前有過幾

解決linux系統CentOS下調整home和分割槽大小【精簡完整版】

目標:將VolGroup-lv_home縮小到20G,並將剩餘的空間新增給VolGroup-lv_root 1.首先檢視磁碟使用情況 [[email protected] ~]# df -h 檔案系統容量  已用 可用  已用% 掛載點 Filesystem            Size  U

Centos7.2下使用lvm擴容分割槽

1.lvm介紹 1.1LVM基本組成 LVM利用Linux核心的device-mapper來實現儲存系統的虛擬化(系統分割槽獨立於底層硬體)。 通過LVM,你可以實現儲存空間的抽象化並在上面建立虛擬分割槽(virtual partitions

IMF Vmvare 中linux 分割槽磁碟擴容 gparted 增加虛擬機器磁碟空間

IMF Vmvare 中linux磁碟擴容 gparted 增加虛擬機器磁碟空間 [email protected]:~# df -k Filesystem     1K-blocks     Used Available Use% Mounted on /de

製作centos6.9映象並實現分割槽自動擴容

1. 搭建KVM 作業系統:Centos7.3 安裝步驟: (1)圖形介面安裝: 本文件使用圖形化操作,預先安裝centos7圖形化環境: Yum groupinstall "X Window

LVM擴容分割槽

LVM的工作方式               LVM管理工具集     [root@wendang ~]# lsblk NAME         &nbs

oracle 表空間擴容方法

oracle 表空間擴容方法測試環境OS:RedHat 6.7Oracle:11.2.0.4[[email protected]/* */ ~]# su - oracle[[email protected]/* */ ~]$ sqlplus / as sysdbaSQL*Plus: R

數據庫擴容方法

分離 sla 表之間 同步 垂直 數據 slave 一個 方法 讀寫分離 讀多寫少。寫操作訪問Master, 只讀操作訪問 Slave數據同步延遲, 最終一致性寫瓶頸在Master 垂直分庫 表和表之間的數據很多是沒有關系的,也不需要JOIN操作,無法跨庫JOIN, 需要在