侯体宗的博客
  • 首页
  • Hyperf版
  • beego仿版
  • 人生(杂谈)
  • 技术
  • 关于我
  • 更多分类
    • 文件下载
    • 文字修仙
    • 中国象棋ai
    • 群聊
    • 九宫格抽奖
    • 拼图
    • 消消乐
    • 相册

linux如何无损调整分区大小

linux  /  管理员 发布于 7年前   159

情况:

  1. home:500G
  2. root:50G
  3. root分区不够用

思路:把home分区的空间划一部分到root分区

# 设置home分区大小为200G,释放300G空间$ lvreduce -L 200G /dev/centos/home# 将空闲空间扩展到root分区$ lvextend -l +100%FREE /dev/centos/root# 使用XFS文件系统自带的命令集增加分区空间$ xfs_growfs /dev/mapper/centos-root

实例

situation

挂载在根目录的分区 /dev/mapper/centos-root 爆满,占用100%

$ df -hFilesystem        Size Used Avail Use% Mounted on/dev/mapper/centos-root  50G  50G  19M 100% /devtmpfs         32G   0  32G  0% /devtmpfs           32G   0  32G  0% /dev/shmtmpfs           32G 2.5G  29G  8% /runtmpfs           32G   0  32G  0% /sys/fs/cgroup/dev/mapper/centos-home 476G  33M 476G  1% /home/dev/sda1        497M 238M 259M 48% /boottmpfs          6.3G   0 6.3G  0% /run/user/0

analyze

挂载在根目录的分区空间太小,只有50G,而服务器 home 目录为非常用目录,挂在了近500G的空间。

思路:从 centos-home 分区划出300G空间到 centos-root 分区。

operation

1.查看各分区信息

$ lvdisplay--- Logical volume ---LV Path        /dev/centos/homeLV Name        homeVG Name        centosLV UUID        1fAt1E-bQsa-1HXR-MCE2-5VZ1-xzBz-iI1SLvLV Write Access    read/writeLV Creation host, time localhost, 2016-10-26 17:23:47 +0800LV Status       available# open         0LV Size        475.70 GiBCurrent LE       121778Segments        1Allocation       inheritRead ahead sectors   auto- currently set to   256Block device      253:2--- Logical volume ---LV Path        /dev/centos/rootLV Name        rootVG Name        centosLV UUID        lD64zY-yc3Z-SZaB-dAjK-03YM-2gM8-pfj4ooLV Write Access    read/writeLV Creation host, time localhost, 2016-10-26 17:23:48 +0800LV Status       available# open         1LV Size        50.00 GiBCurrent LE       12800Segments        1Allocation       inheritRead ahead sectors   auto- currently set to   256Block device      253:0

2.减少/home分区空间

# 释放 /dev/centos/home 分区 300G 的空间# 命令设置 /dev/centos/home 分区 200G空间$ lvreduce -L 200G /dev/centos/homeWARNING: 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分区空间

$ lvextend -l +100%FREE /dev/centos/rootSize 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文件空间大小

$ xfs_growfs /dev/mapper/centos-rootmeta-data=/dev/mapper/centos-root isize=256  agcount=4, agsize=3276800 blks     =sectsz=512  attr=2, projid32bit=1     =crc=0    finobt=0 spinodes=0data   =bsize=4096  blocks=13107200, imaxpct=25     =sunit=0   swidth=0 blksnaming  =version 2       bsize=4096  ascii-ci=0 ftype=0log   =internal        bsize=4096  blocks=6400, version=2     =sectsz=512  sunit=0 blks, lazy-count=1realtime =none          extsz=4096  blocks=0, rtextents=0data blocks changed from 13107200 to 85395456

完成

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。


  • 上一条:
    解决linux下zip文件解压乱码问题
    下一条:
    Centos7/RHEL7双网卡绑定的方法
  • 昵称:

    邮箱:

    0条评论 (评论内容有缓存机制,请悉知!)
    最新最热
    • 分类目录
    • 人生(杂谈)
    • 技术
    • linux
    • Java
    • php
    • 框架(架构)
    • 前端
    • ThinkPHP
    • 数据库
    • 微信(小程序)
    • Laravel
    • Redis
    • Docker
    • Go
    • swoole
    • Windows
    • Python
    • 苹果(mac/ios)
    • 相关文章
    • 在Linux系统中使用Iptables实现流量转发功能流程步骤(0个评论)
    • vim学习笔记-入门级需要了解的一些快捷键(0个评论)
    • 在centos7系统中实现分区并格式化挂载一块硬盘到/data目录流程步骤(0个评论)
    • 在Linux系统种查看某一个进程所占用的内存命令(0个评论)
    • Linux中grep命令中的10种高级用法浅析(0个评论)
    • 近期文章
    • 在go+gin中使用"github.com/skip2/go-qrcode"实现url转二维码功能(0个评论)
    • 在go语言中使用api.geonames.org接口实现根据国际邮政编码获取地址信息功能(1个评论)
    • 在go语言中使用github.com/signintech/gopdf实现生成pdf分页文件功能(0个评论)
    • gmail发邮件报错:534 5.7.9 Application-specific password required...解决方案(0个评论)
    • 欧盟关于强迫劳动的规定的官方举报渠道及官方举报网站(0个评论)
    • 在go语言中使用github.com/signintech/gopdf实现生成pdf文件功能(0个评论)
    • Laravel从Accel获得5700万美元A轮融资(0个评论)
    • 在go + gin中gorm实现指定搜索/区间搜索分页列表功能接口实例(0个评论)
    • 在go语言中实现IP/CIDR的ip和netmask互转及IP段形式互转及ip是否存在IP/CIDR(0个评论)
    • PHP 8.4 Alpha 1现已发布!(0个评论)
    • 近期评论
    • 122 在

      学历:一种延缓就业设计,生活需求下的权衡之选中评论 工作几年后,报名考研了,到现在还没认真学习备考,迷茫中。作为一名北漂互联网打工人..
    • 123 在

      Clash for Windows作者删库跑路了,github已404中评论 按理说只要你在国内,所有的流量进出都在监控范围内,不管你怎么隐藏也没用,想搞你分..
    • 原梓番博客 在

      在Laravel框架中使用模型Model分表最简单的方法中评论 好久好久都没看友情链接申请了,今天刚看,已经添加。..
    • 博主 在

      佛跳墙vpn软件不会用?上不了网?佛跳墙vpn常见问题以及解决办法中评论 @1111老铁这个不行了,可以看看近期评论的其他文章..
    • 1111 在

      佛跳墙vpn软件不会用?上不了网?佛跳墙vpn常见问题以及解决办法中评论 网站不能打开,博主百忙中能否发个APP下载链接,佛跳墙或极光..
    • 2016-11
    • 2017-07
    • 2017-10
    • 2017-11
    • 2018-01
    • 2018-02
    • 2020-03
    • 2020-04
    • 2020-05
    • 2020-06
    • 2021-02
    • 2021-03
    • 2021-04
    • 2021-06
    • 2021-07
    • 2021-08
    • 2021-09
    • 2021-10
    • 2021-11
    • 2021-12
    • 2022-01
    • 2022-03
    • 2022-04
    • 2022-08
    • 2022-11
    • 2022-12
    • 2023-01
    • 2023-02
    • 2023-03
    • 2023-06
    • 2023-07
    • 2023-10
    • 2023-12
    • 2024-01
    • 2024-04
    Top

    Copyright·© 2019 侯体宗版权所有· 粤ICP备20027696号 PHP交流群

    侯体宗的博客