QNAP für Mac-User

Der Mac legt ständig verstecke Dateien an, die dann Schuld sind, wenn sich mal wieder ein Ordner nicht löschen lässt. Also weg damit:

find /share/MD0_DATA/ -depth -name „.DS_Store“ -exec rm {} ;
find /share/MD0_DATA/ -depth -name „.AppleDouble“ -exec rm -Rf {} ;
find /share/MD0_DATA/ -depth -name „.@__thumb“ -exec rm -Rf {} ;
find /share/MD0_DATA/ -depth -name „:2e*“ -exec rm {} ;

www.romal.de
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.