1

I just installed Virtual Box 6.1 on my laptop, I have Ubuntu 22.04 as host and Windows 10 as guest and I just cannot share files beetwen host and guest. I already looked into loads of tutorials online but VM just wont detect my usb and drag and drop does not work either. Has anybody solved any of those problems? Thanks in advance

Thiago
  • 11
  • Did you install the extension pack? How did you install VB? – Pilot6 May 20 '22 at 10:33
  • Yes I did install it. I installed downloading from the website and it didn't work then I installed it using the command line but it didn't make any difference, I still cannot use my usb neither drag and drop. – Thiago May 21 '22 at 11:28

1 Answers1

1

You need to install Oracle VM VirtualBox Extension Pack.

If you installed VirtualBox using apt, then run

sudo apt install virtualbox-ext-pack

If you installed VirtualBox from Oracle site, you can download it from there too.

Pilot6
  • 90,100
  • 91
  • 213
  • 324