Error opening directory '/media/sf_C_DRIVE': Permission denied
To fix, do:
$: sudo adduser $USER vboxsf
Getting similar issue using Fedora 33 on VirtualBox 7.0.12 (tested up to Fedora 41 [VBox 7.2.4]) , below is the error message
This location could not be displayed You do not have the permissions necessary to view the contents of "sf_D_DRIVE"To fix do the following and reboot the VM.
$: sudo usermod -a -G vboxsf $USER
https://stackoverflow.com/questions/26740113/virtualbox-shared-folder-permissions

No comments:
Post a Comment