in which shared folder is this file and what is the exact name
On which disk is this folder
If you know that you can use a command how to change the permissions via linux command line.
It seems that this file is downloaded by for example transmission and not put by yourself on the nas, as a result you cannot delete it
If you know the filename and folder connect to the ssh server with putty and give command
- Code: Select all
chmod 777 /path-to/file-name
In this command you must replace "path-to" by the actual path to the file /share/1000/folder-name/subfolder name (if you have created the folder on the second disk then 1000 will be 1001 and so on)
Replace "file-name" by the actual file name,
please not that in linux file names and directories names are case sensitive !