A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » Storage (alternative)
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

(This is not a BIOS or Windows issue) Drive size problem.



 
 
Thread Tools Display Modes
  #1  
Old February 24th 06, 11:34 PM posted to comp.sys.ibm.pc.hardware.storage
external usenet poster
 
Posts: n/a
Default (This is not a BIOS or Windows issue) Drive size problem.

I have two identical Western Digital 250GB hard disks which were
previously in a RAID array in a Lacie D2 BigDisk enclosure. When I
place either inside any other controller I have, I end up with one
showing up at it's accurate 250GB value, and the other at a truncated
128GB. I have gone into WinHex, a disk editor, and found the following
information being reported:

Disk 1 (Wrong):

cyls 16709
heads 255
sectors per track 63
bytes sect 512
surplus sectors 3323
reported size: 137437904896 bytes

Disk 2 (Correct):

cyls 30401
heads 255
sectors per track 63
bytes sect 512
surplus sectors 3711
reported size: 250058637312 bytes

It appears that the physical parameters on this disk are incorrect, and
I need to find out where they are stored so I can change them and
restore the data from my disk. I have tried swapping the driver cards
from the good HD (disk 2) to the bad one (disk 1), and it still shows
the same values. I don't care about continuing to use the disk, I just
need to be able to read everything so i can get my data back.

Any ideas what program I can use to change the disk parameters of the
incorrect disk, or at least a method I can use to retrieve the (raw)
data?

Thanks,
Eric

  #2  
Old February 25th 06, 06:23 AM posted to comp.sys.ibm.pc.hardware.storage
external usenet poster
 
Posts: n/a
Default (This is not a BIOS or Windows issue) Drive size problem.

Use WD's Data Lifeguard Tool's 'Set Hard Drive Size' utility to correct
the hard drives capacity.

umop wrote:
I have two identical Western Digital 250GB hard disks which were
previously in a RAID array in a Lacie D2 BigDisk enclosure. When I
place either inside any other controller I have, I end up with one
showing up at it's accurate 250GB value, and the other at a truncated
128GB. I have gone into WinHex, a disk editor, and found the following
information being reported:

Disk 1 (Wrong):

cyls 16709
heads 255
sectors per track 63
bytes sect 512
surplus sectors 3323
reported size: 137437904896 bytes

Disk 2 (Correct):

cyls 30401
heads 255
sectors per track 63
bytes sect 512
surplus sectors 3711
reported size: 250058637312 bytes

It appears that the physical parameters on this disk are incorrect, and
I need to find out where they are stored so I can change them and
restore the data from my disk. I have tried swapping the driver cards
from the good HD (disk 2) to the bad one (disk 1), and it still shows
the same values. I don't care about continuing to use the disk, I just
need to be able to read everything so i can get my data back.

Any ideas what program I can use to change the disk parameters of the
incorrect disk, or at least a method I can use to retrieve the (raw)
data?

Thanks,
Eric


  #3  
Old February 25th 06, 11:36 AM posted to comp.sys.ibm.pc.hardware.storage
external usenet poster
 
Posts: n/a
Default (This is not a BIOS or Windows issue) Drive size problem.

"umop" ThisEmailAddressDoesntWork_PleaseUseMyNameInstead @ondea.com wrote in message
ups.com
I have two identical Western Digital 250GB hard disks which were
previously in a RAID array in a Lacie D2 BigDisk enclosure.


So either 'RAID0' or 'Spanned'.

When I place either inside any other controller I have, I end up with one
showing up at it's accurate 250GB value, and the other at a truncated
128GB. I have gone into WinHex, a disk editor, and found the following
information being reported:

Disk 1 (Wrong):

cyls 16709
heads 255
sectors per track 63
bytes sect 512
surplus sectors 3323
reported size: 137437904896 bytes

Disk 2 (Correct):

cyls 30401
heads 255
sectors per track 63
bytes sect 512
surplus sectors 3711
reported size: 250058637312 bytes


It appears that the physical parameters on this disk are incorrect,


Not from that report above. Those are not the physical parameters.
Those are logical parameters, and as such they are even false as CHS
is not supported above 8GB. The surplus sectors may indicate that
they aren't even for the whole drive but for a partition instead.
They are LBA values converted to a CHS notation just for display
purposes though God knows what that purpose may be.
CHS was useful in determining whether partiton boundaries were
on full cylinders when harddrives were below 8GB capacity.
It's usefulness has long passed it's use by date since.

and I need to find out where they are stored so I can change them and
restore the data from my disk.


What 'disk'.

