Changes between Initial Version and Version 1 of Ticket #1773


Ignore:
Timestamp:
Nov 23, 2023, 12:51:22 PM (6 months ago)
Author:
Christian Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1773 – Description

    initial v1  
    22I installed linux version of smartmontools on it.
    33the smartctl --scan command showed following output
    4 
     4{{{
    55/dev/sda -d scsi # /dev/sda, SCSI device
    66/dev/bus/0 -d megaraid,0 # /dev/bus/0 [megaraid_disk_00], SCSI device
     
    88/dev/bus/0 -d megaraid,2 # /dev/bus/0 [megaraid_disk_02], SCSI device
    99/dev/bus/0 -d megaraid,3 # /dev/bus/0 [megaraid_disk_03], SCSI device
    10 
     10}}}
    1111The first line indicates a raid controller and the next 4 lines represent the disks behind the raid controller. It is a megaraid type controller.
    1212
     
    2121If I run
    2222smartctl -a -d megaraid,0 /dev/bus/0
    23 I get an error as below 
     23I get an error as below
    2424--------------------------------------
     25{{{
    2526smartctl 7.3 2022-02-28 r5338 [x86_64-w64-mingw32-2022-21H2] (sf-7.3-1)
    2627Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org
     
    2829=======> VALID ARGUMENTS ARE: ata, scsi[+TYPE], nvme[,NSID], sat[,auto][,N][+TYPE], usbcypress[,X], usbjmicron[,p][,x][,N], usbprolific, usbsunplus, sntasmedia, sntjmicron[,NSID], sntrealtek, intelliprop,N[+TYPE], jmb39x[-q],N[,sLBA][,force][+TYPE], jms56x,N[,sLBA][,force][+TYPE], aacraid,H,L,ID, areca,N[/E], auto, test <=======
    2930Use smartctl -h to get a usage summary
     31}}}
    3032---------------------------------------------
    3133