HowToFixComputers.com




Watched TopicsWatched Topics SearchSearch RegisterRegister Log in to check your private messagesLog in to check your private messages ProfileProfile Log inLog in
KT7A-RAID + 300GB Maxtor + Win98SE = no joy :(
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    Index -> ABIT
Author Message
MalcolmO
Guest





PostPosted: Wed Sep 06, 2006 11:05 am    Post subject: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

The drive was aggressively priced; I had to have it.

I was fairly certain that my old Win98SE system wouldn't do the 300GB.
But I went to the Abit site and, after a few false starts, I managed to
flash my BIOS up to the 7N version. This is said to recognize drives
over 137GB.

Went into the BIOS and, sure enough, it saw that I had a 300GB drive
attached. (Oddly, the HighPoint controller _didn't_ see the whole drive.
<shrug> I attached to the 2nd IDE channel. The MaxBlast software didn't
see drives on the HighPoint anyway. :P ) On booting Windows for the
first time with 7N BIOS, it grabbed 3 new device drivers from the Win98
disc.

So anyway... the MaxBlast software balked at partitioning to 300GB! It
reported that -- based on an ATA-6 test, it said -- my version of
Windows couldn't go beyond 137GB. ????

Isn't that what the new drivers were about? (Though I admit I was
suspicious that such capabilities came with Win98SE. There are driver
files on the VIA site *but they don't say what they do*!)

N.B. -- The Win98 manual says on page 81:

The FAT32 file system has the folowing advantages over FAT16:

.. It allows a hard disk of up to 2 TB (yes! terabytes!) to be formatted
as a *single* drive, eliminating the need to partition the hard disk.

[Later edit: Just realized that MS is only claiming this capability for
*FAT32*, not for Windows98. GRRR!!!]

Well! How do I get my 300GB?! There *_MUST_* be a way! The BIOS knows
it. Win98 claims to know it. The MaxBlast software says that Windows
won't do it.

I've now partitioned/formatted to 137GB and have TWO entries in Windows
Explorer. TWO drive E:'s. I kid you not. And one of my startup items
IPFs on boot now. :P
Back to top
Wes Newell
Guest





PostPosted: Wed Sep 06, 2006 2:29 pm    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

On Wed, 06 Sep 2006 02:05:16 -0400, MalcolmO wrote:

Quote:
Went into the BIOS and, sure enough, it saw that I had a 300GB drive
attached. (Oddly, the HighPoint controller _didn't_ see the whole drive.


You'd have to upgrade the HPT diver for it to see the drive. There are
bios versions with this already done floating around, or you can get
drivers from the Highpoint website and folow their instructions if there
are any.

Quote:
So anyway... the MaxBlast software balked at partitioning to 300GB! It
reported that -- based on an ATA-6 test, it said -- my version of
Windows couldn't go beyond 137GB. ????

Never heard of maxblast, but I don't mormally run windows. I do have W98

installed and fdisk refuses to run here with a couple of 300GB drives
installed. WIn is on a 120G drive.

Quote:
Isn't that what the new drivers were about? (Though I admit I was
suspicious that such capabilities came with Win98SE. There are driver
files on the VIA site *but they don't say what they do*!)

You got me. There's no support for W98 any longer.


Quote:
Well! How do I get my 300GB?! There *_MUST_* be a way! The BIOS knows
it. Win98 claims to know it. The MaxBlast software says that Windows
won't do it.

Well, I can tell you how to partition it and format it, but I can't tell

you if it'll work with W98. Get a live Linux CD something like knoppix and
boot it, open a terminal and type su and hit enter. Hit enter again for
password. now run fdisk /dev/hdX , where X is the drives real location
a,b,c,d drive. Contoller 0 drive 0 is a, 0-1 is b, 1-0 is c, and 1-1 is d.
And it is case sensitive. Type m for menu. Partiton drive, to fat32, make
sure you write the new partiton table and exit. Now use mkfs (make file
system) to format the drive. That should do it. DOn't know what w98 will
do with it though.

Quote:
I've now partitioned/formatted to 137GB and have TWO entries in Windows
Explorer. TWO drive E:'s. I kid you not. And one of my startup items
IPFs on boot now. :P

Don't you think it's about time you upgrade your OS? Any current Linux
version that you can dl for free would work just fine.

--
Want the ultimate in free OTA SD/HDTV Recorder? http://mythtv.org
http://mysettopbox.tv/knoppmyth.html Usenet alt.video.ptv.mythtv
My server http://wesnewell.no-ip.com/cpu.php
HD Tivo S3 compared http://wesnewell.no-ip.com/mythtivo.htm
Back to top
Bird JanitorŽ
Guest





PostPosted: Wed Sep 06, 2006 2:45 pm    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

MalcolmO wrote:
|
| The drive was aggressively priced; I had to have it.
|
| I was fairly certain that my old Win98SE system wouldn't do the
| 300GB. ... <snip>

You're correct .. Windows 98SE will never do 300GB. It'll never do greater
than 137GB.

The reason is that Microsoft never updated their drivers for 48-bit LBA in
Windows 98SE.

Windows 98SE only implements 28-bit LBA, which only has enough address bits
to achieve approximately 137GB (decimal). You need the extra address bits
provided by 48-bit LBA to achieve the theoretical maximum of 2 terebytes
that FAT32 will address.

Partitioning the drive with Maxblast might solve the problem for you. Read
up on it on Maxtor's website. You won't have a single partition, but should
be able to go forward with three partitions on the drive.

When you finally do upgrade to a supported OS, you'll need to delete the
partitions in order to remove Maxblast from them.

Incidentally, I've modded the latest KT7_A9 BIOS for that board to support
greater then 137GB on the Highpoint controller. I've picked up the drivers
and BIOS that support 48-bit LBA from Highpoint's website and changed out
the 28-bit LBA Highpoint BIOS in Abit's release. To achieve this, you need
a 48-bit capable OS as well (Windows 2000 SP3 or later or Windows XP SP1 or
later .. and virtually all Linux builds).

You can read up on my mod and pick up the BIOS (along with a link to
Highpoint's version 2.351 drivers) at my personal web space:
http://pages.sbcglobal.net/jefn/kt7.html

Jef
Back to top
GlassVial
Guest





PostPosted: Wed Sep 06, 2006 8:00 pm    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

Quote:
You're correct .. Windows 98SE will never do 300GB. It'll never do greater
than 137GB.

The reason is that Microsoft never updated their drivers for 48-bit LBA in
Windows 98SE.

Wouldn't the VIA chipset drivers (including the IDE/ATA driver) help
this? The OP didn't mention loading those drivers so, here's the
link:

http://www.viaarena.com/Driver/VIA_4in1_443v.zip

Quote:
Incidentally, I've modded the latest KT7_A9 BIOS for that board to support
greater then 137GB on the Highpoint controller. I've picked up the drivers
and BIOS that support 48-bit LBA from Highpoint's website and changed out
the 28-bit LBA Highpoint BIOS in Abit's release. To achieve this, you need
a 48-bit capable OS as well (Windows 2000 SP3 or later or Windows XP SP1 or
later .. and virtually all Linux builds).

You can read up on my mod and pick up the BIOS (along with a link to
Highpoint's version 2.351 drivers) at my personal web space:
http://pages.sbcglobal.net/jefn/kt7.html

Jef

I would definitely suggest flashing to one of the above bios's on this
site OP, however MAKE SURE you flash the proper one for your
motherboard! And also take care to run the latest driver from
highpoint (last I knew was 3.51, matches the 3.51 HPT bios integrated
into the bios's on the website from Jef). Flashing to the latest
bios/HPT bios, loading the 3.51 HPT drivers and hanging the drive off
the HPT controller just might do the trick. However, I really don't
play with 98 anymore (can't you at least run win2k? lol)

Good luck OP.

-GV
Back to top
Wes Newell
Guest





PostPosted: Wed Sep 06, 2006 11:51 pm    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

On Wed, 06 Sep 2006 09:29:53 +0000, Wes Newell wrote:

Quote:
Well, I can tell you how to partition it and format it, but I can't tell
you if it'll work with W98. Get a live Linux CD something like knoppix and
boot it, open a terminal and type su and hit enter. Hit enter again for
password. now run fdisk /dev/hdX , where X is the drives real location
a,b,c,d drive. Contoller 0 drive 0 is a, 0-1 is b, 1-0 is c, and 1-1 is d.
And it is case sensitive. Type m for menu. Partiton drive, to fat32, make
sure you write the new partiton table and exit. Now use mkfs (make file
system) to format the drive. That should do it. DOn't know what w98 will
do with it though.

If it's just the partition size W98 doesn't like, partiton the drives into
3 100GB partions. You should be able to then format them in W98 I would
assume.

--
Want the ultimate in free OTA SD/HDTV Recorder? http://mythtv.org
http://mysettopbox.tv/knoppmyth.html Usenet alt.video.ptv.mythtv
My server http://wesnewell.no-ip.com/cpu.php
HD Tivo S3 compared http://wesnewell.no-ip.com/mythtivo.htm
Back to top
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Jon_Hildrum
Guest





PostPosted: Wed Sep 06, 2006 11:51 pm    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

Try this place :
PS Win98 does not support drives this large

http://www.48bitlba.com/

and specific for win98 and lba
http://www.48bitlba.com/win98.htm

--
Jon Hildrum
DTS MVP
Jon_Hildrum@msn.com
www.hildrum.com
"MalcolmO" <user@domain.invalid> wrote in message
news:edloet$3bq$1@emma.aioe.org...
Quote:
The drive was aggressively priced; I had to have it.

I was fairly certain that my old Win98SE system wouldn't do the 300GB. But
I went to the Abit site and, after a few false starts, I managed to flash
my BIOS up to the 7N version. This is said to recognize drives over 137GB.

Went into the BIOS and, sure enough, it saw that I had a 300GB drive
attached. (Oddly, the HighPoint controller _didn't_ see the whole drive.
shrug> I attached to the 2nd IDE channel. The MaxBlast software didn't
see drives on the HighPoint anyway. :P ) On booting Windows for the first
time with 7N BIOS, it grabbed 3 new device drivers from the Win98 disc.

So anyway... the MaxBlast software balked at partitioning to 300GB! It
reported that -- based on an ATA-6 test, it said -- my version of Windows
couldn't go beyond 137GB. ????

Isn't that what the new drivers were about? (Though I admit I was
suspicious that such capabilities came with Win98SE. There are driver
files on the VIA site *but they don't say what they do*!)

N.B. -- The Win98 manual says on page 81:

The FAT32 file system has the folowing advantages over FAT16:

. It allows a hard disk of up to 2 TB (yes! terabytes!) to be formatted
as a *single* drive, eliminating the need to partition the hard disk.

[Later edit: Just realized that MS is only claiming this capability for
*FAT32*, not for Windows98. GRRR!!!]

Well! How do I get my 300GB?! There *_MUST_* be a way! The BIOS knows it.
Win98 claims to know it. The MaxBlast software says that Windows won't do
it.

I've now partitioned/formatted to 137GB and have TWO entries in Windows
Explorer. TWO drive E:'s. I kid you not. And one of my startup items IPFs
on boot now. :P
Back to top
0_Qed
Guest





PostPosted: Thu Sep 07, 2006 3:06 am    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

Jon_Hildrum wrote:

Quote:
Try this place :
PS Win98 does not support drives this large

http://www.48bitlba.com/

and specific for win98 and lba
http://www.48bitlba.com/win98.htm

Good one. :-)

Qed.
Back to top
Sparkle
Guest





PostPosted: Thu Sep 07, 2006 11:28 am    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

Bird JanitorŽ wrote:
Quote:
MalcolmO wrote:
|
| The drive was aggressively priced; I had to have it.
|
| I was fairly certain that my old Win98SE system wouldn't do the
| 300GB. ... <snip

You're correct .. Windows 98SE will never do 300GB. It'll never do greater
than 137GB.

Something like http://www.siig.com/product.asp?catid=103&pid=437 will
take care of that, no?
Back to top
Bird JanitorŽ
Guest





PostPosted: Thu Sep 07, 2006 7:23 pm    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

Sparkle wrote:
|
| Something like http://www.siig.com/product.asp?catid=103&pid=437
| will take care of that, no?

The add-on card you reference will make no difference.

The BIOS for the KT7A-RAID board has been updated in the most recent
releases to support 48-bit LBA.

The BIOS for the add-on card you have referenced also supports 48-bit LBA.

What's missing here is support from Windows 98SE for 48-bit LBA. FAT32 is
limited to 28-bit LBA in Windows 98SE (and in Windows ME). 28 address bits
only allows for addressability of about 137GB (decimal) of disk space.

48-bit LBA provides additional address bits to break the 137GB barrier.

The problem here is not the motherboard .. it's the operating system.
Microsoft never released updates to Windows 98SE to support 48-bit LBA.
Both the motherboard BIOS *and* the OS must support 48-bit LBA for the 137GB
barrier to be broken.

Jef
Back to top
0_Qed
Guest





PostPosted: Thu Sep 07, 2006 10:02 pm    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

Bird JanitorŽ wrote:

....snip...

Quote:
The problem here is not the motherboard .. it's the operating system.
Microsoft never released updates to Windows 98SE to support 48-bit LBA.
Both the motherboard BIOS *and* the OS must support 48-bit LBA for the 137GB
barrier to be broken.

<sniffle> <sniffle> <sniffle>

Sad, what with wht_bx 500GB HDs going for $200USD, or less.

Qed.
Back to top
Bird JanitorŽ
Guest





PostPosted: Thu Sep 07, 2006 10:09 pm    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

Qed wrote:
|
| <sniffle> <sniffle> <sniffle>
|
| Sad, what with wht_bx 500GB HDs going for $200USD,
| or less.
|

Question: Does that DOS version 1.12 you're still running even support hard
disks?

Or are you still using those single-sided, single-density 8-inch "Frisbee"
floppy disks?

I remember an experiment we did with those back in the day (late 1970's)...
you could sprinkle corn starch on the surface and actually see the ASCII
bits neatly arranged with the naked eye.

Lurking Rat in 'Da HoodŽ
Back to top
0_Qed
Guest





PostPosted: Thu Sep 07, 2006 11:56 pm    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

Bird JanitorŽ wrote:

Quote:
Question: Does that DOS version 1.12 you're still running even support hard
disks?

DOS 1.0 ...
no.
Hadda 'wait' for DOS_?? to support the 5KB full height HD.
HUGE !!!
Now a door_stop in my buddies office.


Quote:
Or are you still using those single-sided, single-density 8-inch "Frisbee"
floppy disks?

yes ... Punched, hard_sectored ...

One(1) flpy drive is a 'hernia' load.


Quote:
I remember an experiment we did with those back in the day (late 1970's)...
you could sprinkle corn starch on the surface and actually see the ASCII
bits neatly arranged with the naked eye.

Far better 'display' with iron 'dust' .
Ruins the 'media', tho.

Qed.
Back to top
Sparkle
Guest





PostPosted: Fri Sep 08, 2006 1:17 am    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

Bird JanitorŽ wrote:
Quote:
Sparkle wrote:
|
| Something like http://www.siig.com/product.asp?catid=103&pid=437
| will take care of that, no?

The add-on card you reference will make no difference.

The BIOS for the KT7A-RAID board has been updated in the most recent
releases to support 48-bit LBA.

The BIOS for the add-on card you have referenced also supports 48-bit LBA.

What's missing here is support from Windows 98SE for 48-bit LBA. FAT32 is
limited to 28-bit LBA in Windows 98SE (and in Windows ME). 28 address bits
only allows for addressability of about 137GB (decimal) of disk space.

48-bit LBA provides additional address bits to break the 137GB barrier.

The problem here is not the motherboard .. it's the operating system.
Microsoft never released updates to Windows 98SE to support 48-bit LBA.
Both the motherboard BIOS *and* the OS must support 48-bit LBA for the 137GB
barrier to be broken.

Jef

The site Jon Hildrum pointed to says
"The drivers provided with controller card will provide 48-bit LBA
support in Windows 98 or Me."
http://www.48bitlba.com/win98.htm

VIA drivers that GlassVial asked about are also mentioned there, plus a
couple of patches at http://www.48bitlba.com/tools.htm
Back to top
0_Qed
Guest





PostPosted: Fri Sep 08, 2006 2:56 pm    Post subject: :-) Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

MalcolmO wrote:
Quote:

The drive was aggressively priced; I had to have it.

Saw a Labor_Day special @ $100USD .

Quote:
I was fairly certain that my old Win98SE system wouldn't do the 300GB.
But I went to the Abit site and, after a few false starts, I managed to
flash my BIOS up to the 7N version. This is said to recognize drives
over 137GB.

- the "137" barrier : W98 -

....snip...

...................
Follow this 'trail' ... I havent examined much more than the
announcements.

==> http://www.48bitlba.com/tools.htm
.. @ the very bottom of the displayed page ... "patches" ...

then, onward to ...

....
==> http://members.aol.com/rloew1/
.. a freebie cripple_ware patch for the default OS HD driver
.. , and
.. a full $10USD commercial version patch .
..
.. 'seems' as tho the patch examines the 'OS', proceeds to patch
.. the OS's default HD driver ...
.. no real knowledge, just a 'peep' at the compiled code.


....
==> http://www.msfn.org/board/index.php?showtopic=78592
.. freebie drop_in replacement_S_ for the various OS default
drivers ...
.. W95/W98FE&SE/ME
..
.. 'seems' to be a set of free_standing replacements for the
various OS
.. default HD drivers.
..
.. Also noted that W98_FE/SE has complied versions '1.0' and '1.1'
..

'Given' the way(method) =this= above author modded the HD driver ,
I think I'd opt to try this 'one' 1st.

I 'do' think 'Gdisk', and/or 'Diskmanager-4', aughta handle the ptn_bash
& format.
Not =really= sure.

As 'Augie' said ... " Never say Never ".

Qed.
Back to top
GlassVial
Guest





PostPosted: Sat Sep 09, 2006 4:47 am    Post subject: Re: KT7A-RAID + 300GB Maxtor + Win98SE = no joy :( Reply with quote

Quote:
Flashing to the latest
bios/HPT bios, loading the 3.51 HPT drivers and hanging the drive off
the HPT controller just might do the trick.

As information, I'm not using the HPT at all. In fact, when I went to
the 7N BIOS, I had the drive on the HPT and it _still_ only saw 137GB
but the main IDE controller saw the full drive just fine. So I went with
that and HPT went back burner for me.

I've been told (and Jef has noted) that HPT didn't support it til
v2.<something> and the recommendation is to pick up the newest one. But
I haven't bothered yet. I'll just have the one HD in that machine.

Right, the bios(es) directly from Abit will NOT have the latest HPT
bios included in them. I believe it was Jef (?) who posted a link
with the latest bios AND the latest HPT bios INTEGRATED to both give
your board the A9 bios for the BOARD and the 2.351 bios version for
the HPT Controller. Hope that helps clarify that a bit. Foolish/lazy
on Abit's part to not update the HPT controller bios in their last
bios for the board IMO.

In regards to the chipset driver I linked, I was just trying to make
your life easier, yes it's a conglomerate of drivers, but that's the
point. They help 98 (and other OS's for that matter) figure out what
to DO with the chipset in question, and I highly suggest loading the
package rather than piecemeal it.

-GV
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Index -> ABIT All times are GMT
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 

 MemberlistMemberlist  UsergroupsUsergroups



Powered by p|-|pBB

Featured Sites: DIY Projects