Centos/Linux下調整分區大小(以home和根分區爲例)

在安裝新系統的時候,有時候無法預估或者說錯誤的劃分了分區大小,經常會致使咱們後面的操做出現極大地不方便,好比某個分區分的過小了,致使
軟件安裝的時候會報安裝空間不夠,這就很麻煩。在這裏我就記錄一下錯誤分區後對home和根分區存儲空間大小調整的整個過程!
1.查看咱們機器現有的分區情況
注意紅色框中的信息,這是咱們後面要更改的分區路徑。
經過上面咱們能夠發現根分區和home分區產生極大的不合理性,home分區太大了,因此這裏咱們將對home分區縮小存儲空間並把壓縮的存儲空間添加到root下面。
2.卸載咱們的home分區,並壓縮咱們的home分區大小
3.這個時候咱們從新裝載咱們的home目錄,經過運行結果能夠看到咱們將home分區壓縮到20G
這樣對home的壓縮並從新裝載就完成了,以下圖:
4.咱們上面的三步將home的塊處理好了,可是咱們空閒的硬盤並無添加到root下,因此下面的步驟就是將壓縮出來的磁盤空間添加到root下:
這個從新加載和掛載的過程當中須要花費一點時間,不過咱們也能夠在這段時間中不斷的查看盤符的大小,這個時候咱們會發現root盤符的大小會一點點的增長上來,以下圖:
從上圖最後的結果咱們能夠看出咱們將home中的空閒盤符壓縮出來812G添加到了root下面,這樣咱們的root空間就瞬間增長了。這樣咱們的目的就達到了。
 
空間無損調整實例

狀況:node

  1. home:500G
  2. root:50G
  3. root分區不夠用

思路:把home分區的空間劃一部分到root分區centos

?
1
2
3
4
5
6
7
8
# 設置home分區大小爲200G,釋放300G空間
$ lvreduce -L 200G /dev/centos/home
 
# 將空閒空間擴展到root分區
$ lvextend -l +100%FREE /dev/centos/root
 
# 使用XFS文件系統自帶的命令集增長分區空間
$ xfs_growfs /dev/mapper/centos-root

實例bash

situation服務器

掛載在根目錄的分區 /dev/mapper/centos-root 爆滿,佔用100%app

?
1
2
3
4
5
6
7
8
9
10
$ df -h
Filesystem        Size Used Avail Use% Mounted on
/dev/mapper/centos-root  50G  50G  19M 100% /
devtmpfs         32G   0  32G  0% /dev
tmpfs           32G   0  32G  0% /dev/shm
tmpfs           32G 2.5G  29G  8% /run
tmpfs           32G   0  32G  0% /sys/fs/cgroup
/dev/mapper/centos-home 476G  33M 476G  1% /home
/dev/sda1        497M 238M 259M 48% /boot
tmpfs          6.3G   0 6.3G  0% /run/user/0

analyzespa

掛載在根目錄的分區空間過小,只有50G,而服務器 home 目錄爲很是用目錄,掛在了近500G的空間。.net

思路:從 centos-home 分區劃出300G空間到 centos-root 分區。3d

operationcode

1.查看各分區信息htm

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$ lvdisplay
--- Logical volume ---
LV Path        /dev/centos/home
LV Name        home
VG Name        centos
LV UUID        1fAt1E-bQsa-1HXR-MCE2-5VZ1-xzBz-iI1SLv
LV Write Access    read /write
LV Creation host, time localhost, 2016-10-26 17:23:47 +0800
LV Status       available
# open         0
LV Size        475.70 GiB
Current LE       121778
Segments        1
Allocation       inherit
Read ahead sectors   auto
- currently set to   256
Block device      253:2
 
--- Logical volume ---
LV Path        /dev/centos/root
LV Name        root
VG Name        centos
LV UUID        lD64zY-yc3Z-SZaB-dAjK-03YM-2gM8-pfj4oo
LV Write Access    read /write
LV Creation host, time localhost, 2016-10-26 17:23:48 +0800
LV Status       available
# open         1
LV Size        50.00 GiB
Current LE       12800
Segments        1
Allocation       inherit
Read ahead sectors   auto
- currently set to   256
Block device      253:0

2.減小/home分區空間

?
1
2
3
4
5
6
7
8
# 釋放 /dev/centos/home 分區 300G 的空間
# 命令設置 /dev/centos/home 分區 200G空間
$ lvreduce -L 200G /dev/centos/home
WARNING: Reducing active logical volume to 200.00 GiB.
  THIS MAY DESTROY YOUR DATA (filesystem etc.)
Do you really want to reduce centos /home ? [y /n ]: y
  Size of logical volume centos /home changed from 475.70 GiB (121778 extents) to 200.00 GiB (51200 extents).
  Logical volume centos /home successfully resized.

3.增長/root分區空間

?
1
2
3
$ lvextend -l +100%FREE /dev/centos/root
Size of logical volume centos /root changed from 50.06 GiB (12816 extents) to 325.76 GiB (83394 extents).
Logical volume centos /root successfully resized.

4.擴展XFS文件空間大小

?
1
2
3
4
5
6
7
8
9
10
11
$ xfs_growfs /dev/mapper/centos-root
meta-data= /dev/mapper/centos-root isize=256  agcount=4, agsize=3276800 blks
      =            sectsz=512  attr=2, projid32bit=1
      =            crc=0    finobt=0 spinodes=0
data   =            bsize=4096  blocks=13107200, imaxpct=25
      =            sunit=0   swidth=0 blks
naming  =version 2       bsize=4096  ascii-ci=0 ftype=0
log   =internal        bsize=4096  blocks=6400, version=2
      =            sectsz=512  sunit=0 blks, lazy-count=1
realtime =none          extsz=4096  blocks=0, rtextents=0
data blocks changed from 13107200 to 85395456
相關文章
相關標籤/搜索