Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using 1TB Drive with Win2000

0 views
Skip to first unread message

Snuffy "Hub Cap" McKinney

unread,
Oct 11, 2015, 11:48:25 AM10/11/15
to
First, just so you know.... I realize this is an old PC and OS. It's used in an industrial application, not for normal use. The software can't be transferred to another system for various non-software reasons I won't go into it. Anyway.....

I installed a 1TB slave drive and started using it for backup. I know I should partitioned it or something else to be able to use all the space, but had to backup data right away before I could research and see how to do it.

Anyway, now My Computer shows total size 127GB and 2GB available.

My question is.... what can I do to access the rest of that drive? Or is backing it up to another drive and reformatting the quickest way?

Thanks in advance.

Java Jive

unread,
Oct 11, 2015, 1:42:05 PM10/11/15
to
On Sun, 11 Oct 2015 08:48:14 -0700, "Snuffy \"Hub Cap\" McKinney"
<Snuffy-...@Livebait-McKinney.com> wrote:

> I installed a 1TB slave drive and started using it for backup. I know I should partitioned it or something else to be able to use all the space, but had to backup data right away before I could research and see how to do it.

What you needed to do is create the following registry key:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\atapi\Parameters]
"EnableBigLba"=dword:00000001

> Anyway, now My Computer shows total size 127GB and 2GB available.

Yes, 127GB is the limit without the above key.

> My question is.... what can I do to access the rest of that drive? Or is backing it up to another drive and reformatting the quickest way?

Safest is to:
1) Backup data elsewhere
2) Verify backup by comparing with the original
3) Create above registry key and reboot.

You should then be able to repartition the drive to use its full
extent, and then restore the data.
--
========================================================
Please always reply to ng as the email in this post's
header does not exist. Or use a contact address at:
http://www.macfh.co.uk/JavaJive/JavaJive.html
http://www.macfh.co.uk/Macfarlane/Macfarlane.html

Java Jive

unread,
Oct 11, 2015, 2:00:29 PM10/11/15
to
Sorry, important correction below:

On Sun, 11 Oct 2015 18:42:03 +0100, Java Jive <ja...@evij.com.invalid>
wrote:

> On Sun, 11 Oct 2015 08:48:14 -0700, "Snuffy \"Hub Cap\" McKinney"
> <Snuffy-...@Livebait-McKinney.com> wrote:
>
> What you needed to do is create the following registry key:
>
> Windows Registry Editor Version 5.00
>

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\atapi\Parameters]
> "EnableBigLba"=dword:00000001
>

Snuffy "Hub Cap" McKinney

unread,
Oct 11, 2015, 7:25:49 PM10/11/15
to
"Java Jive" <ja...@evij.com.invalid> wrote in message news:kl8l1blhculjnjgig...@4ax.com...
Thanks, but I'm pretty much a low life beginner when it comes to the registry. What if I back it up and then reformat the drive? Will that give me an option to set up some petitions?

Java Jive

unread,
Oct 12, 2015, 2:15:22 AM10/12/15
to
On Sun, 11 Oct 2015 16:25:38 -0700, "Snuffy \"Hub Cap\" McKinney"
<Snuffy-...@Livebait-McKinney.com> wrote:
>
> Thanks, but I'm pretty much a low life beginner when it comes to the registry.
> What if I back it up and then reformat the drive?
> Will that give me an option to set up some petitions?

Petitions? Are you using voice recognition software, if so, somewhat
risky when seeking help?!

Until you create the registry key above, you will only be able to use
the first 127GB of the disk, as you have already discovered.

So do it like this ...
1) As above, backup current data.
2) As above, verify backup.
3) Copy and paste into Notepad the lines below (between the
equals signs but not including them, and be sure to mend any unwanted
linewrap that your newsreader may insert - there should be only four
lines in all: a header line, then a blank line, then two settings
lines, the first of which is enclosed in square brackets and is quite
long, so is the one that might wrap), and save them somewhere
convenient as a file called, say ...
EnableBigLBA.reg
... then find this file in Explorer and <double-click> it to 'merge',
as the jargon has it, the new setting into the registry, confirming at
the prompt which is thrown up.
4) As above, reboot.
5) As above, repartition to use entire disk space as desired.
6) Restore data

============================================
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\atapi\Parameters]
"EnableBigLba"=dword:00000001
============================================
0 new messages