HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Does ext3 disk has a 2 GB file size limit?
Operating System - Linux
1831043
Members
2427
Online
110019
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 11:31 AM
11-15-2006 11:31 AM
I have read somewhere that Linux ext3 disks have a file size limit of 2 GB. Could it be dependend on the distribution /version?
For MySQL database files this could become a blocking factor for (very) big tables.
Is there any solution?
For MySQL database files this could become a blocking factor for (very) big tables.
Is there any solution?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 03:48 PM
11-15-2006 03:48 PM
Re: Does ext3 disk has a 2 GB file size limit?
No, this is most definately *NOT* the case.
MySQL (in pre v4) had a table-size limit of 2GB however.
MySQL (in pre v4) had a table-size limit of 2GB however.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 05:01 PM
11-15-2006 05:01 PM
Solution
Hello Geert,
the maximum file size for ext3 depends on the used block-size for the filesystem.
1 kb 16 GB
2 kb 256 GB
4 kb 2048 GB
8 kb 2048 GB
Use tune2fs -l /dev/$DISKDEVICE to show up the used blocksize. On the other hand ulimit can limit the max filesize that can be created. The command 'ulimit -f' should be output 'unlimited'.
Regards,
Patrick
the maximum file size for ext3 depends on the used block-size for the filesystem.
1 kb 16 GB
2 kb 256 GB
4 kb 2048 GB
8 kb 2048 GB
Use tune2fs -l /dev/$DISKDEVICE to show up the used blocksize. On the other hand ulimit can limit the max filesize that can be created. The command 'ulimit -f' should be output 'unlimited'.
Regards,
Patrick
Best regards,
Patrick
Patrick
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP