The newest GuestAdditions are installed, Kernel Headers too.
The users on the Guest machine are in the vboxsf group.
if I mount it automatically or by hand I can use it and create folders and files...
but I cant write to files....
Code: Select all
$mount
archive on /media/sf_archive type vboxsf (gid=104,rw)
Code: Select all
$ll /media/sf_archive/
total 1028
drwxrwx--- 1 root vboxsf 0 Feb 17 20:28 ./
drwxr-xr-x 6 root root 4096 Feb 17 20:38 ../
-rwxrwx--- 1 root vboxsf 0 Feb 17 19:59 dsfdfsdf*
drwxrwx--- 1 root vboxsf 0 Feb 17 19:19 test/
drwxrwx--- 1 root vboxsf 0 Feb 17 19:26 test2/
drwxrwx--- 1 root vboxsf 0 Feb 17 19:37 test3/
drwxrwx--- 1 root vboxsf 0 Feb 17 19:59 testdfdfdf/
Code: Select all
$ echo test >> dsfdfsdf
-bash: dsfdfsdf: Operation not permitted
$ sudo echo test >> dsfdfsdf
-bash: dsfdfsdf: Operation not permitted
Code: Select all
/media/sf_archive/test3$ mkdir test6
mkdir: cannot create directory `test6': Protocol error