@nashbrydges said in Install Nextcloud 13.0.0 on Fedora 27:
I have a Nextcloud instance running on Hyper-V using a 500GB dynamically expanding disk that is working perfectly. I can see that it's barely using any of the space. I followed these instructions for creating a Nextcloud instance on Fedora and when I use a dynamically expanding disk, for some reason, the install does not recognize it as a full 500GB disk so after uploading a few large test files, I'm out of space at around 10GB. The Nextcloud instance is on a Fedora 27 minimal install.
Any ideas where I may have gone wrong? I used this command to create the disk:
New-VHD -Path C:\MyVHDs\nextcloud.vhdx -SizeBytes 500GB -Dynamic -BlockSizeBytes 1MB
Does Fedora not play well with dynamically expanding disks? I could instead create a fixed disk but I'd like to avoid that if I can.
Last time I check, the default Fedora Server install will only partition enough for its need. But leave the rest untouched.