Maximum storage capacity of a single file in Linux and Windows

Source: Internet
Author: User
The maximum storage capacity of a single file in Linux and Windows-general Linux technology-Linux technology and application information. For more information, see the following. Downloading a LINUX installation ISO file with thunder always prompts that the hard disk space is insufficient. Let's take a look at hard disk space writing. So I thought about the reason for the operating system-what is the maximum limit on a single file? Sure enough, my disk format is FAT32.

Command for transferring FAT32 to NTFS:

Select the "Start> Run" command, and enter the "cmd" command in the "run" dialog box to open the Command Prompt window. Enter "convert c:/FS: NTFS" and press Enter. Note that there is a space behind "convert. Enter N, Y as prompted. The conversion task is automatically executed after the computer is restarted next time.

Restrictions on various file systems:

NTFS (Windows): supports up to 2 TB of partitions and 2 TB of files.
FAT16 (Windows): supports a maximum partition of 2 GB and a maximum file of 2 GB.
FAT32 (Windows): supports a maximum partition of 128 GB and a maximum file of 4 GB.

Ext2
Maximum file size: 1 TB
Maximum File limit: only limited by the file system size
Maximum partition/file system size: 4 TB
Maximum File Name Length: 255 characters
Default minimum/maximum block size: 1024/4096 bytes
Default inode allocation: 1 for every 4096 bytes
Maximum load before force FS check: 20 (configurable)

// REDHAT9 is the ext3 File System by default.
Ext3
Maximum file size: 1 TB
Maximum File limit: only limited by the file system size
Maximum partition/file system size: 4 TB
Maximum File Name Length: 255 characters
Default minimum/maximum block size: 1024/4096 bytes
Default inode allocation: 1 for every 4096 bytes
Maximum load before force FS check: 20 (configurable)

ReiserFS
Maximum file size: 1 TB
Maximum File limit: 32 K directory, 4.2 billion files
Maximum partition/file system size: 4 TB
Maximum File Name Length: 255 characters

JFS
Minimum File System size: 16 MB
Maximum file size: restricted by the architecture
Maximum File limit: limited by the file system size
Default minimum/maximum block size: 1024/4096 bytes
Default inode allocation: Dynamic
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.