You are here
DanielWoodman - Mon, 2020/02/24 - 18:07
Hi. I'm having some trouble with the Wordpress machine. I have it running in Virtualbox. I created a new VDI drive on an NTFS drive. I have the machine up and running, but I am trying to restore a 25GB Wordpress backup. I can't upload it through the web interface and I cannot FTP the file into the virtual drive. In both instances, it stalls at 10% (2.4GB). I tried re-creating the virtual machine with a fixed 100GB drive (instead of dynamic), but still doesn't work. I'm hoping this is an easy, "Dan-you-dummy" fix, but I don't know what else to try. Help?
Forum:
Have you mounted the new drive?
You don't note the process that you used to add the new drive. But my suspicion is that you may not have mounted it. And perhaps if you have, it's not part of the root filesystem.
When you say that it stalls at 10%, that sounds to me suspiciously like it's running out of room... FWIW you can check the free space of your root volume like this:
On a local TKLDev VM I have running I get this:
If you look at the line that is "Mounted on": "/" (i.e. the root volume) you can see that the filesystem is /dev/mapper/turnkey-root (it's an LVM volume) and it's nearly full! Out of interest, I also have a "normal" partition" ("/dev/sdb1") mounted on /mnt.
There's a really old blog post on extending a root volume (with LVM) that Liraz wrote. Whilst it's about 9 years old, the explanation of LVM is still relevant and the commands noted there should also work (assuming you have LVM).
If you don't have LVM, or you hit any issues, please feel free to post back.
Add new comment