D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-323 => Topic started by: jeffers.r on June 27, 2010, 10:46:35 AM

Title: Trouble Saving Modified Files
Post by: jeffers.r on June 27, 2010, 10:46:35 AM
I'm connecting to my DNS-323 through linux using the following line in /etc/fstab:

Code: [Select]
192.168.1.10/Volume_1 /mnt/NAS-01_v1  cifs    guest,rw,iocharset=utf8,file_mode=0777,dir_mode=0777    0       0
I can write files, delete files, open files and even overwrite files, all without any issues. But if I open a file, say a simple text file, make changes and then attempt to save the file again, it says I don't have permission to do this. Am I missing something in my fstab?
Title: Re: Trouble Saving Modified Files
Post by: dosborne on June 27, 2010, 07:07:48 PM
Did you try the mount command I suggested in your other thread?

mount -t smbfs //192.168.1.z/[sharename] -o username=xxxx,password=yyyy /mnt/nas

Title: Re: Trouble Saving Modified Files
Post by: jeffers.r on June 27, 2010, 08:23:52 PM
Did you try the mount command I suggested in your other thread?

mount -t smbfs //192.168.1.z/[sharename] -o username=xxxx,password=yyyy /mnt/nas

Thanks for the follow-up dosborne. I did try this, sorry I missed it earlier. It mounts successfully, but I have the same issue. For example, mousepad in xubuntu gives me the error "Can't open file to write".

I should clarity, however, that I haven't setup any users on my DNS-323, and instead opted for the "All accounts" option. Should I try creating a user and assigning it specific permissions. My concern with this is that it will complicate access through Windows when I need to access it through that OS.
Title: Re: Trouble Saving Modified Files
Post by: dosborne on June 28, 2010, 02:48:31 AM
I've been running mine for months this way (with user accounts) and access via linux and Windows XP without any problems.