![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inodes | nitin09 | Linux | 3 | 05-02-2008 07:12 AM |
| inodes | livemyway | SUN Solaris | 1 | 01-24-2006 05:45 AM |
| inodes??? | soliberus | SUN Solaris | 1 | 07-14-2005 09:46 AM |
| out of inodes on https dev hd | josramon | Filesystems, Disks and Memory | 4 | 11-12-2002 01:08 PM |
| INodes... | boris888 | Filesystems, Disks and Memory | 3 | 05-09-2002 10:21 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
inodes
how is the location of inodes in the physical disk.
are they sequential like: bootblock|superblock|inode1|inode2| ....| datablock1|datablock2|datablock3 or are they distributed among data blocks like: bootblock|superblock|inode1|datablock1|inode2|datablock2|datablock3|inode3 |datablock4 |
|
||||
|
hi,
Inode is the information about the file. It will be having info like permission, no of links ( hard link), time stamps (change time, modify time and access time), owner, group, size. This information will be present in the data block ( disk). Per block the the no of inode no are fixed. By getting the inode no and the filesystem it will make offset such that it will be accssing the requried inode information and will be put into incore inode table to use further. |
|
|||||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|