HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: inode, inode table and map
Operating System - HP-UX
1833637
Members
3590
Online
110062
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
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-29-2003 12:37 AM
07-29-2003 12:37 AM
inode, inode table and map
Hi all
I know that inode will have the details about the file or directory, like size, date stamp, location..etc. What about inode table? What exactly it contains? What for map is used? I hope someone will clarify me.
Thanks and regards
Shahul
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 12:57 AM
07-29-2003 12:57 AM
Re: inode, inode table and map
Hi
inode table:
Table at the start of a filesystem that contains pointers to the data on the hard disk.
inode
see
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90682/B2355-90682_top.html&con=/hpux/onlinedocs/B2355-90682/00/02/289-con.html&toc=/hpux/onlinedocs/B2355-90682/00/02/289-toc.html&searchterms=map%7cinode&queryid=20030729-024445
To monitor the tables use sar
Steve Steel
inode table:
Table at the start of a filesystem that contains pointers to the data on the hard disk.
inode
see
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90682/B2355-90682_top.html&con=/hpux/onlinedocs/B2355-90682/00/02/289-con.html&toc=/hpux/onlinedocs/B2355-90682/00/02/289-toc.html&searchterms=map%7cinode&queryid=20030729-024445
To monitor the tables use sar
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 03:16 AM
07-29-2003 03:16 AM
Re: inode, inode table and map
The inode table is simply an "inode cache". Its an in-core copy of the inodes from the file system on disk. For efficiency reasons, the most recent open inodes is kept in main memory.
radhakrishnan
radhakrishnan
Negative thinking is a highest form of Intelligence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 05:12 AM
07-29-2003 05:12 AM
Re: inode, inode table and map
inodes are pointers to occupied space in the filesystem. The kernel's inode cache keeps a copy of current and recently opened inodes (files) in memory to speed up access to popular files. The inode table is just the name given to the directory structure. inodes point to space and contain informtaion about timestamps, ownership, etc but most importantly: NOT the filename. While a single inode can point to space occupied by a file, the inode has no name. That's what the directory does. It is a list of names and inode numbers. This is how links work. Two or more names can point to the same inode (or inode chain if the file is larger than a single inode).
For example, there is only ONE lvm command! Do this:
ll -i /sbin | sort
Then look for any of the LVM comands like vgcreate or lvextend. You'll see that there are 30+ links to the same inode (one executable).
Map is an ambiguous word in this context. The inode map might refer to the collection of inodes that are active, or it might refer to the directory that maps inodes to filenames (and directories are actually files too).
Bill Hassell, sysadmin
For example, there is only ONE lvm command! Do this:
ll -i /sbin | sort
Then look for any of the LVM comands like vgcreate or lvextend. You'll see that there are 30+ links to the same inode (one executable).
Map is an ambiguous word in this context. The inode map might refer to the collection of inodes that are active, or it might refer to the directory that maps inodes to filenames (and directories are actually files too).
Bill Hassell, sysadmin
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