On 2017-01-09 18:21, Andrei Borzenkov wrote:
09.01.2017 17:56, Roger Oberholtzer пишет:
On Mon, Jan 9, 2017 at 2:55 PM, Carlos E. R. <> wrote:
Check this thread "identifying device in dmesg output" of last November.
Suggestions:
ls -l /sys/block/sd* | sed 's/.*\(sd.*\) -.*\(ata.*\)\/h.*/\2 => \1/' (Knurpht - Gertjan Lettink)
I get this:
ata1 => sda ata2 => sdb ata3 => sdc ata4 => sdd ata5 => sde ata9 => sdf
no ata10. How odd. Time to see what's really connected in the box...
Do you have ata10 at all?
find /sys/devices/ -name ata\*
We could be chasing ghosts, you know ;-) It could be flashdisk which had the problem, and now it is not connected. It happened to me. Or so I thought. :-) -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)