April 8, 201313 yr Whilst I have the array unprotected to shift data about and add disks, I'd like to clean it all up and start fresh in terms of AFP data and Apple files such as 'AppleDouble' etc as some of these files have existed since rc6 two years ago. Is there a cleaning script to remove all the . files and what commands do I need to run to clean the AFP database to start again? Ideally I'd like the AFP database to sit on the cache drive, whilst I have used some commands before its usually ended with errors of some sort. Could the AFP gurus point me in the right direction? Cheers!
April 9, 201313 yr You can delete any AFP created files. find / -name ".AppleDouble" -depth -exec rm -Rf {} \;
Archived
This topic is now archived and is closed to further replies.