Debian Etch USB Support and Shared Folder.

Discussions related to using VirtualBox on Linux hosts.
Post Reply
b_chris
Posts: 10
Joined: 27. May 2007, 02:13

Debian Etch USB Support and Shared Folder.

Post by b_chris »

Ok, after struggling with this and an install of Etch business card, I finally reinstalled with the NetInstall Version of etch, installed Virtualbox 1.4.0.

Made the following alteration which is in the manual.
Debian Etch has the mount command in /etc/init.d/mountkernfs.sh. Since
that distribution has no group usb, it is also the easiest solution to allow all members
of the group vboxusers to access the USB subsystem. Modify the line

Code: Select all

domount usbfs usbdevfs /proc/bus/usb -onoexec,nosuid,nodev
And then added this to fstab:

Code: Select all

none 		/proc/bus/usb   usbfs   rw,user,devgid=1001,devmode=0666 0 0
Where 1001 is your vboxusers group number.

As for setting up the shred folder. Follow the manual, I could not get it to work using a RUN command in XP guest, but it did work when I set it up using Map Network Drive in the tools menu of My Computer in the windows guest.

Hope this helps someone.
Post Reply