Server Version#: 3.81.1
Hi
I cannot delete any content from my library. Message is a regular warning there was a problem deleting this item.
My fstab info:
//192.168.35.51/movies /media/movies cifs username=username,password=password
//192.168.35.51/series /media/series cifs username=username,password=password
//192.168.35.51/music /media/music cifs username=username,password=password
when i try to delete it fom the server itself, i get the message:
rm: remove write-protected regular file ‘movie.mp4’? y
rm: cannot remove ‘movie.mp4’: Permission denied
Can someone please point me out what i forgot here?
thx!
cetteup
December 26, 2018, 5:25pm
2
Sounds like a user rights/file ownership issue.
Are the files on your Synology box or does the DiskStation access another server?
nokdim
December 26, 2018, 5:56pm
3
maybe try and add ,rw to the end of your fstab so it gets mounted ad read write?
but yeah sounds like a permissions or ownership issue.
ChuckPa
December 26, 2018, 7:00pm
4
Adding to @nokim ’s reply,
Here’s the SMB how-to for Linux.
Mounting CIFS network shares for Plex use on Linux .
The basic checklist
A. Prepare the NAS
B. Install , if required, cifs-utils (or appropriate client) on the Plex server system.
C. Create the CIFS/SMB credentials file for use in /etc/fstab
D. Create a ‘mount point’ directory structure on your Linux machine which will be where all your media shares are grafted and made available for Plex use.
E. Create an entry in /etc/fstab for each share you wish to mount.
F. Mount and debug as …
Hi, thx for your response:
My fstab config:
//syno/volume1/share /nas/share cifs auto,defaults,nofail,credentials=/etc/mediacenter.cred,uid=mediacenter 0 0
Throws error : bad option uid=“mediacenter” ==> i changed credentials plex to this one because this is a know account on the syno
Hi. Synology box. Everything works fine when i try with a windows client or via Filestation on the NAS itself
ChuckPa
December 27, 2018, 7:12pm
7
If I may share a word of caution?
/etc/fstab being in the root fs, is subject to being erased/overwritten by DSM updates.
Your best course of action is to make the mount ‘remount at startup’ in FileStation. This stores it in the configuration database and not in the flat file.
system
Closed
March 27, 2019, 7:13pm
8
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.