Thank you for all the help I received.<br>I followed the instructions below and all seems working.<br>The source was Ubuntu Forums.<br><br>-Install XP or other OS<br><br>-Create a group called &quot;usbfs&quot; and add yourself to it.
<br><br>-In terminal issue the following command:<br><br>sudo gedit /etc/fstab<br><br>-In this file paste the following lines, and change the group ID according to the group ID that is shown for the group &quot;usbfs&quot;.
<br><br><br># 1001 is the USB group ID<br>none /proc/bus/usb usbfs devgid=1001,devmode=664 0 0<br><br><br>-Save and close file.<br><br><br>-In terminal, issue the following command:<br><br>VBoxManage list usbhost<br><br>-Use the output of this command to set up the filters for USB devices under VirtualBox.
<br><br>-Reboot<br><br>The reason I am publishing this is because if anybody else will need it.<br><br><br><br><br clear="all"><br><br>