NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
johncove
Aug 03, 2017Aspirant
I cannot delete the .AppleDB folder as permission is denied, even in FTP as admin
I have a ReadyNAS 104. For years now, I have not been able to delete half of the littered Apple AFP folders and files that spread themselves across my shares from when I also had a MAC on my network...
- Aug 04, 2017
johncove wrote:Can I log in to the unit, get to the share and delete these files and folders under some kind of super admin user? SSH, or something would be good?
Yes, logh in with ssh as root (admin password) and nuke them!
aks
Aug 04, 2017Virtuoso
johncove wrote:Can I log in to the unit, get to the share and delete these files and folders under some kind of super admin user? SSH, or something would be good?
Yes, logh in with ssh as root (admin password) and nuke them!
johncove
Aug 04, 2017Aspirant
This works! :)
This will delete all the Apple crud:-
find . -name "_*" -type f -delete
This will remove the Apple crud directories in question:-
rm -rd .AppleDB
Thanks for the pointer :)
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!