教你怎么在linux中调整分区大小


当前第2页 返回上一页

1.查看各分区信息


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

完成

【相关推荐】

1. Mysql免费视频教程

2. 详解innodb_index_stats导入数据时 提示表主键冲突的错误

3. 实例详解 mysql中innodb_autoinc_lock_mode

4. MySQL中添加新用户权限的实例详解

5. Linux如何检测服务器网络状况

以上就是教你怎么在linux中调整分区大小的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

Linux系统怎么更新

Linux如何查看软件的安装位置

Linux如何删除文件夹

Linux 中 whereis 命令怎么用?

essd 云盘与 ssd 云盘或者高效云盘有哪些异同之处?

Linux默认的shell是什么

Linux防火墙状态查看的方法

深度Linux系统怎么样

Linux如何使用pure-ftpd建立匿名ftp的方法分享

目前Linux发行版默认使用的文件系统是什么

更多相关阅读请进入《Linux》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...