I have tried swapping the driver cards from the good HD (disk 2)
to the bad one (disk 1), and it still shows the same values.


Likely because that data is kept on the platters, whether it is MBR or
the physical disk's configuration sector that's causing your problems.

I don't care about continuing to use the disk, I just need
to be able to read everything so i can get my data back.


Maybe things get clearer once you state your problem.


Any ideas what program I can use to change the disk parameters of the
incorrect disk, or at least a method I can use to retrieve the (raw) data?

Thanks,
Eric


  #4  
Old February 25th 06, 03:44 PM posted to comp.sys.ibm.pc.hardware.storage
external usenet poster
 
Posts: n/a
Default (This is not a BIOS or Windows issue) Drive size problem.

"Folkert Rienstra" wrote in message
reenews.net...
"umop" ThisEmailAddressDoesntWork_PleaseUseMyNameInstead @ondea.com wrote in message
ups.com
I have two identical Western Digital 250GB hard disks which were
previously in a RAID array in a Lacie D2 BigDisk enclosure.


So either 'RAID0' or 'Spanned'.

When I place either inside any other controller I have, I end up with one
showing up at it's accurate 250GB value, and the other at a truncated
128GB. I have gone into WinHex, a disk editor, and found the following
information being reported:

Disk 2 (Correct):

cyls 30401
heads 255
sectors per track 63
bytes sect 512
surplus sectors 3711
reported size: 250058637312 bytes


It appears that the physical parameters on this disk are incorrect,


Not from that report above. Those are not the physical parameters.
Those are logical parameters, and as such they are even false as CHS
is not supported above 8GB. The surplus sectors may indicate that
they aren't even for the whole drive but for a partition instead.
They are LBA values converted to a CHS notation just for display
purposes though God knows what that purpose may be.
CHS was useful in determining whether partiton boundaries were
on full cylinders when harddrives were below 8GB capacity.
It's usefulness has long passed it's use by date since.


Still confused by the CHS values Win NT reports, FolkNuts?
You get the same values from findpart, dskprobe, and winhex.
Yes, Win NT still aligns basic disk partitions on cylinder boundries.
Not surprising since it was documented by MS 10 years ago.


  #5  
Old February 26th 06, 12:10 AM posted to comp.sys.ibm.pc.hardware.storage
external usenet poster
 
Posts: n/a
Default (This is not a BIOS or Windows issue) Drive size problem.

"Eric Gisin" wrote in message
"Folkert Rienstra" wrote in message reenews.net...
"umop" wrote in message

ups.com
I have two identical Western Digital 250GB hard disks which were
previously in a RAID array in a Lacie D2 BigDisk enclosure.


So either 'RAID0' or 'Spanned'.

When I place either inside any other controller I have, I end up with one
showing up at it's accurate 250GB value, and the other at a truncated
128GB. I have gone into WinHex, a disk editor, and found the following
information being reported:

Disk 2 (Correct):

cyls 30401
heads 255
sectors per track 63
bytes sect 512
surplus sectors 3711
reported size: 250058637312 bytes


It appears that the physical parameters on this disk are incorrect,


Not from that report above. Those are not the physical parameters.
Those are logical parameters, and as such they are even false as CHS
is not supported above 8GB. The surplus sectors may indicate that
they aren't even for the whole drive but for a partition instead.
They are LBA values converted to a CHS notation just for display
purposes though God knows what that purpose may be.
CHS was useful in determining whether partiton boundaries were
on full cylinders when harddrives were below 8GB capacity.
It's usefulness has long passed it's use by date since.


Still confused by the CHS values Win NT reports, FolkNuts?


Nope, but it's obvious that you are.
Now we know why you are known as "the Gisin newby".
The only one confused is you, Gisin.

Go read the ATA spec and the EDD BIOS spec, newby.
Or the Enhanced Bios Services For Disk Drives spec.
Or the MBR partition table spec.
They all say that CHS is restricted to 8GB in one way or another.

You know full well that I am correct.
And if not then you are indeed a truly pathetic newby.

Where were you when Antoine Leca confirmed what I said then
and what I say now. You know you wouldn't have stood a chance
then, don't you, Gisin. Which makes you kind of a RAT.

You get the same values from findpart, dskprobe, and winhex.


Ah, and that makes it right. It also does that for SCSI drives
and every one and his dog knows that SCSI doesn't use CHS at all.
But then a newby like yourself may not know that, don't you, newby.
What a bull**** artist you are, Gisin.

And it is that terminal stupid mentality of insisting of using bogus CHS
internally that makes some windowses based on NT not recognize the full
capacity of some harddrives but limit them to 8GB or 32 GB instead if the
bios parameters are not to their liking or the stars are in the wrong place.

