>
> Hi,
>
> i have mounted an ext3 partition from a NAS to my SuSe system.
>
>
> Code:
> --------------------
> mount -t cifs -o user=root,password=xxxx,uid=0 //192.168.2.2/Volume_1
> /home/yyy/MediaDNS_Volume_1/
>
> --------------------
>
> where uid = root id on NAS system
>
> cat /proc/mounts
>
> Code:
> --------------------
> //192.168.2.2/Volume_1 /home/yyy/MediaDNS_Volume_1 cifs
>
rw,mand,unc=\192.168.2.2\Volume_1,username=root,uid=0,posixpaths,acl,rsize=16384,wsize=57344
> 0 0
> --------------------
>
>
> I have also chmod’ed the specific folders and files on the nas to 777.
>
> When I now try to save changes from an editor like KEdit or Kate, I get
> the messages ‘No rights’
>
> I can create a new file from Dolphin, but when try to save changes in
> the new one I get the same error…
>
rpmcmurphy;
What are the nix permissions on the mount point?
–
P. V.
“We’re all in this together, I’m pulling for you.” Red Green
I just noticed that when I open a file from the samba share with Dolphin (smb://…) without beeing mounted, I can edit it, its saved to some temporary file and if I close the editor it asks me if I want to upload the file. CLicking yes it does the upload without an error…
You’re using the correct mount command; except it’s most unusual to try to log onto the NAS as root. I suspect it has something to do with the rights as set up in the NAS.
Its weird. The NAS has set all files on it to user ‘nobody’ and has set the group and rights to 777. Everybody should be able to change, create whatever…
I guess it has something to do with the NAS itself. I was able to open, change and save files from a MAC. Suddenly if I wanted to save changes I was asked for a password… I restarted the NAS and it was fine again.
I was fixing a DNS-313 the other day – You can set those to guest access (windows like) or to specific credentials. Try without using root-only access. maybe you have to roll back the funplug or get really deep into it.