From: Andries Brouwer <aeb@veritas.com>
To: Matan Ziv-Av <matan@svgalib.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Big IDE HD unclipping and IBM drive
Date: Fri, 8 Dec 2000 23:46:39 +0100 [thread overview]
Message-ID: <20001208234639.A538@veritas.com> (raw)
In-Reply-To: <Pine.LNX.4.21_heb2.09.0012082319530.962-100000@matan.home>
In-Reply-To: <Pine.LNX.4.21_heb2.09.0012082319530.962-100000@matan.home>; from matan@svgalib.org on Fri, Dec 08, 2000 at 11:24:56PM +0200
On Fri, Dec 08, 2000 at 11:24:56PM +0200, Matan Ziv-Av wrote:
> I have an IBM drive, DTLA-307075 (75GB), and a bios that hangs with
> large disks. I use a jumper to clip it to 32GB size, so the bios can
> boot into linux. The problem is that WIN_READ_NATIVE_MAX returns 32GB,
> and not the true size, and even trying to set the correct size with
> WIN_SET_MAX fails. Is there a way to use this combination (Bios, HD,
> Linux)?
Don't know where you found WIN_READ_NATIVE_MAX,
or what program you tried in order to fiddle with
these things. The ATA standard calls the command
READ NATIVE MAX ADDRESS.
So far I have seen success with READ_NATIVE_MAX_ADDRESS
and SET_MAX_ADDRESS on Maxtor drives but do not offhand
recall any reports on IBM DTLA drives.
(Posted a few times a setmax.c utility that you can try.)
You can also try to contact IBM support.
Files like dtla_spw.pdf only mention that you can clip capacity
using a jumper, but there is no hint that it would be
possible to unclip using SET_MAX_ADDRESS.
Be careful that you do not lock the disk.
(The command only functions as a SET_MAX_ADDRESS when
immediately preceded by a READ_NATIVE_MAX_ADDRESS.)
Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-12-08 23:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-12-08 21:24 Big IDE HD unclipping and IBM drive Matan Ziv-Av
2000-12-08 21:27 ` Andre Hedrick
2000-12-08 22:46 ` Andries Brouwer [this message]
2000-12-09 9:50 ` Big IDE HD unclipping and IBM drive [solved] Matan Ziv-Av
2000-12-09 12:52 ` Andries Brouwer
2000-12-09 10:12 ` Big IDE HD unclipping and IBM drive Dan Aloni
2000-12-12 21:08 ` Dr. Kelsey Hudson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20001208234639.A538@veritas.com \
--to=aeb@veritas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=matan@svgalib.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.