[Solved] Dynamic HD 100 GB - full?

This is for discussing general topics about how to use VirtualBox.
Post Reply
Bastet
Posts: 4
Joined: 4. Aug 2009, 15:10
Primary OS: MS Windows XP
VBox Version: OSE Fedora
Guest OSses: Fedora10

[Solved] Dynamic HD 100 GB - full?

Post by Bastet »

Hello!

Because I do not have enough disk space on my notebook, I created a 100 GB dynamic vdi and moved it to an external HD (Host: Windows XP, Guest: Fedora 10). After I moved it to the external HD (i deleted the "old mashine" on Virtualbox and created a "new system" using the vdi on the external HD) I installed Fedora 10. This worked without any problems.
When I tried to install the Guest Additions Fedora asked me to install some packages. I started the installation, but got the following message:

---------------------------
Host system reported disk full: VM execution is suspended. You can resume after freeing some space.
Details:
Fehler ID: DevATA_DISKFULL
Dringlichkeit: Warnung
------------------------

The vdi on the external HD has actually the following size: 3.99 GB
Free Space on external HD: 237 GB

Does anyone has any idea how to solve this problem?
(I cannot create a fixed 100GB vdi on my notebook because I do not have enough free space.)

Bastet
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: Dynamic HD 100 GB - full?

Post by mpack »

Taking a wild guess, I'd say your external drive was formatted using the FAT32 filesystem, which has a 4GB limit on file sizes. You would need to reformat it to use the NTFS filesystem.
dmcgraw
Volunteer
Posts: 808
Joined: 24. Jun 2008, 17:16
Primary OS: Ubuntu 8.10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: XP, Ubuntu 9.10
Location: St. Louis, MO, USA

Re: Dynamic HD 100 GB - full?

Post by dmcgraw »

How is the external drive formatted, FAT32?

FAT32 drives have a 4GB file size limit.
Bastet
Posts: 4
Joined: 4. Aug 2009, 15:10
Primary OS: MS Windows XP
VBox Version: OSE Fedora
Guest OSses: Fedora10

Re: Dynamic HD 100 GB - full?

Post by Bastet »

Hi,

I have to check the formatting. I didn't change the formatting (it was "pre-formatted") and didn't bother to check until now.

If this is the problem, I could solve it by making a new partition formatted in NTFS filesystem, right?

EDIT: It i indeed FAT32. Thanks for the hint.
baf
Volunteer
Posts: 829
Joined: 27. Sep 2008, 06:18
Primary OS: Mac OS X Leopard
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: linux,xp,win7
Location: Luleå or Skellefteå, Sweden

Re: [Solved] Dynamic HD 100 GB - full?

Post by baf »

You could convert that partition to ntfs and this should not lose any data.

from a command prompt

Code: Select all

convert x: /fs:ntfs
replace x with your driveletter
Some say: "You learn as long as you live".
My way: "You live as long as you learn".
Post Reply