habe mal eine Frage zu Blatt 7 Aufgabe 3:
What is the number of disk accesses needed to fetch the file
/users/thomas/crap/exam.tex
You can assume that the inode for the root directory (/) is available in
memory and that each directory fits in one block.
Warum waren dass doch gleich 9? Ich komme auf nur 8, habe da wohl was falsch verstanden

Code: Alles auswählen
(0. / root Dentry ist schon im memory)
1. users I-node
2. / Dentry
3. thomas I-node
4. / Dentry
5. crap I-node
6. / Dentry
7. exam.tex I-node
8. Daten

Danke für die Hilfe.
Gruß Udo