Partition .....

Discussions about using Windows guests in VirtualBox.
Post Reply
lando
Posts: 73
Joined: 3. Jan 2008, 23:52

Partition .....

Post by lando »

.... could be read by a guest ? (of course if filesystem is supported...)
Thanks.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Partition .....

Post by Perryg »

Not really sure what you mean lando, but if you are talking about a guest being able to read files from the host you can use VBox shared folders, or setup a network share.
lando
Posts: 73
Joined: 3. Jan 2008, 23:52

Re: Partition .....

Post by lando »

Perryg wrote:Not really sure what you mean lando, but if you are talking about a guest being able to read files from the host you can use VBox shared folders, or setup a network share.
I mean ...could a guest detect a partition , not the host partition but another one...I think is not possible but I could mistake..
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: Partition .....

Post by baf »

Yes you could use "raw disk access" look in the manual for createrawvmdk.
And READ the warning. If the partition is mounted in the guest and host it WILL be corrupted sooner or later.
Some say: "You learn as long as you live".
My way: "You live as long as you learn".
lando
Posts: 73
Joined: 3. Jan 2008, 23:52

Re: Partition .....

Post by lando »

baf wrote:Yes you could use "raw disk access" look in the manual for createrawvmdk.
And READ the warning. If the partition is mounted in the guest and host it WILL be corrupted sooner or later.
Fine,then I could create a partition that a guest can use ...(read and Write access ?... I 'll read about it)
Thanks.
lando
Posts: 73
Joined: 3. Jan 2008, 23:52

Re: Partition .....

Post by lando »

Anyway ,if I get fine,raw access doesn't give access to real partition but to its image ....

VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk -rawdisk /dev/sda
Post Reply