 | reply to DarkLogix There is no such limit in Windows XP on logical drive size limitations. Window XP supports partitioning drives up to 18 exabytes in size.
I doubt this level will be reached in the next ten years.
This is an OLD document, but proves my point:
»support.microsoft.com/kb/100108
First, NTFS has greatly increased the size of files and volumes, so that they can now be up to 2^64 bytes (16 exabytes or 18,446,744,073,709,551,616 bytes). NTFS has also returned to the FAT concept of clusters in order to avoid HPFS problem of a fixed sector size. This was done because Windows NT is a portable operating system and different disk technology is likely to be encountered at some point. Therefore, 512 bytes per sector was viewed as having a large possibility of not always being a good fit for the allocation. This was accomplished by allowing the cluster to be defined as multiples of the hardware's natural allocation size. Finally, in NTFS all filenames are Unicode based, and 8.3 filenames are kept along with long filenames.
You are forgetting that there are other variables for NTFS that determine the maximum partition size:
- BIOS limits - Controller limitations - Cluster Size - Maximum clusters per partition - NTFS Revision
NTFS 3.1 and newer (Windows XP, 20003 and up) support mount points just like Unix. There is no practical limit to the number of mount points. No extra drive letters required.
The REAL "logical" NTFS volume size limit in Windows XP is 256TB with a cluster size of 64K. Using the more common 4K cluster size the maximum limit is 16TB. More than is needed for most any home user. You can always create multiple mount points on a single drive letter to vastly increase the total addressable space on single computer. There are other file system solutions for Windows that do not have these limits.
And finally, no one uses Windows XP as a server environment anyway so this statement is just silly.
Cluster size Maximum NTFS Volume Size (bytes RAW) 512 2,199,023,255,040 (2TB) 1,024 4,398,046,510,080 (4TB) 2,048 8,796,093,020,160 (8TB) 4,096 17,592,186,040,320 (16TB) 8,192 35,184,372,080,640 (32TB) 16,384 70,368,744,161,280 (64TB) 32,768 140,737,488,322,560 (128TB) 65,536 281,474,976,645,120 (256TB) |
 Reviews:
·Future Nine Corp..
1 edit | reply to DarkLogix (To the original anonymous poster with comments about 7.5Gbyte drives under windows.) a) Your numbers on the largest logical drive possible in Windows are way off. b) You can mount drives any number of ways, including off folders, etc. You are not limited to 26 letters. c) Nobody would organize a VLDB database around a collection of drives, a through z. The storage hierarchy in these very large databases is much more complex and layered. d) Here's an example of a 1.1 petabyte database running on a Windows platform:
The Panoramic Survey Telescope and Rapid Response System, (Pan-STARRS) is the example offered by Microsoft when it comes to one of the world's largest databases, with SQL Server 2008 at its infrastructure. The Redmond company indicated that the Pan-STARRS architects are building a massive 1.1 petabytes (quadrillion bytes) of disk storage for the celestial imagery which would be provided by four telescopes via 1.4-gigapixel resolution digital cameras. At this point in time, with just a single functioning telescope, Pan-STARRS is producing 1.4 terabytes of imagery each night.
There are only a handful of databases that large in the world, revealed Ted Kummert, corporate vice president of the Data and Storage Platform Division at Microsoft.
(»news.softpedia.com/news/Microsof···88.shtml) |