Ashley Drees
Dabbler
- Joined
- Oct 6, 2015
- Messages
- 20
Hi.
I am in the process of migrating a file store from OSX 10.11.x to FreeNAS 9.10, i have the afp share set up and users pulled from the OD - but am seeing many error messages like...
rsync: chown "/Volumes/Shared_Files/xls.pdf" failed: Operation not permitted (1)
and
copyfile(Board/Meetings/Total_Blaa.pdf, COPYFILE_UNPACK) failed:45
I have looked long and hard and it seems that there is no way to get 9.10 FreeNAS to support apple ACL...
Can someone confirm this -
if anyone has migrated in this way before, i would be glad to hear from you.
I was intending to copy the files with the following command line.
rsync -SauWE --delete --stats /Volumes/Data/Shared_Files/ /Volumes/Shared_Files
but it might be sensible to NOT use the -a switch.
The files need to be fully accessible to everyone in the OD, so i suppose in reality i do not need to set user and group per file.
I am in the process of migrating a file store from OSX 10.11.x to FreeNAS 9.10, i have the afp share set up and users pulled from the OD - but am seeing many error messages like...
rsync: chown "/Volumes/Shared_Files/xls.pdf" failed: Operation not permitted (1)
and
copyfile(Board/Meetings/Total_Blaa.pdf, COPYFILE_UNPACK) failed:45
I have looked long and hard and it seems that there is no way to get 9.10 FreeNAS to support apple ACL...
Can someone confirm this -
if anyone has migrated in this way before, i would be glad to hear from you.
I was intending to copy the files with the following command line.
rsync -SauWE --delete --stats /Volumes/Data/Shared_Files/ /Volumes/Shared_Files
but it might be sensible to NOT use the -a switch.
The files need to be fully accessible to everyone in the OD, so i suppose in reality i do not need to set user and group per file.