创建Linux时分配磁盘空间随着使用的增加,使用率逐渐升高,此时需要在添加或者扩展一下磁盘。
以Linux(CentOS 7.3)为例
[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)
1、扩展磁盘
注意:扩容磁盘的方式分为 [添加磁盘]、[扩展磁盘] ; 扩展磁盘需要在此虚拟机停止的状态下进行,同时扩展的数字是扩展后的预期大小,比如之前是50G,希望扩展100G,那么我们应该输入150G。这里我们以扩展磁盘的方式进行。go go go !
2、首先确认状态
扩展后,重新启动linux,使用df -kh命令发现磁盘目录大小没有变化
[root@localhost ~]# df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/cl-root 47G 951M 47G 2% /
devtmpfs 910M 0 910M 0% /dev
tmpfs 920M 0 920M 0% /dev/shm
tmpfs 920M 8.5M 912M 1% /run
tmpfs 920M 0 920M 0% /sys/fs/cgroup
/dev/sda1 1014M 139M 876M 14% /boot
tmpfs 184M 0 184M 0% /run/user/0
使用fdisk确认磁盘空间是否已经扩展
[root@localhost ~]# fdisk -l
Disk /dev/sda: 161.1 GB, 161061273600 bytes, 314572800 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
Disk label type: dos
Disk identifier: 0x00026862
可以看到“Disk /dev/sda: 161.1 GB”,已经扩展了100G空间。
3、扩展分区
[root@localhost ~]# fdisk /dev/sda
Welcome to fdisk (util-linux 2.23.2).
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 pri