New Maxtor 300gig read as 4.35 gig
PC Hardware Forum Index PC Hardware
Dicussion of PC hardware and peripherals
 
 FAQFAQ   MemberlistMemberlist    RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web hwtalk.net
New Maxtor 300gig read as 4.35 gig

 
Post new topic   Reply to topic    PC Hardware Forum Index -> Hardware
Author Message
Guest






Posted: Wed Nov 02, 2005 12:46 am    Post subject: New Maxtor 300gig read as 4.35 gig Reply with quote

I just replaced a dead 120 gig drive with a 300 gig Maxtor pata drive
in slave. The bios reads it fine as "maxtor 300 gig" but when I format
in windows it only shows up as a wimpy 4.35 gig drive. Anyone have any
solutions?
Back to top
Guest






Posted: Wed Nov 02, 2005 12:57 am    Post subject: Re: New Maxtor 300gig read as 4.35 gig Reply with quote

BTw its on XP sp2, ntfc
Back to top
John McGaw
Guest





Posted: Wed Nov 02, 2005 3:39 am    Post subject: Re: New Maxtor 300gig read as 4.35 gig Reply with quote

lifeconstruct@gmail.com wrote:
Quote:
I just replaced a dead 120 gig drive with a 300 gig Maxtor pata drive
in slave. The bios reads it fine as "maxtor 300 gig" but when I format
in windows it only shows up as a wimpy 4.35 gig drive. Anyone have any
solutions?


So, do you have 48-bit LBA turned on? You need it with that large a
drive so that seems to be the best first guess from here.

--
John McGaw
[Knoxville, TN, USA]
http://johnmcgaw.com
Back to top
John Smith
Guest





Posted: Wed Nov 02, 2005 5:02 am    Post subject: Re: New Maxtor 300gig read as 4.35 gig Reply with quote

I'm sure you've done this but : open control panel,Admin tools, computer
management, storage, disk manaagement. What does the disk look like
there?
Do you maybe need to partition it?

John
lifeconstruct@gmail.com wrote:

Quote:
I just replaced a dead 120 gig drive with a 300 gig Maxtor pata drive
in slave. The bios reads it fine as "maxtor 300 gig" but when I format
in windows it only shows up as a wimpy 4.35 gig drive. Anyone have any
solutions?
Back to top
DaveW
Guest





Posted: Wed Nov 02, 2005 6:00 am    Post subject: Re: New Maxtor 300gig read as 4.35 gig Reply with quote

You did NOT give any information about your motherboard, but it's probably
the case that your motherboard is older and it's BIOS cannot recognize any
size of harddrive larger than 137 GB. You need to buy another 120 GB drive.

--
DaveW

----------------
<lifeconstruct@gmail.com> wrote in message
news:1130870804.732595.100420@g44g2000cwa.googlegroups.com...
Quote:
I just replaced a dead 120 gig drive with a 300 gig Maxtor pata drive
in slave. The bios reads it fine as "maxtor 300 gig" but when I format
in windows it only shows up as a wimpy 4.35 gig drive. Anyone have any
solutions?
Back to top
John McGaw
Guest





Posted: Wed Nov 02, 2005 7:03 am    Post subject: Re: New Maxtor 300gig read as 4.35 gig Reply with quote

DaveW wrote:
Quote:
You did NOT give any information about your motherboard, but it's probably
the case that your motherboard is older and it's BIOS cannot recognize any
size of harddrive larger than 137 GB. You need to buy another 120 GB drive.


No, probably not. He did write that the BIOS recognized the drive as
300gB. That means that it is hardware compatible anyway and that should
mean the a simple registry change should enable addressing the full drive.

Things can get really really weird when putting in a large drive on some
systems and I've been bitten myself when a large drive _seemed_ to be
properly recognized but in actuality the data was being scattered around
the drive and overwriting existing data randomly. Took me a LONG time to
recover from that one...

--
John McGaw
[Knoxville, TN, USA]
http://johnmcgaw.com
Back to top
Robert Heiling
Guest





Posted: Wed Nov 02, 2005 7:45 am    Post subject: Re: New Maxtor 300gig read as 4.35 gig Reply with quote

John McGaw wrote:
Quote:

DaveW wrote:
You did NOT give any information about your motherboard, but it's probably
the case that your motherboard is older and it's BIOS cannot recognize any
size of harddrive larger than 137 GB. You need to buy another 120 GB drive.


No, probably not. He did write that the BIOS recognized the drive as
300gB. That means that it is hardware compatible anyway and that should
mean the a simple registry change should enable addressing the full drive.

Things can get really really weird when putting in a large drive on some
systems and I've been bitten myself when a large drive _seemed_ to be
properly recognized but in actuality the data was being scattered around
the drive and overwriting existing data randomly. Took me a LONG time to
recover from that one...

I think you're right about that and I had to modify the registry on my
Win2000 to accept a greater than 137GB HD. He's running XP, but SP? I
vaguely recall that SP2 has the support, but SP1 needs the registry mod.
I also have XP (SP2) here and there's no problem with 250GB. He needs to
Google for the details.

Bob
Back to top
John McGaw
Guest





Posted: Wed Nov 02, 2005 7:49 am    Post subject: Re: New Maxtor 300gig read as 4.35 gig Reply with quote

Robert Heiling wrote:
Quote:
John McGaw wrote:

DaveW wrote:

You did NOT give any information about your motherboard, but it's probably
the case that your motherboard is older and it's BIOS cannot recognize any
size of harddrive larger than 137 GB. You need to buy another 120 GB drive.


No, probably not. He did write that the BIOS recognized the drive as
300gB. That means that it is hardware compatible anyway and that should
mean the a simple registry change should enable addressing the full drive.

Things can get really really weird when putting in a large drive on some
systems and I've been bitten myself when a large drive _seemed_ to be
properly recognized but in actuality the data was being scattered around
the drive and overwriting existing data randomly. Took me a LONG time to
recover from that one...


I think you're right about that and I had to modify the registry on my
Win2000 to accept a greater than 137GB HD. He's running XP, but SP? I
vaguely recall that SP2 has the support, but SP1 needs the registry mod.
I also have XP (SP2) here and there's no problem with 250GB. He needs to
Google for the details.

Bob

That's how I recall it. Actually most manufacturers offer a small
downloadable "large drive" utility which makes the modification to keep
users from making a mistake and leaving themselves with an unbootable
system.

--
John McGaw
[Knoxville, TN, USA]
http://johnmcgaw.com
Back to top
lifeconstruct@gmail.com
Guest





Posted: Wed Nov 02, 2005 8:25 am    Post subject: Re: New Maxtor 300gig read as 4.35 gig Reply with quote

Thank John McGaw!!!!

I forgot all about 48bit lba, I read about it but never had to put it
to use. I searched Maxtors knowledge base and found the utility
(maxBlast4) that fixed the reg and set up the drives for me.

Alls fixed and Im now backing up to the new drive.

btw John, I checked out your site, its fun. I looked through the pics
and will read your storys after I get some sleep.

Thanks again guys.
Back to top
 
Post new topic   Reply to topic    PC Hardware Forum Index -> Hardware All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Electronics VoIP DSP
New Topics php BB