Hi all,
I try to auto mount usb device on virtualbox. I find some ubuntu solve but I didn't to convert to Porteus.
Ubuntu solve is: https://forums.virtualbox.org/viewtopic.php?f=7&t=39374
How should I convert this udev rules and that script?
Thanks...
Auto usb mount virtualbox
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Auto usb mount virtualbox
linked post is quite detailed - just follow the procedure. remember to tweak /etc/udev/vbox-automount-usb.sh according to your username and virtual session name, sample:
Code: Select all
su - fanthom -c "VBoxManage controlvm Windows-XP usbattach $address"
Please add [Solved] to your thread title if the solution was found.