John pecked at the keyboard and wrote:
On Saturday 17 May 2008 20:39:14 John wrote:
John
I now have the usb working it needs the following line added to suse 10.3 fstab (the host)
none /proc/bus/usb usbfs auto,busgid=XXX,busmode=0775,devgid=XXX,devmode=0664 0 0
All on one line of course.
The value for XXX can be obtained by grep vboxusers /etc/group in the console
All I need now is how to automount the shared folder in the mandera guest. I suspect that this can be done in fstab but how?
John
First create the share in the guest settings. Then create the mount point in the running guest. Next mount with: mount -t vboxvfs <share name> <mount point> In my case I created a share called storage and mount it with mount -t vboxvfs storage /storage Add an entry in /etc/fstab ( all on one line ) storage /storage vboxvfs rw And it should mount when you boot the VM. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org