Large-file support: Difference between revisions

Content deleted Content added
Damian101 (talk | contribs)
You can store files bigger than 4 GB on FAT32 and other 32-bit file systems. 4GiB is the limit.
Wiki layes (talk | contribs)
m Clarification of a sentence
Line 6:
Traditionally, many operating systems and their underlying [[file system]] implementations used [[32-bit]] [[integer]]s to represent [[computer file|file]] sizes and positions. Consequently, no file could be larger than 2<sup>32</sup> − 1 bytes (4 GiB − 1). In many implementations, the problem was exacerbated by treating the sizes as [[signed]] numbers, which further lowered the limit to 2<sup>31</sup> − 1 bytes (2 GiB − 1). Files that were too large for 32-bit operating systems to handle came to be known as ''large files''.
 
While the limit was quite acceptable at a time when [[hard disk]]s were smaller, the general increase in storage capacity combined with increased server and desktop file usage, especially for [[database]] and [[multimedia]] files, led to intense pressure for OS vendors to removeovercome the limitation.
 
In 1996, multiple vendors responded by forming an industry initiative known as the '''Large File Summit''', an obvious [[backronym]] of "LFS". The summit was tasked to define a standardized way to switch to [[64-bit]] numbers to represent file sizes.