Hi,
Host : Lubuntu 14.04
Guest :Lubuntu 14.04
I can mount the shared folder in the VM by doing
I added the user to group vboxsf by doing
and then
On both occasions I logged out from my guest and logged in but the shared folder remained read only.
I tried the chown command also but it had no effect.
How to solve this ?
Host : Lubuntu 14.04
Guest :Lubuntu 14.04
I can mount the shared folder in the VM by doing
Code:
sudo mount -t vboxsf share ~/host
Code:
sudo adduser <username> vboxsf
Code:
sudo usermod -aG vboxsf <username>
I tried the chown command also but it had no effect.
How to solve this ?