Followup to:  <[EMAIL PROTECTED]>
By author:    Blesson Paul <[EMAIL PROTECTED]>
In newsgroup: linux.dev.kernel
>
> Hi J
>                   You misunderstood my question. Let take an example.
> Let I have a msdos partition. No msdos files has inode numbers, right. Let I
> mount that msdos partition. Then what happens, That is my question. Will the
> inode numbers are assigned to all msdos files at mounting time itself
> 

The inode numbers are "invented" by the MS-DOS filesystem driver.  In
the particular case of the "msdos" driver I believe it uses the
location of the directory entry (the functional equivalent of the
inode) on disk.

        -hpa
-- 
<[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to