| Author |
Message |
ejean
Joined: 01 Jun 2001 Posts: 28
|
22 Feb 2003 17:19 Single File size exceed 2GB? |
|
|
|
Dear all,
When I use tools to generate report file exceed 2GB, it makes core dump!
Does Linux support a single file exceeds 2GB?
What is the partition format I must choose?
Thanks
Ejean
|
|
| Back to top |
|
 |
dsp_
Joined: 02 Mar 2002 Posts: 66 Helped: 3 Location: right here ... right now ...
|
22 Feb 2003 17:26 |
|
|
|
Linux supports files greater than 2GB if kernel is 2.4.x or greater
also the programms must support it too
check this link
http://www.ece.utexas.edu/~luo/linux_lfs.html
HTH
dsp_
|
|
| Back to top |
|
 |
ME
Joined: 14 Mar 2002 Posts: 1771 Helped: 11
|
22 Feb 2003 18:13 |
|
|
|
| At the Windows platform you have to use NTFS to support filesizes above 2GB. FAT32 doesn't support files bigger than 2GB. I don't know about Linux.
|
|
| Back to top |
|
 |
stefk
Joined: 15 Jul 2001 Posts: 48
|
22 Feb 2003 18:57 |
|
|
|
| On Linux you can use files bigger than 2GB with no problems. Use EXT3 file system , this is the default file system for most Linux distributions.
|
|
| Back to top |
|
 |
Ansunamu
Joined: 19 Oct 2001 Posts: 257 Helped: 4
|
23 Feb 2003 11:18 thx |
|
|
|
thx
|
|
| Back to top |
|
 |
edaguy69
Joined: 11 Dec 2002 Posts: 207 Helped: 2
|
23 Feb 2003 23:48 |
|
|
|
| The limitatation of a 32 bit EDA tool is 2GB ( 2^32 =4GB, some system use 1 bit for parity bit, so the limitation is 2GB). So there are no way you can avoid that. The only way is upgrade you OS to 64 bit and use 64bit Application and the limit will be the sky ( 2^64 = ?). But there are few PC machines and applications now have 64 bit capability. That's why we have to stuck with expensive and slow Sun machine for a while
|
|
| Back to top |
|
 |
wzdreamer
Joined: 16 Jan 2002 Posts: 131
|
03 Mar 2003 20:40 |
|
|
|
edaguy69
are you sure that this bit is for parity?
I'm not... but it doesn't matter - you are right that
2^32 = 4GB, and largest file is aprox 2GB...
look for large fs...
|
|
| Back to top |
|
 |