How do I create a filesystem > 8TB?
The following table lists the maximum size of an ext3 filesystem for various OS versions:
OS | Maximum Size |
CentOS 4.x | 8TB |
RHEL 4.x | 8TB |
CentOS 5.x | 16TB |
RHEL 5.x | 16TB |
Fedora Core 5 | 16TB |
Fedora Core 6 | 16TB |
Fedora 7 | 16TB |
Fedora 8 | 16TB |
Fedora 9 | 16TB |
To format a filesystem larger than 8TB, the -F flag must be used. For example:
# mkfs.ext3 -F /dev/sda1