Physical Disk VMDK

Discussions about using Linux guests in VirtualBox.
Post Reply
coder_lol@yahoo.com
Posts: 1
Joined: 5. Sep 2010, 09:07
Primary OS: Fedora other
VBox Version: OSE Fedora
Guest OSses: Fedora 13

Physical Disk VMDK

Post by coder_lol@yahoo.com »

VirtualBox: 3.2.8
Host: Fedora 13
Guest: Fedora 13

Guest is installed in a physical partition.../dev/sda3 through vmdk. All works well, but is there a way I can view the contents of /dev/sda3 from the host? I shutdown VB, and tried to mount /dev/sda3, but without success. I figure if I can read /dev/sda3, then I can also backup the VM and its data using standard tools.

I'd appreciate all your help!

Thanks...
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Physical Disk VMDK

Post by Sasquatch »

It's very odd you can't mount the partition. What command did you use? You should be fine using something like this:

Code: Select all

sudo mkdir /mnt/fedora
sudo mount -t ext3 /dev/sda3 /mnt/fedora
Now the Guest partition is mounted on /mnt/fedora. This is basic Linux knowledge, I don't see where VB comes to play into mounting local hard drives, other than that you used VB to install an OS on it.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply