Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
file-size limit in 'ext3'
Name: queryanalyzer Date: November 12, 2003 at 11:40:04 Pacific OS: RH 8.0 CPU/Ram: 256mb
Comment:
Hi.. Is it true that 'ext3' filesystem also has a 2GB file size limit. I tried to search for an answer in vain.
Name: anonproxy Date: November 13, 2003 at 10:28:34 Pacific
Reply:
No, that is ridiculous. The cap is 4 Terabytes for a single ext2/3 filesystem. I believe file sizes are limited at about 2^60 bytes.
2GB is a historical limit for ext2. It never applied to ext3.
0
Response Number 4
Name: anonproxy Date: November 13, 2003 at 13:49:55 Pacific
Reply:
Corrections:
2GB can apply to ext3 if you are running something less than 2.2.1x or a few cryptic options have been set for backwards compatability. Current libraries should support over 2GB. There was an overlap period where some ext3 builds would not allow larger than 2GB files. Specifically, 32-bit systems with Large File Support (LFS). Maximum filesystem size can be as much as 16TB, maximum filesize 2TB.
Speaking of big numbers, ReiserFS goes at least to 1EB (Exabyte) per filesystem and 16TB per file (with cache limits, I have not seen the absolute latest in 2.6), and JFS can hit over 16TB filesystem and filesize on 32-bit (up to 4Petabytes on 64-bit).
Summary: On my Mandrake 8.2, ulimit -a shows core file size (blocks) 1000000 data seg size (kbytes) unlimited file size (blocks) unlimited max locked memory (kbytes) unlimited max memory siz...
Summary: Hi, I have downloaded limewire and I have a question. Before I downloaded LimeWire I checked how much space I have free on my harddrive, which was 1.7gig. So I downloaded LimeWire and installed it. ...
Summary: I've read that there is (or was?) a limitation in Linux that any one file can't be larger than 2GB - see http://kb.redhat.com/view.php?eid=371 ...