Anolis OS8 磁盘扩容

1、目前状态

image.png

根目录只有20G存储,显然不够。
查看/dev/vda情况

# fdisk -l
Disk /dev/vda: 100 GiB, 107374182400 bytes, 209715200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00343e90

Device     Boot Start      End  Sectors Size Id Type
/dev/vda1  *     2048 41943039 41940992  20G 83 Linux


Disk /dev/vdb: 100 GiB, 107374182400 bytes, 209715200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xbfdd54bc

Device     Boot Start       End   Sectors  Size Id Type
/dev/vdb1        2048 209715199 209713152  100G 83 Linux

/dev/vda有100GB但是只挂载了20GB,下边把剩下的存储加入到/ 目录下;

# fdisk /dev/vda

Welcome to fdisk (util-linux 2.32.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

Command (m for help): n
Partition type
   p   primary (1 primary, 0 extended, 3 free)
   e   extended (container for logical partitions)
Select (default p): 

Using default response p.
Partition number (2-4, default 2): 
First sector (41943040-209715199, default 41943040): 
Last sector, +sectors or +size{K,M,G,T,P} (41943040-209715199, default 209715199): 

Created a new partition 2 of type 'Linux' and of size 80 GiB.

Command (m for help): w
The partition table has been altered.
Syncing disks.

# lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
vda    253:0    0  100G  0 disk 
├─vda1 253:1    0   20G  0 part /
└─vda2 253:2    0   80G  0 part 
vdb    253:16   0  100G  0 disk 
└─vdb1 253:17   0  100G  0 part /home/mysqlback

2、对新增的磁盘处理

输入partprobe 让系统识别新增的分区;创建物理卷,使用pvcreate /dev/vda2

# partprobe
# pvcreate  /dev/vda2
-bash: pvcreate: command not found
# yum -y install lvm2
# pvcreate  /dev/vda2
  Physical volume "/dev/vda2" successfully created.

/dev/vda2 来着上边lsblk的结果 新建的分区

3、下边分两种情况,一种是vgdisplay 命令有返回值,一种是没有返回值;

3.1是有返回值的扩容方式;3.2是没有返回值的扩容方式(适用于阿里云虚机和阿里云合作的政务云)

3.1、使用vgextend命令进行动态扩展
image.png

image.png
# 这里的ao是通过vgdisplay或者pvdisplay查到的那个vgname
vgextend ao /dev/sdb1

查看扩展的磁盘

# vgdisplay
  --- Volume group ---
  VG Name               ao
  System ID             
  Format                lvm2
  Metadata Areas        2
  Metadata Sequence No  6
  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               94.99 GiB
  PE Size               4.00 MiB
  Total PE              24318
  Alloc PE / Size       24318 / 94.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               7J29QB-r8gV-YKYc-E7VF-sAyG-EVD1-jg10aY

将空闲的磁盘扩展到/分区

# df -h
文件系统             容量  已用  可用 已用% 挂载点
devtmpfs             1.8G     0  1.8G    0% /dev
tmpfs                1.9G     0  1.9G    0% /dev/shm
tmpfs                1.9G  8.7M  1.9G    1% /run
tmpfs                1.9G     0  1.9G    0% /sys/fs/cgroup
/dev/mapper/ao-root   66G   29G   38G   43% /
/dev/mapper/ao-home   26G  212M   25G    1% /home
/dev/sda1            976M  142M  767M   16% /boot
tmpfs                372M     0  372M    0% /run/user/0

#/dev/mapper/ao-root是使用df -h查出来的/分区的文件系统名称
lvextend -l +100%FREE /dev/mapper/ao-root

重新识别/分区

# blkid
/dev/sda1: UUID="60fb36d0-ce63-469b-bef6-37dd5ac14fd2" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="4578c790-01"
/dev/sda2: UUID="mTmD1j-B6Um-HSDo-Y0w6-MRmp-WjK5-G6nqY6" TYPE="LVM2_member" PARTUUID="4578c790-02"
/dev/sdb1: UUID="i7fOR8-uOdL-z0fo-N7vq-UzfR-yYZf-N0V4An" TYPE="LVM2_member" PARTUUID="fcfdb231-01"
/dev/sr0: BLOCK_SIZE="2048" UUID="2021-07-01-22-08-59-00" LABEL="anolis-BaseOS-dvd-x86_64-8" TYPE="iso9660" PTUUID="3252e058" PTTYPE="dos"
/dev/mapper/ao-root: UUID="18ccc3e3-2e56-4290-8940-aac27116249a" BLOCK_SIZE="512" TYPE="xfs"
/dev/mapper/ao-swap: UUID="e0a6aa5c-e5de-4234-b736-88a2bdefda04" TYPE="swap"
/dev/mapper/ao-home: UUID="c8e2e00d-853c-46e8-8534-5ff29766e439" BLOCK_SIZE="512" TYPE="xfs"

# xfs_growfs /dev/mapper/ao-root
meta-data=/dev/mapper/ao-root    isize=512    agcount=6, agsize=3276800 blks
         =                       sectsz=512   attr=2, projid32bit=1
         =                       crc=1        finobt=1, sparse=1, rmapbt=0
         =                       reflink=1
data     =                       bsize=4096   blocks=17300480, imaxpct=25
         =                       sunit=0      swidth=0 blks
naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
log      =internal log           bsize=4096   blocks=6400, version=2
         =                       sectsz=512   sunit=0 blks, lazy-count=1
realtime =none                   extsz=4096   blocks=0, rtextents=0

查看扩容情况

# df -h
文件系统             容量  已用  可用 已用% 挂载点
devtmpfs             1.8G     0  1.8G    0% /dev
tmpfs                1.9G     0  1.9G    0% /dev/shm
tmpfs                1.9G  8.7M  1.9G    1% /run
tmpfs                1.9G     0  1.9G    0% /sys/fs/cgroup
/dev/mapper/ao-root   66G   29G   38G   43% /
/dev/mapper/ao-home   26G  212M   25G    1% /home
/dev/sda1            976M  142M  767M   16% /boot
tmpfs                372M     0  372M    0% /run/user/0

3.2、是没有返回值的扩容方式(适用于阿里云虚机和阿里云合作的政务云)

参考文章:https://help.aliyun.com/zh/ecs/user-guide/extend-the-partitions-and-file-systems-of-disks-on-a-linux-instance?spm=a2c4g.11186623.0.i1

# fdisk -l
Disk /dev/vda: 100 GiB, 107374182400 bytes, 209715200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00343e90

Device     Boot Start      End  Sectors Size Id Type
/dev/vda1  *     2048 41943039 41940992  20G 83 Linux


Disk /dev/vdb: 100 GiB, 107374182400 bytes, 209715200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

100GB只挂载了20GB

# fdisk -lu /dev/vda
Disk /dev/vda: 100 GiB, 107374182400 bytes, 209715200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00343e90

Device     Boot Start      End  Sectors Size Id Type
/dev/vda1  *     2048 41943039 41940992  20G 83 Linux
# type growpart
growpart is /bin/growpart
# yum install -y cloud-utils-growpart
Last metadata expiration check: 0:03:51 ago on Tue 23 Apr 2024 04:53:20 PM CST.
Package cloud-utils-growpart-0.29-3.el8.noarch is already installed.
Dependencies resolved.
==========================================================================================================================================================================
 Package                                         Architecture                      Version                                     Repository                            Size
==========================================================================================================================================================================
Upgrading:
 cloud-utils-growpart                            noarch                            0.33-0.0.1.an8                              AppStream                             20 k

Transaction Summary
==========================================================================================================================================================================
Upgrade  1 Package

Total download size: 20 k
Downloading Packages:
cloud-utils-growpart-0.33-0.0.1.an8.noarch.rpm                                                                                            102 kB/s |  20 kB     00:00    
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                     101 kB/s |  20 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                  1/1 
  Upgrading        : cloud-utils-growpart-0.33-0.0.1.an8.noarch                                                                                                       1/2 
  Cleanup          : cloud-utils-growpart-0.29-3.el8.noarch                                                                                                           2/2 
  Running scriptlet: cloud-utils-growpart-0.29-3.el8.noarch                                                                                                           2/2 
  Verifying        : cloud-utils-growpart-0.33-0.0.1.an8.noarch                                                                                                       1/2 
  Verifying        : cloud-utils-growpart-0.29-3.el8.noarch                                                                                                           2/2 

Upgraded:
  cloud-utils-growpart-0.33-0.0.1.an8.noarch                                                                                                                              

Complete!
# LC_ALL=en_US.UTF-8
# growpart /dev/vda 1
CHANGED: partition=1 start=2048 old: size=41940992 end=41943039 new: size=209713119 end=209715166
##注意/dev/vda和1之间有空格!!!!

# df -Th
Filesystem                                                      Type      Size  Used Avail Use% Mounted on
devtmpfs                                                        devtmpfs  3.8G     0  3.8G   0% /dev
tmpfs                                                           tmpfs     3.8G     0  3.8G   0% /dev/shm
tmpfs                                                           tmpfs     3.8G  460K  3.8G   1% /run
tmpfs                                                           tmpfs     3.8G     0  3.8G   0% /sys/fs/cgroup
/dev/vda1                                                       ext4       20G  4.0G   15G  22% /
tmpfs                                                           tmpfs     776M     0  776M   0% /run/user/0
# resize2fs /dev/vda1
resize2fs 1.46.0 (29-Jan-2020)
Filesystem at /dev/vda1 is mounted on /; on-line resizing required
old_desc_blocks = 2, new_desc_blocks = 7
The filesystem on /dev/vda1 is now 26214139 (4k) blocks long.

# df -Th
Filesystem                                                      Type      Size  Used Avail Use% Mounted on
devtmpfs                                                        devtmpfs  3.8G     0  3.8G   0% /dev
tmpfs                                                           tmpfs     3.8G     0  3.8G   0% /dev/shm
tmpfs                                                           tmpfs     3.8G  460K  3.8G   1% /run
tmpfs                                                           tmpfs     3.8G     0  3.8G   0% /sys/fs/cgroup
/dev/vda1                                                       ext4       99G  4.0G   91G   5% /
tmpfs                                                           tmpfs     776M     0  776M   0% /run/user/0

扩展阅读:https://blog.51cto.com/u_15147537/7277209
https://blog.csdn.net/jincm13/article/details/18077501

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 175,490评论 5 419
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 74,060评论 2 335
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 124,407评论 0 291
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 47,741评论 0 248
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 56,543评论 3 329
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 43,040评论 1 246
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 34,107评论 3 358
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 32,646评论 0 229
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 36,694评论 1 271
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 32,398评论 2 279
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 33,987评论 1 288
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 30,097评论 3 285
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 35,298评论 3 282
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 27,278评论 0 14
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 28,413评论 1 232
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 38,397评论 2 309
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 38,099评论 2 314