Page 1 of 1

using physical partition, OK to also mount that partition?

Posted: 28. Nov 2009, 23:33
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?

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

Posted: 29. Nov 2009, 01:03
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.