Skip to content

Commit c491a1d

Browse files
author
leper
committed
smartmon.sh support atacam disk on FreeBSD.
Signed-off-by: leper <[email protected]>
1 parent 7ef6216 commit c491a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smartmon.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ for device in ${device_list}; do
198198
megaraid*) smartctl -A -d "${type}" "${disk}" | parse_smartctl_scsi_attributes "${disk}" "${type}" ;;
199199
nvme*) smartctl -A -d "${type}" "${disk}" | parse_smartctl_scsi_attributes "${disk}" "${type}" ;;
200200
usbprolific) smartctl -A -d "${type}" "${disk}" | parse_smartctl_attributes "${disk}" "${type}" ;;
201+
atacam) smartctl -A -d "${type}" "${disk}" | parse_smartctl_attributes "${disk}" "${type}" ;;
201202
*)
202203
(>&2 echo "disk type is not sat, scsi, nvme or megaraid but ${type}")
203204
exit

0 commit comments

Comments
 (0)