- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- what max size of ext3 file system support ?
Operating System - Linux
1819814
Members
2694
Online
109607
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
Discussions
Discussions
Discussions
Forums
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
тАО07-10-2005 08:03 PM
тАО07-10-2005 08:03 PM
what max size of ext3 file system support ?
I have a Lun with 1.6T , and I spent 4 hours to mkfs -t ext3 /dev/cciss/c0d1p1.
after that , mount /dev/cciss/c0d1p1 /share
but it failure , it report error"bad superblock" , so i want to know if ext3 can support 1.6T size filesystem , how can I resolve the problem ?
thanks for your help in advance.
after that , mount /dev/cciss/c0d1p1 /share
but it failure , it report error"bad superblock" , so i want to know if ext3 can support 1.6T size filesystem , how can I resolve the problem ?
thanks for your help in advance.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2005 08:20 PM
тАО07-10-2005 08:20 PM
Re: what max size of ext3 file system support ?
'ext2' (or 'ext3') should support quite happily up to 2TB filesystems.
It should be reasonably quick making a filesystem on a disk (you know, I'd expect 100GB filesystem to be made within 2-3 minutes). How far away is this disk enclosure?
We're talking within a meter or so on the other end of a SCSI cable, right?
If so, then there's definitely something weird going on with the IO.
Also, given the size of the filesystem, might it not be an idea to use larger bytes-per-inode sizes ? Using 4K-bytes-per-inode on a filesystem that large would be, well, insane! But I guess it depends on whether you're using large-files, or many-many-little-files.
Could you please post the entire attempt in here, so we can see a bit more detail of the error. If you've lost it, try it again over-night, and turn on verbose output (mke2fs -v -j /dev/cciss/c0d0p0).
It should be reasonably quick making a filesystem on a disk (you know, I'd expect 100GB filesystem to be made within 2-3 minutes). How far away is this disk enclosure?
We're talking within a meter or so on the other end of a SCSI cable, right?
If so, then there's definitely something weird going on with the IO.
Also, given the size of the filesystem, might it not be an idea to use larger bytes-per-inode sizes ? Using 4K-bytes-per-inode on a filesystem that large would be, well, insane! But I guess it depends on whether you're using large-files, or many-many-little-files.
Could you please post the entire attempt in here, so we can see a bit more detail of the error. If you've lost it, try it again over-night, and turn on verbose output (mke2fs -v -j /dev/cciss/c0d0p0).
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2005 10:56 PM
тАО07-10-2005 10:56 PM
Re: what max size of ext3 file system support ?
You should partition the device smallers units for two reasons:
1 - Create and verify the filesystem would take too much time (a complete fsck).
2 - If the filesystem is damaged, you will need to restore 1.6TB of information, and this could take too much time. If you create filesystems of 500 GB each, if the filesystem is damaged, restoring these filesystems will be faster.
1 - Create and verify the filesystem would take too much time (a complete fsck).
2 - If the filesystem is damaged, you will need to restore 1.6TB of information, and this could take too much time. If you create filesystems of 500 GB each, if the filesystem is damaged, restoring these filesystems will be faster.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP