1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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:
Volker Stolz 2006-03-15 08:16:30 +00:00
parent 236e504381
commit 3fb406a3bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157154
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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