cave_canem0 wrote in ru_mac

Продление жизни SSD - [mount -uwo noatime /]

Здравствуйте!

Сабж. Или:


create the file /Library/LaunchDaemons/com.noatime.root.plist with the following content:



Затем:
sudo chown root:wheel /Library/LaunchDaemons/com.noatime.root.plist

This will execute mount -uwo noatime / upon system startup, remounting the root filesystem with the noatime option. This can be verified after a reboot with the following command:

$ mount |grep noatime

Что скажите?

Спасибо.