Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
04-07-2003 07:06 PM
04-07-2003 07:06 PM
inode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 07:13 PM
04-07-2003 07:13 PM
Re: inode
The actual maximum is detailed from the 'fstyp -v' output. There is no actual number for vxfs filesystems. There is for HFS filesystems, although only /stand is a HFS filesystem only by default. There is a limit on the number of directories, but this is 65535, so I don't think too many people will have a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 07:15 PM
04-07-2003 07:15 PM
Re: inode
If you have an HFS filesystem you have a fixed limit of inodes. In a VxFS filesystem, the inodes are dynamically generated as needed, so the only real limit is the amount of space available.
Just curious, but why do you ask?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 07:26 PM
04-07-2003 07:26 PM
Re: inode
# echo vxfs_ninode/D | adb -k /stand/vmunix /dev/kmem
For HFS the limit is control by the kernel parameter "ninode". It determines the max amount of open inodes that can be in the memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 08:28 PM
04-07-2003 08:28 PM
Re: inode
infact there is nothing ther like maximum inode number. I node number in a JFS file system doesn't have anylimit but in HFS by default you have 1 inode per 2k of dataspace.
you can change tgis value by passing parameters at the time of creation of file system.
and the number of open inode in system is limited by memory and kernel parametr.
Sunil S