data = bsize=4096 blocks=19323392, imaxpct=25
It's a 73.7GiB file system.
/space# df -k . Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda8 77255828 15375660 61880168 20% /space
On a 73.7GiB partition.
You need to make the partition bigger if you want the file system bigger. I’m told that the presented disk was extended by 150Gb in VMWare. How can I verify that?
Something's confused. Have you restarted the VM and then check with:
parted -l /dev/sda u s p or gdisk -l /dev/sda #if gpt partitions, gdisk is friendlier than parted, same syntax as fdisk
Chris Murphy |