The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Filesystems, Disks and Memory
Google UNIX.COM


Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
how to find out pathname from inode number axes UNIX for Advanced & Expert Users 3 09-26-2008 06:44 AM
about inode nag.mi2000 SUN Solaris 3 01-07-2008 12:52 AM
incore inode sanjaygoyan UNIX for Dummies Questions & Answers 1 12-01-2007 09:01 PM
INode nitinsharma_ssn Shell Programming and Scripting 1 02-27-2006 11:25 AM
Directory Inode Number Not Unique nj302 UNIX for Dummies Questions & Answers 9 05-22-2005 08:34 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 06-16-2006
Registered User
 

Join Date: Mar 2006
Posts: 26
Inode number

as kernel keeps track of user activities on a file by its INODE number and I node table .

what is the structure of Inode table. and where does this Inode table mapped into?user space or kernel space?

is the Inode Number is fixed for a file till its deletion?

thanks
Reply With Quote
Forum Sponsor
  #2  
Old 06-18-2006
blowtorch's Avatar
Supporter
 
Join Date: Dec 2004
Location: Singapore
Posts: 2,326
I believe that this link should answer your question about the structure of the inode. The inode tables should reside in kernel space, but am not too sure about that. For the third question, yes a file residing in one filesystem will have a single inode number unless you change it yourself. (You cannot directly change an inode number for a file. You have to follow a procedure. See below.)
Code:
# ls -li a.out
  8230 -rwxr-xr-x   1 root       sys          24576 Jun 19 08:10 a.out
# cp -p a.out a.out.tmp; mv a.out.tmp a.out;
# ls -li a.out
  3268 -rwxr-xr-x   1 root       sys          24576 Jun 19 08:10 a.out
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 06:12 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0