Format new virtual disk

Discussions about using Windows guests in VirtualBox.
Post Reply
ggrodsky
Posts: 4
Joined: 6. Jun 2009, 17:27
Primary OS: MS Windows XP
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: WIN XP, Ubuntu

Format new virtual disk

Post by ggrodsky »

This has to be discussed somewhere, but I cannot find it. I am running version 2.2.4 on a Win XP host and a Win XP guest. I ran out of disk space in my client, so I created a new "data" virtual disk and attached is as a IDE Primary Slave to the client virtual machine. I booted the guest OS and can see the new drive in the device manager, but not in the file manager. In the past, when I added a new disk drive to a PC, the drive vendor supplied a program to format the new drive. I can't find instructions for formatting a new drive anywhere. How do I format the new virtual drive to make it available in my guest PC?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Format new virtual disk

Post by Perryg »

Use the disk manager that is in the device manager to mount the volume and format it.
webpap
Posts: 1
Joined: 10. Jun 2009, 14:12
Primary OS: MS Windows 7
VBox Version: OSE Debian
Guest OSses: Debian

Re: Format new virtual disk

Post by webpap »

if your new partition is coming-up as "unallocated" in the disk manager use [DiskPart.exe] from the cmd-line

SELECT DISK 1
DETAIL DISK
DETAIL PARTITION
CREATE PARTITION PRIMARY
EXIT

then switch back to the desk manager, should be allocated now... click right to format etc.
Post Reply