RobertCNelson / netinstall

Network Install for a bunch of arm boards
https://rcn-ee.com
80 stars 19 forks source link

tapping disk sata #60

Closed ch0mik closed 7 years ago

ch0mik commented 7 years ago

Hello,

I noticed that in my Jetson k1, the kernel newer than 4.9.6 (v4.9.6-ARMv7-lpae-x4) makes tapping disk drive sata.

PS. is v4.10.0-rc8-tegra-r0 for TK1 too ?

Regards P.

RobertCNelson commented 7 years ago

@ch0mik tapping? sounds more like a harddrive failure to me, run...

sudo smartctl -a /dev/sda

the tegra linux-image file is just the mainline tegra_defconfig build..

Regards,

ch0mik commented 7 years ago

smartctl : http://pastebin.com/p6t4cyN6

and

[ 444.231011] ata1: irq_stat 0x00400000, PHY RDY changed [ 444.237128] ata1: SError: { PHYRdyChg LinkSeq TrStaTrns } [ 451.706825] ata1: exception Emask 0x10 SAct 0x0 SErr 0x1810000 action 0xe frozen [ 451.714924] ata1: irq_stat 0x00400000, PHY RDY changed [ 451.720228] ata1: SError: { PHYRdyChg LinkSeq TrStaTrns } [ 460.683951] ata1: exception Emask 0x10 SAct 0x0 SErr 0x1810000 action 0xe frozen [ 460.692313] ata1: irq_stat 0x00400000, PHY RDY changed [ 460.697627] ata1: SError: { PHYRdyChg LinkSeq TrStaTrns } [ 469.891938] ata1: exception Emask 0x10 SAct 0x0 SErr 0x1910000 action 0xe frozen [ 469.899454] ata1: irq_stat 0x00400000, PHY RDY changed [ 469.905533] ata1: SError: { PHYRdyChg Dispar LinkSeq TrStaTrns }

i found this : https://ubuntuforums.org/archive/index.php/t-1016262.html

It could be an irq conflict/problem between your sound card and hard disk.

see my previous dmesg http://pastebin.com/raw/REsG4hq6 from https://github.com/RobertCNelson/netinstall/issues/59

RobertCNelson commented 7 years ago
SMART overall-health self-assessment test result: FAILED!
Drive failure expected in less than 24 hours. SAVE ALL DATA.
No failed Attributes found.

Harddrives don't last forever, time to get a new one..

ch0mik commented 7 years ago

Robert, Do You use a SSD HD for TK1 ?

PS. my new dmesg http://pastebin.com/0gurZ7qq

RobertCNelson commented 7 years ago

I only have 4 spinning drives left in my build farm, been slowly replacing all spinning laptop drives with

https://www.amazon.com/gp/product/B009SX6VLC/

as they fail..

#wand quad
a1: ata1.00: ATA-8: ST9120310AS, SD03, max UDMA/133
a2: ata1.00: ATA-9: ADATA SP600, 5.8, max UDMA/133
a3: ata1.00: ATA-8: ST9120310AS, SD03, max UDMA/133
a4: ata1.00: ATA-8: ST9120310AS, SD03, max UDMA/133
a5: ata1.00: ATA-9: ADATA SP600, 5.8, max UDMA/133
a6: ata1.00: ATA-9: ADATA SP600, 5.8, max UDMA/133

#omap5_uevm
b1: ata1.00: ATA-9: ADATA SP600, 5.2, max UDMA/133
b2: ata1.00: ATA-9: ADATA SP600, 5.2, max UDMA/133

#Jetson TK1:
b3: ata1.00: ATA-9: ADATA SP600, 5.8, max UDMA/133
b4: ata1.00: ATA-9: ADATA SP600, 5.8, max UDMA/133

apm: ata1.00: ATA-8: Hitachi HCC543216A7A380, ES1OA60W, max UDMA/133

Regards,

ch0mik commented 7 years ago

on kernel 4.9.23 works fine - without strange noise from disk ;)

ch0mik commented 7 years ago

on 4.9.25 works fine too