I should make an addendum to comments I made some time ago regarding setting up a VirtualBox share folder. At the time, I had found a work around was to simply remount the share folder with the uid/guid of my user account. However, I realized recently that the more better righter way to do this would be add my user to the vboxsf group. This is easy to do:
sudo usermod -a -G vboxsf myuser
The result: VBox can automatically mount the Share Folder, as shown here...
No comments:
Post a Comment