How do I force it to accept the correct size of the drive, and partition it as a single 320 Gig?
How do I partition a 320 Gig drive? Windows 2000 thinks it's 128 Gig.
#1
Posted 18 March 2010 - 06:17 PM
How do I force it to accept the correct size of the drive, and partition it as a single 320 Gig?
#4
Posted 19 March 2010 - 06:04 AM
#5
Posted 12 August 2010 - 08:52 PM
Details: Win2K Server SP4, Primary DC, installed on a 160 Gig hard drive, which is recognized in Windows as 129 Gig (BIOS does see the full 160 G). What happens if I enable LBA and add the registry key in Win2K as the MS Support article suggests? Will I reboot and find a corrupt partition or inaccessible data? I do not know how this disk was originally formatted or what size it was formatted to. Thanks in advance
cdob, on 19 March 2010 - 06:04 AM, said:
#6
Posted 13 August 2010 - 02:24 AM
TSRI, on 12 August 2010 - 08:52 PM, said:
Details: Win2K Server SP4, Primary DC, installed on a 160 Gig hard drive, which is recognized in Windows as 129 Gig (BIOS does see the full 160 G). What happens if I enable LBA and add the registry key in Win2K as the MS Support article suggests? Will I reboot and find a corrupt partition or inaccessible data? I do not know how this disk was originally formatted or what size it was formatted to. Thanks in advance
Check the data in partition table.
You can do it "approximately" by looking at the disk in disk management or "exactly" by veryfying the partition(s) table with any partition table viewer/editor, example:
http://www.dtidata.c...tion_repair.htm
Most probably, you have a 128 gb partition and the rest of the disk unpartitioned.
Please note that a few hard disks do have a jumper to limit the capacity shown to 128 Gb, you should also check this.
jaclaz
#7
Posted 13 August 2010 - 09:34 AM
jaclaz, on 13 August 2010 - 02:24 AM, said:
Check the data in partition table.
You can do it "approximately" by looking at the disk in disk management or "exactly" by veryfying the partition(s) table with any partition table viewer/editor, example:
http://www.dtidata.c...tion_repair.htm
Most probably, you have a 128 gb partition and the rest of the disk unpartitioned.
Please note that a few hard disks do have a jumper to limit the capacity shown to 128 Gb, you should also check this.
jaclaz
Thanks for the reply jaclaz. Checking the partition with another utility was my next step when I get back to the server. I really couldn't get any info from Disk Management. I'd also love to hear from anyone who's come across this firsthand and what your results were.
#8
Posted 13 August 2010 - 11:47 AM
TSRI, on 13 August 2010 - 09:34 AM, said:
What do you mean?
Check this screenshot:
http://www.msfn.org/...howtopic=141687
In disk 0 you can see:
- a primary partition (Dark Blue) drive letter D:, 29,88 Gb
- an extended partition (surrounded by a green border) containing:
- a logical volume (Light blue) drive letter C:, 89,53 Gb
- a logical volume (Light blue) drive letter E:, 28,29 Gb
- a logical volume (Light blue) drive letter F:, 150,38 Gb
- a logical volume (Light blue) drive letter C:, 89,53 Gb
- some unused space at the end (Black)
What you should see on your system (as you probably have a single Primary partition) is:
- a primary partition (Dark Blue) drive letter C:, roughly 128 Gb
- some (lots) unused space at the end (Black)
jaclaz
#9
Posted 13 August 2010 - 11:59 AM
#10
Posted 13 August 2010 - 01:45 PM
TSRI, on 13 August 2010 - 11:59 AM, said:
Exactly.
Let's put it this way:
If you create a partition on an Operating System that sees a max of 128 Gb of hard disk (LBA 28) and you create it to the maximum size, it will be 128 Gb in size
When you activate the LBA48 capability, the same OS (like ANY other LBA48 enabled OS) will see the same 128 Gb partition and a lot of free, unused space behind.
In other words the first partition will remain a 128 Gb partition.
Everything within the 128 Gb will remain EXACTLY as-is the little (or NO) unused space will become LOTS of unused space.
The problem is if you create a bigger than 128 Gb partition on a LBA 48 enabled OS and then try to access it from a NON LBA48 OS.
jaclaz
This post has been edited by jaclaz: 13 August 2010 - 01:47 PM
#11
Posted 13 August 2010 - 08:19 PM
I've got a backup running just to be safe, then I'll update the registry. Thanks!
#12
Posted 14 August 2010 - 01:28 AM
You need reg.exe from the Windows 2k supplement files (on the cdrom), and a location of the source files to eventually restore to cdrom
The line 'set winsource=' points to the i386 directory of the files copied on the hard drive. Here, i have the cdrom on q:\wnt50sp4
All the rest stays as is. Burn your cdrom in the usual manner, and your cdrom will see large hard drives. I have windows 2000 installed in the middle of a 1 terabyte disk based on this modification.
Reference: http://www.msfn.org/...on-win2k-setup/
setlocal set winsource=q:\wnt50sp4\i386 attrib -r -a -s -h %winsource%\setupreg.hiv reg load HKLM\Setup %winsource%\setupreg.hiv set regkey=ControlSet001\Services\atapi\Parameters reg add HKLM\Setup\%regkey% /v EnableBigLba /t reg_dword /d 00000001 /f reg unload HKLM\Setup set winsource= set regkey= endlocal
#13
Posted 17 August 2010 - 09:16 PM
Grazie, jaclaz!
- ← Server 2003 VPN client
- Windows NT4/2000/2003
- how to shutdown server 2003 safely when power fails →



Help
Back to top











