I'm running Virtualbox 4.3.30.
I have two Linux hosts (Oracle Linux 6.4): roma and rome. What I try to accomplish, is a disk that is read/writeable by both guest-hosts.
On one host I add a new disk, fixed size, 12Gb. I make it shareable and startup that host.
I create a filesystem on the new disk, and it becomes /dev/sdb1
I connect that same disk to the second host too, and start up that host as well.
On both hosts I create a mountpoint /SWLib and mount the disk there:
fstab:
Code: Select all
/dev/sdb1 /SWLib ext4 defaults 1 2And vice-versa. Obviously, I mounted it wrong, I have been trying to mount it also with:
Code: Select all
mount -t vboxsf /dev/sdb1 /SWLibCode: Select all
[root@rome ~]# mount -t vboxsf /dev/sdb1 /SWLib
/sbin/mount.vboxsf: mounting failed with the error: Protocol error