I am running Fedora from VirtualBox with Windows XP as the OS host. How do I mount the selected shared folder in Linux?
|
feedback
|
migrated from serverfault.com Aug 14 '11 at 19:16
This question came from our site for system administrators and desktop support professionals.
|
I mounted it on a Debian distro in VirtualBox and it worked without a problem: (Check if needed http://wvarner.blogspot.com/2008/05/installing-virtualbox-guest-additions.html) sh /cdrom/VBoxLinuxAdditions.run mount -t vboxsf | |||||
feedback
|
|
Not sure what the command is exaclty for fedora, but here are a couple of examples:
And you might need a package like smbfs or samba-client. | |||
feedback
|
|
Obvious question, does /home/user/vsharebox exist? Are the Guest Additions installed in your Fedora VM and are they up to date with the running kernel? | |||||||
feedback
|
|
for fedora 10 [i modified the debian command posted by cmserv, above]: sudo sh /media/VBOXADDITIONS_2.2.2_46594/VBoxLinuxAdditions-x86.run vfs-module | |||
|
feedback
|
