Hello ***@community.nospam,
See last entry from Morgan Che:
http://social.technet.microsoft.com/forums/en-US/winserverfiles/thread/9e8ef71f-02c4-402c-b9b8-16d32b6cb8a2/
----------------------------------------------------------------------------------------------------------------------
Edwin vMierlo [MVP] 7/10/2008 2:50 AM PST
Max Partition on a MBR disk is 2TB
Max Partition on a GPT disk is about 8589934592 TB (in theory) there are
some limitations.... which effectively will bring this to about 18 ExaByte
Please note a partition is on a single phisical disk.
Once you start using dynamic disks, you can actually create NTFS Volumes
much larger than a single partions....
In theory, the maximum NTFS volume size is 2 ^ 32 clusters. However, even if
there were hardware available to supply a logical volume of that capacity,
there are other limitations to the maximum size of a volume.
One of these limitations is partition tables. By industry standards,
partition tables are limited to 2 ^ 32 sectors. Sector size, another
limitation, is a function of hardware and industry standards, and is
typically 512 bytes. While sector sizes might increase in the future, the
current size puts a limit on a single volume of 2 terabytes (2 ^ 32 * 512
bytes, or 2 ^ 41 bytes).
The maximum number of files on an NTFS volume is 2 ^ 32 - 1.
Please be carefull, do you really need such a large SINGLE volume ?
Have you considered how long it will take to run CHKDSK ? how long to backup
? how long to restore ?
Would you not be better off having multiple smaller partitions/volumes ?
------------------------------------------------------------------------------------------------------------------
Best regards
Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
Post by p***@community.nospamHi all,
I have a Dell PE 2950 server with a single hardware Raid 5 volume
(Basic Disk 0) with 6 drives and a total size of 4655.00 GB. It has 2
39MB Dell Utilities Partition
200GB System Boot Partition - C:\
For some reason Disk Management is showing the remaining unallocated
1847.96GB Unallocated
2607.00 GB Unallocated
Why is that? I want to create 1 big partition (D:\) with all the
remaining unallocated space and I cannot do that now.
TIA!