Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why do inode number start from 1 and not 0 ?

Answers were Sorted based on User's Feedback



Why do inode number start from 1 and not 0 ?..

Answer / satish

1) All block and inode addresses start at 1. The first
block on the disk is block 1. 0 is used to indicate no
block.
2)0 is used as a sentinel value to indicate null or no
inode. similar to how pointers can be NULL in C. without a
sentinel, you'd need an extra bit to test if an inode in a
struct was set or not.

Is This Answer Correct ?    17 Yes 2 No

Why do inode number start from 1 and not 0 ?..

Answer / virupakshicm

0 indicates no inode. We know that directory contains data
in the form of entries and each entry contains inode number
and filename. Suppose if we delete a particular file from
the directory, then that entries inode number will be
changed to 0, indicating that this particular entry is
free. So when the next file is created under the directory,
then the kernel uses this entry for the new file and it
also changes the filename component to new name. This is
reason why inode 0 is not used.

Is This Answer Correct ?    14 Yes 1 No

Why do inode number start from 1 and not 0 ?..

Answer / khaja

BECAUZ INODE HAS DISK BLOCKS WHICH START FROM 0 ie: inode
is 1.

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More Unix AllOther Interview Questions

how to set request time out value for name resolution on clients (hp-ux) ?

1 Answers   Amdocs,


System A can contact system B, but not in reverse, not firewall, not tcp wrappers, what is the reason ?

2 Answers  


What is the job responsibility of a System Administrator (UNIX/LINUX),briefly describe (Also point out system admin's daily job details),specify job type & job description?

2 Answers   HP, ICS Integrated Computer Solutions, TCS,


What is Fork swap?

1 Answers   Infosys, SSI Small Scale Industries,


What are the mount and unmount system calls?

1 Answers   HCL,


how to check GDE,EME,Java,Oracle9i Enterprise Edition Release versions Versions on unix system

1 Answers  


does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?

1 Answers   HP,


What are the main differences between Apache 1.x and 2.x?

1 Answers   IBM,


If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?

2 Answers   TCS,


In this command sqlplus -s username/password what is -S and what's the use..???

1 Answers   TCS,


how to face veritas NetBAckup interview, where did i find all materials regrding veritas and give details on veritas certification

13 Answers   3i Infotech, ABC, Accenture, ACS, CTS, Genpact, GSK, HP, IBM, Lapiz, Lapiz Digital, Satyam, Symantec, TCS, Veritas,


Have you used VI editor?

1 Answers   BMC,


Categories