KDE infocenter SMART-Status only show 2 disks from 4

Hello, KDE infocenter SMART-Status only show 2 disks from 4 . It is way to include the other 2 disks?

In GsmartControl show all Disks. My configuration: 2-SSD and 2 HDD

Best regards,

Ferenc.

@todobarato:

Hello and welcome to the KDE Discuss Forum.

Can you please post the following information – the output of the following CLI command (Konsole)

> lsblk --fs

Within the KDE Plasma Info Center, “Detailed Information” → “Devices” → “Storage Drives” –

  • Are all three Hard Disk Drives displayed there and, can you access the device information?

Given that, you’ve installed a package which provides the command “smartctl” – here on an openSUSE Leap system it’s the following package –

 # rpm --query --whatprovides /usr/sbin/smartctl
smartmontools-7.2-150300.8.8.1.x86_64
 #
  • Does the following SMART control command find all your drives?

# smartctl --scan

Hi Franken14679,

the output from lsblk show the 2 drivers has raid1 part as it schuld be:

sdb linux_raid_member 1.2 ferenc-MS-7715:0 88ccbdb0-1ccd-9ea1-12b5-62ea616e4e11
ââmd0 ext4 1.0 ad238c01-72df-4a00-b66e-55f2f5cf325f 570,8G 33% /mnt/md0
sdc linux_raid_member 1.2 ferenc-MS-7715:0 88ccbdb0-1ccd-9ea1-12b5-62ea616e4e11
ââmd0 ext4 1.0 ad238c01-72df-4a00-b66e-55f2f5cf325f 570,8G 33% /mnt/md0

same with smartctl:

/dev/sda -d scsi # /dev/sda, SCSI device
/dev/sdb -d scsi # /dev/sdb, SCSI device
/dev/sdc -d scsi # /dev/sdc, SCSI device
/dev/sdd -d scsi # /dev/sdd, SCSI device

I installed DisKMonitor and they do the same Job.

so far I can live with DiskMonitor

@todobarato:

First, please use the “</>” button to mark code examples – “preformatted text” …


You have 2 disks in a RAID –

  • RAID and S.M.A.R.T. → can cause issues depending on the RAID controller’s support of S.M.A.R.T.

The following information may point you to the solution you’ll need with respect to your RAID controller –

<https://tipstricks.itmatrix.eu/reporting-smart-status-of-raid-disks/>
<https://unix.stackexchange.com/questions/696859/checking-a-hdds-health-in-raid>
<https://www.cyberciti.biz/faq/linux-checking-sas-sata-disks-behind-adaptec-raid-controllers/>
<https://www.thomas-krenn.com/en/wiki/Smartmontools_with_MegaRAID_Controller>
<https://unix.stackexchange.com/questions/745410/does-my-disk-support-smart>