User Tools

Site Tools


unix:freebsd:system_builds:basic_freebsd_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
unix:freebsd:system_builds:basic_freebsd_installation [2019/11/08 17:25] rodolicounix:freebsd:system_builds:basic_freebsd_installation [2019/12/03 15:35] (current) rodolico
Line 117: Line 117:
   - Set up smartmontools to monitor your drives<code bash># edit the next file for your system after you copy it   - Set up smartmontools to monitor your drives<code bash># edit the next file for your system after you copy it
 cp /usr/local/etc/smartd.conf.sample  /usr/local/etc/smartd.conf cp /usr/local/etc/smartd.conf.sample  /usr/local/etc/smartd.conf
-echo 'daily_status_smart_devices="/dev/ad0 /dev/da0"' >>/etc/periodic+echo 'daily_status_smart_devices="/dev/ad0 /dev/da0"' >>/etc/periodic/daily/850.smartmontool 
 +chmod 755 /etc/periodic/daily/850.smartmontool
 echo 'smartd_enable="YES"' >> /etc/rc.conf echo 'smartd_enable="YES"' >> /etc/rc.conf
 service smartd start service smartd start
unix/freebsd/system_builds/basic_freebsd_installation.txt · Last modified: 2019/12/03 15:35 by rodolico