Do I need to make any software changes for my new WD Blue SSD?
What about running fstrim?
Is there anything I need to watch out for?
What about running fstrim?
Is there anything I need to watch out for?
randy@hal:/etc$ systemctl status fstrim.timer ● fstrim.timer - Discard unused blocks once a week Loaded: loaded (/lib/systemd/system/fstrim.timer; enabled; vendor preset: enabled) Active: active (waiting) since Thu 2018-10-18 08:19:57 EDT; 14h ago Trigger: Mon 2018-10-22 00:00:00 EDT; 3 days left Docs: man:fstrim Oct 18 08:19:57 hal systemd[1]: Started Discard unused blocks once a week.
#!/bin/bash #this script is applied to SSE drives for sustained long-term performance and wear-leveling LOG=/var/log/trim.log echo "*** $(date -R) ***" >> $LOG fstrim --all --verbose >> $LOG
dean@mx:/etc $ systemctl status fstrim.timer Failed to get properties: No such interface ''
Comment