Page 1 of 1

[ASK] Cannot Cut Files from SMB D2N2

PostPosted: Tue Aug 18, 2015 11:32 am
by musafirrlail
Hello ..

I had a some problem with administration copy/cut/paste file or folder into fvdw firmware .. I have not privilage access only cut file/folder from D2N2 to outside ..

I've tried change classified all user to full access but result of same cut progress fail ..

Please help with this problem , Thanks

Re: [ASK] Cannot Cut Files from SMB D2N2

PostPosted: Tue Aug 18, 2015 12:02 pm
by fvdw
Sorry but I don't understand what you mean :scratch please explain your problem better

Re: [ASK] Cannot Cut Files from SMB D2N2

PostPosted: Sun Aug 23, 2015 5:19 am
by musafirrlail

Re: [ASK] Cannot Cut Files from SMB D2N2

PostPosted: Sun Aug 23, 2015 9:06 am
by fvdw
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 !

Re: [ASK] Cannot Cut Files from SMB D2N2

PostPosted: Sun Aug 23, 2015 10:38 am
by Jocko
fvdw wrote: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
This would be amazing as currently all media servers store files with full permissions :scratch then also with transmission.

Didi you use winscp to move or copy some files? As in this case an umask is used to remove some permissions.

Re: [ASK] Cannot Cut Files from SMB D2N2

PostPosted: Sun Aug 23, 2015 2:18 pm
by musafirrlail
Hello

Thanks for your according guide about cut/copy/paste administration, I've tried follow your instruction with SSH scripting to bring full access and then this this my progress below here :

http://tinypic.com/r/10f3nlt/8

May any step for solved this problem ...

Thanks

Re: [ASK] Cannot Cut Files from SMB D2N2

PostPosted: Sun Aug 23, 2015 2:46 pm
by fvdw
I saw this in tour picture
mus1.JPG


The file name and path that you use are not ok, if the name spaces or characters like \ you need to put quotes around it ('/path-to/file-name')
Furthwermore I think what you filled in there as path and file name cannot be correct. Are you familiar with using WinSCP ?

ps It would be more handy of you post the image here directly on plugout (you can upload jpg and png files)

Re: [ASK] Cannot Cut Files from SMB D2N2

PostPosted: Mon Aug 24, 2015 11:57 am
by musafirrlail
Hello ..

Thanks for your correction a some wrong path .. I'll tried to follow your acoord .