我在40gb分区上安装了cPanel / WHM,但是WHM显示9.9gb中有8.9gb正在使用中。我该如何纠正?
这是在AWS EC2实例上。根卷配置为40gb。
运行df -h后:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
9.9G 8.9G 574M 95% /
/dev/hda1 99M 26M 69M 28% /boot
tmpfs 1006M 0 1006M 0% /dev/shm
这表明/ dev / mapper / VolGroup00-LogVol00是9.9GB。但是,如果我运行parted并打印配置,我可以看到:
Model: QEMU HARDDISK (ide)
Disk /dev/hda: 42.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 107MB 107MB primary ext3 boot
2 107MB 21.5GB 21.4GB primary lvm
我需要整个40GB的cPanel / WHM。为什么它会将自己限制在磁盘的1/4?
运行vgs后
VG #PV #LV #SN Attr VSize VFree
VolGroup00 1 2 0 wz--n- 19.88G 0
PVS:
PV VG Fmt Attr PSize PFree
/dev/hda2 VolGroup00 lvm2 a-- 19.88G 0
LVS:
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
LogVol00 VolGroup00 -wi-ao 10.22G
LogVol01 VolGroup00 -wi-ao 9.66G
fdisk -l </ p>
Disk /dev/hda: 42.9 GB, 42949672960 bytes
255 heads, 63 sectors/track, 5221 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 2610 20860402+ 8e Linux LVM
Disk /dev/dm-0: 10.9 GB, 10972299264 bytes
255 heads, 63 sectors/track, 1333 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 10.3 GB, 10368319488 bytes
255 heads, 63 sectors/track, 1260 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/dm-1 doesn't contain a valid partition table
答案 0 :(得分:0)
您在哪里检查WHM中的磁盘使用情况?你可以告诉我以下命令,以便我可以帮助你。
df -h
答案 1 :(得分:0)
我认为LVM分区中的服务器上有可用空间。您可以使用以下命令检查此信息并告诉我
vgs
pvs
lvs
fdisk -l
如果您在VolGroup中找到任何可用空间,那么您必须通过lvextend命令增加它,您可以在http://www.24x7servermanagement.com/blog/how-to-increase-the-size-of-the-logical-volume/
查看它