- Code: Select all
--------------------- Smartd Begin ------------------------
Wrong configuration for devices:
/dev/sdb (line 33) : 1 Time(s)
/dev/sdc (line 34) : 1 Time(s)
/dev/sdd (line 35) : 1 Time(s)
/dev/sde (line 36) : 1 Time(s)
/dev/sdf (line 37) : 1 Time(s)
Unavailable device:
Device /dev/sdb : 1 Time(s)
Device /dev/sdc : 1 Time(s)
Device /dev/sdd : 1 Time(s)
Device /dev/sde : 1 Time(s)
Device /dev/sdf : 1 Time(s)
**Unmatched Entries**
Device: /dev/sdb, IE (SMART) not enabled, skip device#012Try 'smartctl -s on /dev/sdb' to turn on SMART features
Device: /dev/sdc, IE (SMART) not enabled, skip device#012Try 'smartctl -s on /dev/sdc' to turn on SMART features
---------------------- Smartd End -------------------------
- Code: Select all
[root@ftp ~]# ls /dev/sd*
/dev/sda /dev/sda2 /dev/sda4 /dev/sdb1 /dev/sdb3 /dev/sdc1 /dev/sdc3
/dev/sda1 /dev/sda3 /dev/sdb /dev/sdb2 /dev/sdc /dev/sdc2
First how come it lists sdd, sde and sdf, those don't exist anymore after I recreated the whole thing.
Second when trying the smartctl command I only get this:
- Code: Select all
[root@ftp ~]# smartctl -s on /dev/sdc
smartctl version 5.38 [i386-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
unable to fetch IEC (SMART) mode page [unsupported field in scsi command]
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
[root@ftp ~]# smartctl -s on /dev/sdb
smartctl version 5.38 [i386-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
unable to fetch IEC (SMART) mode page [unsupported field in scsi command]
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
and even with the permissive option it won't work
- Code: Select all
[root@ftp ~]# smartctl -s on /dev/sdc -T permissive
smartctl version 5.38 [i386-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
unable to fetch IEC (SMART) mode page [unsupported field in scsi command]
and I thought that smart could be used with "true" ATA drives not these as they run as SCSI...or?
and last... do I really need this thing? It can show me the temp of the drives, right? and if so, will that be shown by 'sensors'?


