ALT Linux hardware support
 help / color / mirror / Atom feed
* [Hardware] [Fwd: Re: [ck] OT: Unusual IDE messages on boot.]
@ 2005-06-13  9:10 Konstantin A. Lepikhov
  0 siblings, 0 replies; only message in thread
From: Konstantin A. Lepikhov @ 2005-06-13  9:10 UTC (permalink / raw)
  To: hardware



------------------ Исходное сообщение -------------------
Тема:   Re: [ck] OT: Unusual IDE messages on boot.
От:       "Jens Axboe" <axboe@>
Дата:   Пнд, Июнь 13, 2005 10:35
Кому:   "iphitus" <iphitus@>
Копия: ck@
--------------------------------------------------------------------------

On Mon, Jun 13 2005, iphitus wrote:
>
> Probing IDE interface ide1...
> hda: max request size: 128KiB
> hda: Host Protected Area detected.
>         current capacity is 71810550 sectors (36767 MB)
>         native  capacity is 78140160 sectors (40007 MB)
> hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_no_data_intr: error=0x04 { DriveStatusError }
> ide: failed opcode was: 0x37

Nothing to worry about, what is happening here is that your drive has a
host protected area and the drive fails to switch to that size (so you
only get the 36GB, not 40). You just lose a little capacity, that is all.

It could be a Linux error, actually. The above command is the 48-bit lba
variant of the SET_MAX command that can be used for this purpose, it
probably wanted to use 0xf9 instead. Maybe your drive advertises lba48
support but doesn't have it. It is a small drive, so it doesn't
necessarily support it. You can try changing
drivers/ide/ide-disk.c:idedisk_check_hpa() ala this pseudo patch:

-       int lba48 = idedisk_supports_lba48(drive->id);
+       int lba48 = 0;

and compile + reboot that kernel.

-- 
Jens Axboe

_______________________________________________
ck@
ck mailing list. Please reply-to-all when posting.
If replying to an email please reply below the original message.
http://bhhdoa.org.au/mailman/listinfo/ck




-- 
WBR et al.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-13  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-13  9:10 [Hardware] [Fwd: Re: [ck] OT: Unusual IDE messages on boot.] Konstantin A. Lepikhov

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.hardware


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git