Centos
centos 7 - 用新磁碟擴展目前分區
我的文件系統 /mysql_database 從磁碟 /dev/sdb 掛載,分區 /dev/sbd1 已被 100% 填充。我剛剛從 VMWARE 添加了一個新磁碟 /dev/sdc,我需要擴展目前磁碟。(/dev/sdb1),所以我的掛載點 /mysql_database 可以擴展。
$$ root@myserver ~ $$# fdisk -l
Disk /dev/sdb: 10.7 GB, 10737418240 bytes, 20971520 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: 0xeccacefd Device Boot Start End Blocks Id System /dev/sdb1 2048 20971519 10484736 83 Linux Disk /dev/sdc: 10.7 GB, 10737418240 bytes, 20971520 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
這甚至可能嗎?
不要使用新磁碟 /dev/sdc。擴展支持 /dev/sdb 的現有虛擬磁碟,調整其分區大小,並調整 /dev/sdb1 上的文件系統大小。
僅當您使用 LVM 或在不同的掛載點有多個文件系統時,多個磁碟才實用。