HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: running out of inode ...
Operating System - Linux
1830213
Members
1400
Online
109999
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
07-13-2004 07:59 AM
07-13-2004 07:59 AM
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/hda4 7143424 7143424 0 100% /usr/local/lms
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda4 27660732 181872 26051084 1% /usr/local/lms
as you can see, physical space is not an issue. This is on ext3 file system. Are there any file system which can allocate inode dynamically. Thanks.
/dev/hda4 7143424 7143424 0 100% /usr/local/lms
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda4 27660732 181872 26051084 1% /usr/local/lms
as you can see, physical space is not an issue. This is on ext3 file system. Are there any file system which can allocate inode dynamically. Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 11:04 AM
07-13-2004 11:04 AM
Re: running out of inode ...
I have to ask..
How can you be using 7 *MILLION* inodes when your using less than 200MB of space?
What does the output of the command:
tune2fs -l /dev/hda4
have to say about the filesystem? When was the last time you ran an 'fsck' over the filesystem?
How can you be using 7 *MILLION* inodes when your using less than 200MB of space?
What does the output of the command:
tune2fs -l /dev/hda4
have to say about the filesystem? When was the last time you ran an 'fsck' over the filesystem?
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 08:17 PM
07-13-2004 08:17 PM
Solution
To answer the specific question though,
resiserfs, jfs and xfs all have dynamic inode allocation. ext3 does not.
ext3 is pretty much just the venerable ext2 with a journal. I imagine that this is why ext3 needs a pre-allocated inode table.
resiserfs, jfs and xfs all have dynamic inode allocation. ext3 does not.
ext3 is pretty much just the venerable ext2 with a journal. I imagine that this is why ext3 needs a pre-allocated inode table.
Never preceed any demonstration with anything more predictive than "watch this"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 03:02 AM
07-14-2004 03:02 AM
Re: running out of inode ...
Stuart,
thanks for your curiosity. I check with our developers. It turns out that they soft link files and never removed it after the process exit. But it is good to know about dynamic inode features on jfs,resizerfs, and xfs.
Thanks all for you input.
thanks for your curiosity. I check with our developers. It turns out that they soft link files and never removed it after the process exit. But it is good to know about dynamic inode features on jfs,resizerfs, and xfs.
Thanks all for you input.
Reputation of a thousand years can be determined by the conduct of an hour
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