Displaying 1 result from an estimated 1 matches for "dophin".
Did you mean:
dolphin
2011 Sep 04
1
Strange permission problem when mounting a share
...out any problems.
For instance if I go to :
smb://127.0.0.1/public/Pictures/
And create a file with Dolphin, the permissions are exactly what I want :
-rwxrwxr-x 1 nobody nobody 2 May 20 16:33 test-dolphin.txt
Now, I want to *mount the folder in my user home directory.* I am not using
Dophin anymore, I do everything from the terminal.
$ sudo mount -t cifs //127.0.0.1/public/Pictures /home/myuser/Pictures/
$ cd Pictures/
$ touch test-konsole.txt
touch: cannot touch `test-konsole.txt': Permission denied
*But the file is created anyway*... with the incorrect permissions
(rwxr-xr-x i...