problems with shared folders

Discussions about using Linux guests in VirtualBox.
Post Reply
scooterpd
Posts: 2
Joined: 31. Jan 2008, 02:40

problems with shared folders

Post by scooterpd »

I am running XP PRO as the host and Ubuntu 7.10 as guest in virtualbox. I have read the user manual sections relating to shared folders, but I am still having trouble.
1. I clicked on Devices > Shared Folders, and added a folder to my C: drive called "vm shared stuff"
2. I then opened up a terminal in my ubuntu guest and tried to mount the shared folder by typing the following codes:

Code: Select all

cd /mnt
sudo mkdir Share 
sudo mount -t \vboxsf vm shared stuff /mnt/Share

Am I missing something? Any help would be greatly appreciated.
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

We are missing the trouble. Not only approach, error messages!

Guest Additions installed?
frank
Oracle Corporation
Posts: 3362
Joined: 7. Jun 2007, 09:11
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Linux, Windows
Location: Dresden, Germany
Contact:

Post by frank »

Please use a share name which does not contain spaces.
scooterpd
Posts: 2
Joined: 31. Jan 2008, 02:40

problems with shared folders

Post by scooterpd »

ok, I changed the shared folder name by removing the spaces, so now it's called "vmsharedstuff". and it works perfectly. thank you very much Frank Mehnert. I appreciate it.
Post Reply