Skip to content

Commit

Permalink
fs wip
Browse files Browse the repository at this point in the history
Signed-off-by: Haile Lagi <[email protected]>
  • Loading branch information
hailelagi committed Dec 6, 2024
1 parent f39406c commit d5238f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/notes/filesystems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Filesystems"
date: 2024-12-06T17:38:16+01:00
draft: true
---

A simple filesystem, key ideas, tradeoffs.
Flubber, a fuse.
Production filesystems.

## Data structures:
- INode
- array of blocks vs trees
- access methods: open(), read(), write()

0 comments on commit d5238f0

Please sign in to comment.