View Single Post
Old 01-20-2018, 01:03 PM   #4
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Code:
[253121.296953] sd 9:0:0:0: Attached scsi generic sg3 type 0
[253121.303795] sd 9:0:0:0: [sdd] Attached SCSI removable disk
The messages should not stop at that point.
So unless you simply failed to quote the following messages, then ->
That is the end of "Device discovery".
It should be immediately followed by "Partition and File discovery" as in:
Code:
[274497.795501] usb-storage 2-5.5:1.0: USB Mass Storage device detected
[274497.795629] scsi host8: usb-storage 2-5.5:1.0
[274498.809816] scsi 8:0:0:0: Direct-Access     Kindle   Internal Storage 0100 PQ: 0 ANSI: 2
[274498.810082] sd 8:0:0:0: Attached scsi generic sg5 type 0
[274498.815811] sd 8:0:0:0: [sdf] 6385664 512-byte logical blocks: (3.27 GB/3.04 GiB)
[274498.920054] sd 8:0:0:0: [sdf] Write Protect is off
[274498.920057] sd 8:0:0:0: [sdf] Mode Sense: 0f 00 00 00
[274499.030044] sd 8:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[274499.250917]  sdf: sdf1 <<--
[274499.489912] sd 8:0:0:0: [sdf] Attached SCSI removable disk
And sometimes dmesg includes a hint about what is wrong:
Code:
[274256.057721] sd 8:0:0:0: [sdf] Attached SCSI removable disk
[274256.494704] FAT-fs (sdf1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
knc1 is offline   Reply With Quote