Virtual Box primary / slave drives

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Kazimir
Posts: 2
Joined: 11. Jan 2009, 18:55

Virtual Box primary / slave drives

Post by Kazimir »

I'm trying to set up virtual slave drives in Virtual Box. When I boot the guest OS, all that shows up is the primary ( obviously, since it boots ). I tried it in 3 different OSs. Ubuntu, Fedora, and Windows 7 Beta. It showed up in Ubuntu as unknown. No file size or anything. And it couldn't mount. Right now I'm trying to use them in Windows 7 Beta. I create the virtual drives in Virtual box. I tried them as SATA and IDE. The master always works, but the slaves don't. When I tried them all with SATA, it installed the SATA drivers, and prompted me to restart, so I did. But they still didn't work afterwards. With IDE, they just didn't show up.

So my question to you, is how do I make the guest OS recognize the virtual slave drives?

- Kaz
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Post by TerryE »

Actually this isn't so much a VB issue as an OS one. You have exactly the same issue if you just plug a HDD into a physical machine.

Let's take Windows first. You need to tell Windows to use the new disk. In XP you do this through My Computer->Manage->Disk Manager. This allows you to allocate partitions on the new disk(s), format them and assign drive letters. Once you've done this then Windows will remember these settings.

In the case of Linux, you need to use fdisk (or one of the other partition formatting utilities) to set up the partitions on the new disk(s). You then need to format them (e.g. with mkfs.ext3), create mount points and update your /etc/fstab to automount them.

If you google (e.g. linux format disk ext3) you will find articles on how to do this.
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
Kazimir
Posts: 2
Joined: 11. Jan 2009, 18:55

Post by Kazimir »

Ah, thanks a bunch man. I got it working perfectly. :D
Post Reply