Page 1 of 1

@eaDir delete

Posted: Tue Mar 17, 2020 5:55 pm
by 100lux
plz
can you help me...
i have a music nas and it is floated with directories called @eadir.
is there a way in the asustor webinterface to delete them? i can find them but i canĀ“t mark-all?
thanks

Re: @eaDir delete

Posted: Fri Jul 16, 2021 4:12 pm
by k1s
I have a similar problem - lots of @eaDir directories. Does anybody know how to remove them all at once?

Re: @eaDir delete

Posted: Fri Jul 16, 2021 7:18 pm
by k1s
OK, I found on a Synology forum you can log in to your NAS with SSH and then use this command to remove them all

Code: Select all

find /volume1 -name '@eaDir' -exec rm -rf "{}" \;