VBox 2–Host XP–Guest Ubuntu 8.04 – Shared Folder WRITE

Discussions about using Linux guests in VirtualBox.
4zzdawg
Posts: 1
Joined: 25. Sep 2008, 05:01

Post by 4zzdawg »

Hey guys, I've been mucking around with this, but it doesn't seem to be the "space" issue like yours..

I've got "My Documents" on XP mapped to E:\, a seperate physical drive. I try to mount that in ubuntu, and it gives the same as what you've said, no rw.

I think it might be a windows permissions thing, like how it locks your My Docs dir. Because E:\ doesn't have a space in it..

Just ideas, I still want to get this to work =\
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

There was an issue with personal folders that it either wasn't able to mount or write to it. Please try a sub folder of the My Documents folder, or a parent folder.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
wilson
Posts: 2
Joined: 1. Oct 2008, 16:43

mout does not work in fs tab

Post by wilson »

Hi,

I can mount a vbox share with the mount command:

mount -t vboxsf vmshare /mnt/share

It works as expected, but when I try to mount it via fstab it does not work:

vmshare /mnt/share vboxsf rw,uid=1000,gid=1000 0 0

boot log says device not found. Any ideas what I'm doing wrong?
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Does that happen during boot time? If it does, try the mount command manually, using sudo mount -a, or sudo mount /mnt/share.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
wilson
Posts: 2
Joined: 1. Oct 2008, 16:43

Post by wilson »

Yes, it happens during boot time.
Manual mount command after boot e.g. 'mount vmshare' works. Command 'umnount vmshare' also works.
I figured out that the problem during boot is, that fstab is processed before vbox additions are loaded! Is there a way to solve this?

btw: host: Win XP MCE, guest: Debian 2.6.18-6-486, Virtual Box: 1.6.2

problem solved
I solved the problem by using automount (autofs). Have a look for this issue at:
http://forums.virtualbox.org/viewtopic.php?t=1832
Post Reply