欢迎您访问365答案网,请分享给你的朋友!
生活常识 学习资料

2022-11-22--中标麒麟-Linux系统扩容根目录磁盘空间

时间:2023-07-12
titlecategoriestagsabbrlinkdateupdated 中标麒麟-Linux系统扩容根目录磁盘空间 Linux 中标麒麟 yum 6db4 2021-11-22 15:21:15 -0800 2021-11-22 15:21:15 -0800 1、在虚拟机添加磁盘空间(略) 2、使用 fdisk -l 命令查看磁盘信息 3、新建磁盘分区 4、使用 fdisk,创建新分区

### df -h 查看[root@localhost ~]# df -h文件系统 容量 已用 可用 已用% 挂载点devtmpfs 1.9G 0 1.9G 0% /devtmpfs 1.9G 0 1.9G 0% /dev/shmtmpfs 1.9G 167M 1.7G 9% /runtmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup/dev/mapper/nlas-root 50G 6.2G 44G 13% //dev/mapper/nlas-home 66G 2.4G 63G 4% /home/dev/sda1 1014M 189M 826M 19% /boottmpfs 839M 0 839M 0% /run/user/0

在使用一段时间后,空间不足、文件不能上存,再次 df -h 查看

在虚拟机添加磁盘空间(略)后,通过 fdisk 开始进行分区进入:

[root@localhost ~]# fdisk /dev/sda欢迎使用 fdisk (util-linux 2.23.2)。更改将停留在内存中,直到您决定将更改写入磁盘。使用写入命令前请三思。命令(输入 m 获取帮助):m命令操作 a toggle a bootable flag b edit bsd disklabel c toggle the dos compatibility flag d delete a partition g create a new empty GPT partition table G create an IRIX (SGI) partition table l list known partition types m print this menu n add a new partition o create a new empty DOS partition table p print the partition table q quit without saving changes s create a new empty Sun disklabel 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 (experts only)

命令(输入 m 获取帮助): n #new 新分区Partition type: p primary (2 primary, 1 extended, 1 free) l logical (numbered from 5)Select (default p): p #选择主分区Selected partition 3 #分区序号起始 扇区 (251658240-13631448799,默认为 251658240): #分区开始回车默认将使用默认值 251658240Last 扇区, +扇区 or +size{K,M,G} (251658240-13631448799,默认为 13631448799): 将使用默认值 13631448799

5、重启Linux操作系统,使用 reboot 命令 6、创建物理卷,使用 pvcreate /dev/sda3 命令 7、将添加新的物理卷,加载到centos卷组,使用 vgextend 命令 8、增加 /dev/mapper/nlas-root 大小,使用 lvresize -L +500G /dev/mapper/nlas-root 命令

中标麒麟的root是在 /dev/mapper/nlas-root

Last login: Sat Nov 20 01:59:18 on ttys000[root@localhost ~]# vgdisplay --- Volume group --- VG Name nlas System ID Format lvm2 metadata Areas 2 metadata Sequence No 5 VG Access read/write VG Status resizable MAX LV 0 Cur LV 3 Open LV 3 Max PV 0 Cur PV 2 Act PV 2 VG Size 648.99 GiB PE Size 4.00 MiB Total PE 166142 Alloc PE / Size 30462 / 118.99 GiB Free PE / Size 135680 / 530.00 GiB VG UUID Ac7YMK-JWY0-2q9Y-9pun-iU9i-Wsdv-KLEkMR### 测试大小,超出会显示错误[root@localhost ~]# lvresize -L +600G /dev/mapper/nlas-root Insufficient free space: 153600 extents needed, but only 135680 available### 正式的[root@localhost ~]# lvresize -L +530G /dev/mapper/nlas-root Size of logical volume nlas/root changed from 50.00 GiB (12800 extents) to 580.00 GiB (148480 extents). Logical volume nlas/root successfully resized.[root@localhost ~]# resize2fs /dev/nlas/rootresize2fs 1.42.9 (28-Dec-2013)resize2fs: Bad magic number in super-block 当尝试打开 /dev/nlas/root 时找不到有效的文件系统超级块.

9、同步文件系统

[root@localhost ~]# xfs_growfs /dev/mapper/nlas-rootmeta-data=/dev/mapper/nlas-root isize=512 agcount=4, agsize=3276800 blks = sectsz=512 attr=2, projid32bit=1 = crc=1 finobt=0 spinodes=0data = bsize=4096 blocks=13107200, imaxpct=25 = sunit=0 swidth=0 blksnaming =version 2 bsize=4096 ascii-ci=0 ftype=1log =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 152043520

10、查看扩容后的大小 ,使用 df -h 命令

[root@localhost ~]# df -h文件系统 容量 已用 可用 已用% 挂载点devtmpfs 4.1G 0 4.1G 0% /devtmpfs 4.1G 4.0K 4.1G 1% /dev/shmtmpfs 4.1G 11M 4.1G 1% /runtmpfs 4.1G 0 4.1G 0% /sys/fs/cgroup/dev/mapper/nlas-root 580G 50G 531G 9% //dev/sda1 1014M 189M 826M 19% /boot/dev/mapper/nlas-home 66G 38G 28G 58% /hometmpfs 839M 0 839M 0% /run/user/0

Copyright © 2016-2020 www.365daan.com All Rights Reserved. 365答案网 版权所有 备案号:

部分内容来自互联网,版权归原作者所有,如有冒犯请联系我们,我们将在三个工作时内妥善处理。