redhat最大单个文件大小?

770阅读 0评论2013-06-14 quanshengaa
分类:LINUX

 
今天遇到一个客户的服务器mysql的日志文件达到了170G,一直以为redhat 版本的linux支持最大单个文件的大小不超过2G,原来这样理解是错误的。
 
 
Filesystem File Size Limit Filesystem Size Limit
ext2/ext3 with 1 KiB blocksize 16448 MiB (~ 16 GiB) 2048 GiB (= 2 TiB)
ext2/3 with 2 KiB blocksize 256 GiB 8192 GiB (= 8 TiB)
ext2/3 with 4 KiB blocksize 2048 GiB (= 2 TiB) 8192 GiB (= 8 TiB)
ext2/3 with 8 KiB blocksize (Systems with 8 KiB pages like Alpha only) 65568 GiB (~ 64 TiB) 32768 GiB (= 32 TiB)
ReiserFS 3.5 2 GiB 16384 GiB (= 16 TiB)
ReiserFS 3.6 (as in Linux 2.4) 1 EiB 16384 GiB (= 16 TiB)
XFS 8 EiB 8 EiB
JFS with 512 Bytes blocksize 8 EiB 512 TiB
JFS with 4KiB blocksize 8 EiB 4 PiB
NFSv2 (client side) 2 GiB 8 EiB
NFSv3 (client side) 8 EiB 8 EiB
 
 
 
上一篇:Memory for crash kernel (0x0 to 0x0) notwithin permissible range
下一篇:红帽企业版 Linux 3/4/5 上最大单个文件和文件系统是多少?