Skip to main content

Posts

Featured

 April 20th, 2026 Journal Entry Week 7      This week in class we covered file systems and how data is organized in them and how they are accessed on a disk. The main topics were inodes and file metadata, block allocation, directory structures, links, and how file systems manage storage through bitmaps and indexing. We also did a few problems on calculating inode locations and how to understand how data is physically laid out on a disk.      In my own words inodes are basically the identify of a file. Block allocation is how a file system decides where it will store the pieces of a file on the disk. Directory structures are what maps filenames to inodes. Hard links point to the same inode, symbolic links point to a path. Bitmap system tracks which inode and clock are free or being used.       The hardest topic for me was inode calculations. I had a heck of a time when making one small mistake and throwing off the rest of the problem...

Latest Posts

April 13th, 2026 Journal Entry Week 6

April 6th, 2026 Journal Entry Week 5

March 31, 2026 Journal Entry Week 4

March 24, 2026 Journal Entry Week 3

March 17, 2026 CST334 Journal Entry Week 2

March 10, 2026 Journal Entry Week 1

December 19th, 2025 CST338 Reflection

December 16th, 2025 Wk07/08: Learning Journal Summary

December 2nd, 2025 Wk05: Learning Journal Markov

November 25, 2025 Wk04: Learning Journal Project 1 review