Can't access to my shared folder
Posted: 13. Oct 2016, 15:47
Hi folks !
I work under windows 7 64bits, and I need to compile my code under servral OS including Linux 32 bits and 64 bits.
So I installed Oracle VM VirtualBox, and created 2 VM :
- the first one : Ubuntu 64bits
- the second one : Ubuntu 32bits
In both a installed the guest addons and created a shared folder.
In the Ubuntu 64bits, every thing is fine, I can access in R/W to my shared folder...
In the Ubuntu 32bits, I did exactly the same, but when I try to access to my shared folder a get this :
For information, in the 64 bits version, I have exactly the same rights and owner (drwxrwx--- root vboxsf) on this folder.
Any clue ?
(by the way, why my shared folder had been mounted in /media ?)
Thanks by advance !
Captain'Flam
I work under windows 7 64bits, and I need to compile my code under servral OS including Linux 32 bits and 64 bits.
So I installed Oracle VM VirtualBox, and created 2 VM :
- the first one : Ubuntu 64bits
- the second one : Ubuntu 32bits
In both a installed the guest addons and created a shared folder.
In the Ubuntu 64bits, every thing is fine, I can access in R/W to my shared folder...
In the Ubuntu 32bits, I did exactly the same, but when I try to access to my shared folder a get this :
Code: Select all
cflam@cflam-VirtualBox:~$ ll /media
total 96
drwxr-xr-x 5 root root 4096 oct. 10 17:12 ./
drwxr-xr-x 23 root root 4096 oct. 10 15:48 ../
drwxr-x---+ 2 root root 4096 oct. 10 15:57 cflam/
drwxrwx--- 1 root vboxsf 81920 oct. 11 11:11 sf_Temp/
cflam@cflam-VirtualBox:~$ ll /media/sf_Temp/
ls: cannot open directory '/media/sf_Temp/': Permission denied
Any clue ?
(by the way, why my shared folder had been mounted in /media ?)
Thanks by advance !
Captain'Flam