can't write to files in Shared Folders
Posted: 17. Feb 2014, 21:57
On my Linux Host (ubuntu 12.04.4 64bit) is a directory shared to several linux guests (ubu tu 12.04 32bit).
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....
so it is mounted
so I can create folders and files but if I try to write something into a file:
I even can't create folders in subdirectories:
The same error occours when I mount it by hand (what I donÄT want cause I have to touch every vm by hand if i do so...)
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