I have installed Ubuntu 16.04.4 in Oracle Virtual Box. I would like to access USB flash drive in the Virtual Box. I just found this link
https://www.tecmint.com/enable-usb-in-virtualbox/
I have downloaded and installed the Extension Pack as described in the link above and also added the USB flash drive in the Virtual Box settings. Now I am not able to run the command to allow the user "peter" which is the only user in Ubuntu 16.04.4 machine.
peter@peter:~$ sudo usermod -aG vboxusers peter
[sudo] password for peter:
usermod: group 'vboxusers' does not exist
and perhaps this is the reason that I am not able to see the drive with this command.
$ sudo lsblk
How to mount the USB flash drive in Ubuntu 16.04.4 ?
0 Answers