I have a NAS on my network that is defined as a CIFS drive letter on my Windows 7 Pro desktop.
In one folder on the NAS I have stored over 100 pdf documents. I've now created sub-folders in that directory named according to category. I am now attempting to move certain pdf files into their respective category folders to help organize access.
The method I'm trying is using Windows Explorer to view the pdf folder on the NAS (mounted as a drive letter) and I then highlight a file, do a right click, then left click on cut, then right click on the respective category folder and left click on paste. AFAIK this is the normal method. I am getting a "permissions required" message and nothings moving.
In an attempt to resolve this I've tried the following:
Again in Windows Explorer I've right clicked on the destination folder and selected "permissions" then security then attempted to select "full access" to which I've still receiving the permissions required message.
OK - so then I entered my Linux CLI and navigated to the mounted NAS drive and changed into the pdf folder. Then I issued the following command "sudo chmod -R 777 *" which uses root permissions to change the permissions to rwxrwxrwx for all files and subdirectories and files. That too stops with permissions required.
When I look at the directory/file permissions they are all showing as rw-rw-rw- (666) and the owner is my username which is the user I'm using.
Thinking that this should be easy as cake, can anyone suggest how I might overcome this issue?
Thanks
In one folder on the NAS I have stored over 100 pdf documents. I've now created sub-folders in that directory named according to category. I am now attempting to move certain pdf files into their respective category folders to help organize access.
The method I'm trying is using Windows Explorer to view the pdf folder on the NAS (mounted as a drive letter) and I then highlight a file, do a right click, then left click on cut, then right click on the respective category folder and left click on paste. AFAIK this is the normal method. I am getting a "permissions required" message and nothings moving.
In an attempt to resolve this I've tried the following:
Again in Windows Explorer I've right clicked on the destination folder and selected "permissions" then security then attempted to select "full access" to which I've still receiving the permissions required message.
OK - so then I entered my Linux CLI and navigated to the mounted NAS drive and changed into the pdf folder. Then I issued the following command "sudo chmod -R 777 *" which uses root permissions to change the permissions to rwxrwxrwx for all files and subdirectories and files. That too stops with permissions required.
When I look at the directory/file permissions they are all showing as rw-rw-rw- (666) and the owner is my username which is the user I'm using.
Thinking that this should be easy as cake, can anyone suggest how I might overcome this issue?
Thanks