I'm running a virtual machine (Ubuntu 14.04 LTS) on VMware ESXi. The virtual machines needed extra storage as to why i raised the disk size in ESXi, and ran pationing etc. from the virtual machine itself. All was fine (i thought) as both the df -h
and df -i
reported lots of diskspace and inodes left. But when i hit the partition's old limit i was faced by "no space left on device". As the case was very urgent i decided to reboot the machine which solved the problem and let new data be written to the partition.
My question: Is reboot of the virtual machine necessary or could it be avoided somehow?
Quick summary:
- Raise disk size in ESXi
- Repartition using
parted
- Grow filesystem (xfs)
- Verify with
df