Linux – Mount partition on KVM guest and host at the same time

filesystemskvm-virtualizationlinuxpartition

Is there a way to mount a partition on the kvm host and one guest at the same time?

(on linux / ubuntu, no samba suggestions, please)

Best Answer

A normal filesystem will be corrupted if you mount it from multiple OS's at the same time. A cluster file system should work.

The easiest solution is probably to use NFS.

Related Topic