I access my Synology NAS via AFP and can open/edit all of my files directly on it. But when I copy a file to my desktop I can't open it. Finder tells me I don't have appropriate permissions.
When I look at the permissions (CMD + I) on …
… my NAS:
- (unknown): read & write
- everyone: no permissions
… my desktop:
- staff: read & write
- everyone: no permissions
ls -l will print (for both paces): ----rwx--- 1 suntrop staff 35354 4 Jul 10:32 File.docx
Is this a problem on the Mac or Synology or my settings?
sudo chmod -R 755 /path/to/drivein the Terminal. That’s why I didn’t put this as an answer. – duci9y Sep 20 '12 at 11:06path/to/file, I saidpath/to/drive. This will fix ALL files on the drive. – duci9y Sep 20 '12 at 17:04