vbox share: What am I doing wrong?
Posted: 7. Dec 2010, 02:51
Hi All,
Host: CentoS 5.5
Guest: Fedora Core 14
vbox: 3.2.12
What am I doing wrong with my mount of shared folders from my host (which do share on my Windows Guests)?
I am stumped. :'(
Many thanks,
-T
Host: CentoS 5.5
Guest: Fedora Core 14
vbox: 3.2.12
What am I doing wrong with my mount of shared folders from my host (which do share on my Windows Guests)?
Code: Select all
# from my rc.local
VBShares="/mnt/Virtual.Box.Shared.Folders"
if [ ! -d "$VBShares" ]; then mkdir "$VBShares"; fi
chmod 2777 "$VBShares"
mount -t vboxsf share "$VBShares" -o rw,suid,umask=0
/sbin/mount.vboxsf: mounting failed with the error: Protocol errorCode: Select all
# /sbin/mount.vboxsf -w -o rw,suid share /mnt/Virtual.Box.Shared.Folders
/sbin/mount.vboxsf: mounting failed with the error: Protocol error
# /sbin/mount.vboxsf share /mnt/Virtual.Box.Shared.Folders
/sbin/mount.vboxsf: mounting failed with the error: Protocol errorMany thanks,
-T