Can't copy files with 'additional permissions' to ext4 drive -- files that have @ after permissions,
Posted
by 99miles
on Super User
See other posts from Super User
or by 99miles
Published on 2010-05-17T23:26:52Z
Indexed on
2010/05/17
23:31 UTC
Read the original article
Hit count: 583
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!
© Super User or respective owner