home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q101 / 2 / 67.TXT < prev    next >
Encoding:
Text File  |  1993-08-31  |  2.7 KB  |  60 lines

  1. DOCUMENT:Q101267  24-AUG-1993  [W_NT]
  2. TITLE   :INF: Files Are Larger on FAT Partitions
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------
  14.  
  15. Files stored on a FAT file system take more disk space than on HPFS or
  16. NTFS file systems. This is because the FAT file system uses clusters
  17. to allocate disk space for files. Clusters represent the minimum
  18. amount of disk space any file can use. For example: If your cluster
  19. size is 4K and you create a 1 byte file, you will waste almost 4095
  20. bytes.
  21.  
  22. If you are storing many large files on a FAT file system, the wasted
  23. space is minimal. But, if you have many small files, the wasted space
  24. can be equal to or greater than the amount of data you are storing.
  25.  
  26. FAT cluster size is dependent on the size of the logical drive.
  27. Because the FAT file system can only track a maximum of 64K clusters,
  28. the larger the logical drive or partition, the larger the cluster
  29. size. Also, there is a maximum cluster size of 64K, making the largest
  30. logical drive size 4 gigabytes.
  31.  
  32. HPFS and FAT both have a fixed sector size of 512 bytes. HPFS uses a
  33. cluster size of two sectors (1K). NTFS supports cluster sizes of 512,
  34. 1024, 2048, and 4096 bytes.
  35.  
  36. NOTE: In some cases, files stored on an NTFS partition may be bigger
  37. than the same files stored on a FAT partition. This is because NTFS
  38. stores all files in the master file table in 2048 byte blocks. If a
  39. FAT partition is using 512 byte clusters, it will store a small file
  40. more efficiently than NTFS.
  41.  
  42. Additional reference words: 3.10
  43. KBCategory:
  44. KBSubCategory: FILSYS
  45.  
  46. =============================================================================
  47.  
  48. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  49. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  50. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  51. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  52. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  53. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  54. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  55. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  56. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  57. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  58. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  59.  
  60. Copyright Microsoft Corporation 1993.