Difference between revisions of "VirtualBox"

m
Added creation of media folder, permission setting to ensure shared folders are visible in file manager and edited command to add user to vboxsf group
(removed automatically from the paragraph describing the install command)
m (Added creation of media folder, permission setting to ensure shared folders are visible in file manager and edited command to add user to vboxsf group)
Line 106: Line 106:


Add you VM user to the vboxsf group (this requires you to logout to apply the new group)
Add you VM user to the vboxsf group (this requires you to logout to apply the new group)
  $ sudo gpasswd -a $USER vboxsf
  $ sudo usermod -aG vboxsf ${USER}
 
Create media folder in root directory if it does not already exist
$ sudo mkdir /media
 
Assign the correct permissions to the media folder to be able to access shared folders
$ sudo chmod 755 /media


==Advise, Tips, and Tricks==
==Advise, Tips, and Tricks==
6

edits