Page 1 of 1

[Resolved] cant create diskimage (static) or expand dynamic on Fedora 31

Posted: 30. Nov 2019, 15:22
by muelli75
Hi!

Installed VBox on Fedora 31 by using the official repos. Added my user to 'vboxusers'-group.
VBox is running and working fine if I use a dynamic harddisk-image. Until the dynamic image starts to expand - then a error occours that the image cant expand.

So I tried to do a workaround by creating a static image. At the moment of the creation, the follwoing error occours:
Die virtuelle Festplatte konnte nicht erzeugt werden: /home/XXXX/VirtualBox-VMs/UbuntuJobview/UbuntuJobview.vdi.

Could not create the medium storage unit '/home/XXXX/VirtualBox-VMs/UbuntuJobview/UbuntuJobview.vdi'.

VDI: disk would overflow creating image '/home/XXXX/VirtualBox-VMs/UbuntuJobview/UbuntuJobview.vdi' (VERR_DISK_FULL).

VDI: setting image size failed for '/home/XXXX/VirtualBox-VMs/UbuntuJobview/UbuntuJobview.vdi' (VERR_DISK_FULL).

Fehlercode:VBOX_E_FILE_ERROR (0x80BB0004)
Komponente:MediumWrap
Interface:IMedium {ad47ad09-787b-44ab-b343-a082a3f2dfb1}
Any ideas to fix this? Thank you for inputs!

Martin

Re: cant create diskimage (static) or expand dynamic on Fedora 31

Posted: 30. Nov 2019, 16:55
by Martin
muelli75 wrote:Could not create the medium storage unit '/home/XXXX/VirtualBox-VMs/UbuntuJobview/UbuntuJobview.vdi'.
VDI: disk would overflow creating image '/home/XXXX/VirtualBox-VMs/UbuntuJobview/UbuntuJobview.vdi' (VERR_DISK_FULL).
The volume containing your /home folder has not enough free space.

Re: cant create diskimage (static) or expand dynamic on Fedora 31

Posted: 30. Nov 2019, 17:21
by muelli75
ahhh... thank you! Im new to fedora, coming from debian ... so i didnt recognized the LVM-homedirectory-concept (limited to 15GB).

Will do a new LV, think then all will work. Thanks for the precius hint!

Re: cant create diskimage (static) or expand dynamic on Fedora 31

Posted: 1. Dec 2019, 00:59
by socratis
Marking as [Resolved].