Skip to content

Commit

Permalink
fs simple layout
Browse files Browse the repository at this point in the history
Signed-off-by: Haile Lagi <[email protected]>
  • Loading branch information
hailelagi committed Dec 7, 2024
1 parent d5238f0 commit 4919036
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/notes/filesystems.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ draft: true

A simple filesystem, key ideas, tradeoffs.
Flubber, a fuse.
Production filesystems.
'production' filesystems - juicefs etc

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

```
++++++++++++++++++++++++++++++++++++++++++++
+ superblock + index-nodes + user data! +++
++++++++++++++++++++++++++++++++++++++++++++
```

0 comments on commit 4919036

Please sign in to comment.