Yes, Win NT still aligns basic disk partitions on cylinder boundries.


That's silly, especially for those partition types that don't use CHS
at all, the LBA-only partition types.

Not surprising since it was documented by MS 10 years ago.


But isn't used for partitions currently and partitions aren't exactly
a MS invention. The only requirement for CHS currently is in booting
a harddrive with an ancient bootstrap loader using legacy Int13.

  #6  
Old March 2nd 06, 12:16 AM posted to comp.sys.ibm.pc.hardware.storage
external usenet poster
 
Posts: n/a
Default (This is not a BIOS or Windows issue) Drive size problem.

Those are not the physical parameters

In WinHex, you are given the option to open "Logical Drives", or
"Physical Media." I am accessing the physical disk under the "Physical
Media" section, not a partition or logical disk, so I don't believe
that to be true. Additionally, from this view, I can see several
partitions, one being the NTFS partition that I'm interested in.

Whether the CHS values are extrapolated from the LBA values or not, the
size is still being misreported either way, and I cannot access about
half of my data from this 250GB drive. I agree, since the swapping of
driver cards yielded the same result, that it appears that the
incorrect information must somehow be stored on the platters, but I'm
unclear as to how get any deeper than I already am (the physical disk)
to alter those parameters and dump an image of this drive. The
previous poster suggested to use Western Digital's Lifeguard tools to
set the size of the disk, but I want to exhaust all other possibilities
before I trust my data to that tool.

You mentioned the physical disk's configuration sector. Is there a way
to access and modify that? I have looked up information on the MBR
before, and it appeared to only contain info on partitions. Not the
actual physical disk.

Thanks much for the help!

  #7  
Old March 2nd 06, 08:05 AM posted to comp.sys.ibm.pc.hardware.storage
external usenet poster
 
Posts: n/a
Default (This is not a BIOS or Windows issue) Drive size problem.

"umop" ThisEmailAddressDoesntWork_PleaseUseMyNameInstead @ondea.com wrote in message
ps.com

Read my lips:

Those are not the physical parameters



  #8  
Old March 2nd 06, 06:32 PM posted to comp.sys.ibm.pc.hardware.storage
external usenet poster
 
Posts: n/a
Default (This is not a BIOS or Windows issue) Drive size problem.

Okay. If that's true, how should I access the physical disk instead of
a logical one, if indeed the result of opening the "Physical Media" in
my disk editor yields a logical disk? I'm not clear why this would be
the case, but I'm open to suggestions. Which disk editor would be best
for this? Is there a particular controller I should try (I'm on a
notebook, unfortunately, so I can't plug into a hardware EIDE cable).

Thanks,
Eric

  #9  
Old March 7th 06, 11:40 PM posted to comp.sys.ibm.pc.hardware.storage
external usenet poster
 
Posts: n/a
Default (This is not a BIOS or Windows issue) Drive size problem.

So, as you can see, that other thread wasn't very helpful for me. Can
you offer any suggestions for me, Eric?

Thanks
Eric

  #10  
Old March 8th 06, 12:47 AM posted to comp.sys.ibm.pc.hardware.storage
external usenet poster
 
Posts: n/a
Default (This is not a BIOS or Windows issue) Drive size problem.

"umop" ThisEmailAddressDoesntWork_PleaseUseMyNameInstead @ondea.com wrote in message
ups.com

So, as you can see, that other thread wasn't very helpful for me.


It wasn't helpful because you weren't very helpful yourself.
That's what you get for snipping, ignoring requests for info
and being selfcentered, calling Western Digital's Lifeguard
tools untrustworthy. You got treated the same way back.

My post is still there, so why don't you try again.

Can you offer any suggestions for me, Eric?


You must be quite desperate to ask the Gisin Newbie,
(but not desperate enough to use WD's tools?).


Thanks
Eric

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dell's Sorry History of Microphone/Soundcard Issue (Update) Class_Action General 127 January 20th 06 09:30 PM
how to test psu and reset to cmos to default Tanya General 23 February 7th 05 09:56 AM
Windows XP fails to boot after Drive Image 7 restore Milleniumaire Storage (alternative) 11 February 28th 04 08:26 PM
How to install 2nd HDD with Partition Magic 6.0 partitions under Windows ME? Phred Dell Computers 13 February 18th 04 08:45 AM
PC generating unusual "chirrupy" sound? Coda General Hardware 1 November 20th 03 07:52 PM


All times are GMT +1. The time now is 07:46 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.