using physical partition, OK to also mount that partition?

This is for discussing general topics about how to use VirtualBox.
Post Reply
wamanning
Posts: 3
Joined: 31. Aug 2008, 02:57

using physical partition, OK to also mount that partition?

Post by wamanning »

host OS is linux. guest OS is vista, which i'm accessing on a physical partition (/dev/sdb).

since vbox references the vista OS via the paritition, it seems theres no real need to have it (/dev/sdb) mounted in linux.

doing so would also minimize risk of filesystem contention/corruption, eh?
MarkCranness
Volunteer
Posts: 875
Joined: 10. Oct 2009, 06:27
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows Server 2008 R2; Ubuntu 11.04; Windows 2000 Server; Windows XP

Re: using physical partition, OK to also mount that partition?

Post by MarkCranness »

wamanning wrote:doing so would also minimize risk of filesystem contention/corruption, eh?
YES. Do not ever mount that same partition read/write in the host, or you will certainly lose that partition to corruption.

Mounting it read-only will be safe for the guest, but the host may get confused and think the filesystem has become corrupt.
Post Reply