Dying disk or SATA controller bug?

  • Hey!


    I've been getting these errors on my OMV 0.5 install for a while now. These are the only instances on dmesg since bootup 36 hours ago:



    I tried using "noapic" on the kernel command line to get rid of it (saw it online somewhere) but it keeps coming back. It's always on ata3, which I determined to be /dev/sdc from using this script:


    Code
    ls -l /sys/block/sd* \
    | sed -e 's^.*-> \.\.^/sys^' \
           -e 's^/host^ ^'        \
           -e 's^/target.*/^ ^'   \
    | while read Path HostNum ID
      do
         echo ${ID}: $(cat $Path/host$HostNum/scsi_host/host$HostNum/unique_id)
      done


    (I assume /dev/sdX assignments persist between boots)


    The SMART info for the disk is OK. I sometimes hear a disk in my array making whirring sounds, I assume it's this one. It might just be the disk respinning since the SATA link resets, but it sounds more like a quick click.


    Running OMV 0.5.25 on the backports 3.2 kernel. Sapphire Pure White E350 mobo with 8GB RAM. Boot SSD (60GB) + 4x 2TB Seagate Barracuda ST2000DM001. I have a PCIe card from ASUS to have extra SATA and USB3. LSPCI and LSUSB outputs:




    Has anyone seen this before? Please help...

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!