• February 28, 2025, 01:56:29 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Trouble Saving Modified Files  (Read 3030 times)

jeffers.r

  • Level 1 Member
  • *
  • Posts: 12
Trouble Saving Modified Files
« 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?
Logged

dosborne

  • Level 5 Member
  • *****
  • Posts: 598
Re: Trouble Saving Modified Files
« Reply #1 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

Logged
3 x DNS-323 with 2 x 2TB WD Drives each for a total of 12 TB Storage and Backup. Running DLink Firmware v1.08 and Fonz Fun Plug (FFP) v0.5 for improved software support.

jeffers.r

  • Level 1 Member
  • *
  • Posts: 12
Re: Trouble Saving Modified Files
« Reply #2 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.
Logged

dosborne

  • Level 5 Member
  • *****
  • Posts: 598
Re: Trouble Saving Modified Files
« Reply #3 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.
Logged
3 x DNS-323 with 2 x 2TB WD Drives each for a total of 12 TB Storage and Backup. Running DLink Firmware v1.08 and Fonz Fun Plug (FFP) v0.5 for improved software support.