View previous topic :: View next topic |
Author |
Message |
iarwain Apprentice


Joined: 25 Sep 2003 Posts: 253
|
Posted: Wed Aug 11, 2004 7:32 am Post subject: kernel init message: blk... |
|
|
What does the "blk: queue..." line mean? Should it appear when everything is ok?
Code: | hdc: ST320423A, ATA DISK drive
blk: queue c0142d1c, I/O limit 4095Mb (mask 0xffffffff)
hde: ST380021A, ATA DISK drive
blk: queue c0143178, I/O limit 4095Mb (mask 0xffffffff)
|
Thanks. |
|
Back to top |
|
 |
adaptr Watchman


Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Wed Aug 11, 2004 9:41 am Post subject: |
|
|
This tells you how the kernel will access the drive:
- blk: it's a block device
- queue: this is where the buffer lives
- I/O limit: maximum transfer queue supported by the device (not the drive). _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
 |
gringo Advocate


Joined: 27 Apr 2003 Posts: 3793
|
Posted: Wed Aug 11, 2004 10:47 am Post subject: |
|
|
Quote: | blk: queue c0143178, I/O limit 4095Mb (mask 0xffffffff) |
this messages happen to me when using agressively hdparm too ( not only on boot of course) Maybe its related ?
cheers |
|
Back to top |
|
 |
adaptr Watchman


Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Wed Aug 11, 2004 11:41 am Post subject: |
|
|
Probably the drive or IDE interface doesn't support some or all of what the kernel wants from it, and it ends up frequently re-setting these things. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
 |
|