Продление жизни SSD - [mount -uwo noatime /]
Здравствуйте!
Сабж. Или:
create the file /Library/LaunchDaemons/com.noatime.root.p list with the following content:

Затем:
sudo chown root:wheel /Library/LaunchDaemons/com.noatime.root.p list
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
Что скажите?
Спасибо.
Сабж. Или:
create the file /Library/LaunchDaemons/com.noatime.root.p

Затем:
sudo chown root:wheel /Library/LaunchDaemons/com.noatime.root.p
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
Что скажите?
Спасибо.
