Случается что удаляешь файлы, они попадают в корзину, но почистить корзину нельзя. Ну и выглядит она пустой.
чтобы их все же удалить нужно Finder/Secure Empty Trash или если вы на SSD то лучше так в терминале:
sudo rm -rf ~/.Trash
sudo rm -rf /Volumes/*/.Trashes
:)
http://www.cnet.com/au/news/force-empty-that-stubborn-trash-bin-in-os-x/
Sometimes, your bin on Mac OS looks empty, but when you click on it - there are many files. What if you wish to delete them and empty this bin? Use Finder menu: Finder/Secure Empty Trash. For those with SSD, I wouldn't recommend doing it as it puts unnecessary load to SSD drive shortening its lifetime. Use terminal in this case:
sudo rm -rf ~/.Trash
sudo rm -rf /Volumes/*/.Trashes
Force Empty that stubborn trash bin in Mac OS X
чтобы их все же удалить нужно Finder/Secure Empty Trash или если вы на SSD то лучше так в терминале:
sudo rm -rf ~/.Trash
sudo rm -rf /Volumes/*/.Trashes
:)
http://www.cnet.com/au/news/force-empty-that-stubborn-trash-bin-in-os-x/
Sometimes, your bin on Mac OS looks empty, but when you click on it - there are many files. What if you wish to delete them and empty this bin? Use Finder menu: Finder/Secure Empty Trash. For those with SSD, I wouldn't recommend doing it as it puts unnecessary load to SSD drive shortening its lifetime. Use terminal in this case:
sudo rm -rf ~/.Trash
sudo rm -rf /Volumes/*/.Trashes
Force Empty that stubborn trash bin in Mac OS X
Немає коментарів:
Дописати коментар