Can't copy files with 'additional permissions' to ext4 drive -- files that have @ after permissions,
- by 99miles
I am copying files from Snow Leopard to a mounted ext4 share via Samba, that's on a Fedora machine. Some files cannot be copied, and give this error:
The operation can’t be completed because you don’t have permission to access some of the items.
I've noticed that the files that can't be copied have an @ at the end of their permissions whien I do 'ls -l' in the command line. For example, I can copy the second file but not the first:
-rwxrwxrwx@ 1 miles staff 1448 May 14 22:55 test.txt
-rw-r--r-- 1 miles staff 136 Apr 5 17:06 image.psd.zip
From what I've found, the @ means the file has 'additional properties'. Does anyone know how I can resolve this issue so I can copy the files to the fileshare??
Thanks!