![]() |
How to make VirtualBox shared folder accessible to Ubuntu 11.10 user? I am running Virtual Box on MacBook Pro under OS 10.7.2. I am running Ubuntu VM through Virtual Box. I was bit frustrated to find my shared folder in Linux OS directory and it was not accessible. I need to Command-Click folder and open as administrator. Then I need to do the same for Virtual Box sharing folder inside whenever I wanted to access it. I tried with changing the file permission but it does not worked for me at all. can you suggest any way to get the requirement of mine? |
re: How to make VirtualBox shared folder accessible to Ubuntu 11.10 user? You have to launch terminal program and you have to login with username and password. Run below mentioned command. Code: ~ $ cd /etc/group Code: ~ $ cat group Code: ~ $ sudo usermod -G vboxsf -a [your username] Code: ~ $ cd /etc/group Code: ~ $ cat group
|
Re: How to make VirtualBox shared folder accessible to Ubuntu 11.10 user? Looking at the situation which you have stated over here I am suggesting following thing which you can try to fix.
|
All times are GMT +5.5. The time now is 12:12 AM. |