No working shared folders (Mac)

I’ve tried

“Shared Folders” I did create them and made them in Virtualbox on my Mac but it does not seem like it works. Any help would be nice.

Good day,

You have to create a mounting point in form of a folder and then run the following command via the Terminal:

sudo mount -t vboxsf name_of_folder path_to_folder

Have a nice day,

Ego

1 Like

Thanks.

Why is that? I thought I already created a folder over Virtualbox + I did chose to automount there.

Good day,

Oh, that is for when you didn’t choose automount. If you did, you have to add yourself to the vboxsf user-group by executing:

sudo usermod -a -G vboxsf [username]

Have a nice day,

Ego

1 Like