[SOLVED] No shared folder in /media

Discussions about using Linux guests in VirtualBox.
Post Reply
anjanesh
Posts: 18
Joined: 28. Jan 2021, 13:23
Primary OS: MS Windows 10
VBox Version: OSE Debian
Guest OSses: Ubuntu
Location: Navi Mumbai
Contact:

[SOLVED] No shared folder in /media

Post by anjanesh »

I gave all the correct settings for Shared Folder.
But I don't see anything (sf_foldername) in /media in my Ubuntu 21.04 filesystem.
Attachments
share.png
share.png (5.53 KiB) Viewed 2682 times
Last edited by anjanesh on 27. Aug 2021, 13:14, edited 1 time in total.
Anjanesh Lekshminarayanan
Ubuntu 20.04 on VirtualBox 6.1
anjanesh
Posts: 18
Joined: 28. Jan 2021, 13:23
Primary OS: MS Windows 10
VBox Version: OSE Debian
Guest OSses: Ubuntu
Location: Navi Mumbai
Contact:

Re: No shared folder in /media

Post by anjanesh »

Install Guest Additions from Devices menu.

Code: Select all

sudo adduser $USER vboxsf
sudo usermod --append --groups vboxsf $USER
Anjanesh Lekshminarayanan
Ubuntu 20.04 on VirtualBox 6.1
Post Reply