As of FreeBSD 6.x, the full path to the device is required. This is backwards
compatible with behaviour on 5.x. Approved by: maintainer
This commit is contained in:
@@ -2,8 +2,8 @@ smartmontools has been installed
|
||||
|
||||
To check the status of drives, use the following:
|
||||
|
||||
${PREFIX}/sbin/smartctl -a ad0 for first ATA drive
|
||||
${PREFIX}/sbin/smartctl -a da0 for first SCSI drive
|
||||
${PREFIX}/sbin/smartctl -a /dev/ad0 for first ATA drive
|
||||
${PREFIX}/sbin/smartctl -a /dev/da0 for first SCSI drive
|
||||
|
||||
To enable monitor of drives, you can use ${PREFIX}/sbin/smartd
|
||||
A sample configuration file has been installed as ${PREFIX}/etc/smartd.conf.sample
|
||||
|
||||
@@ -2,8 +2,8 @@ smartmontools has been installed
|
||||
|
||||
To check the status of drives, use the following:
|
||||
|
||||
${PREFIX}/sbin/smartctl -a ad0 for first ATA drive
|
||||
${PREFIX}/sbin/smartctl -a da0 for first SCSI drive
|
||||
${PREFIX}/sbin/smartctl -a /dev/ad0 for first ATA drive
|
||||
${PREFIX}/sbin/smartctl -a /dev/da0 for first SCSI drive
|
||||
|
||||
To enable monitor of drives, you can use ${PREFIX}/sbin/smartd
|
||||
A sample configuration file has been installed as ${PREFIX}/etc/smartd.conf.sample
|
||||
|
||||
Reference in New Issue
Block a user