threefoldtech / rfs

A fuse filesystem in rust
Apache License 2.0
1 stars 1 forks source link

Add some documentation of the fs behavior #9

Closed muhamadazmy closed 2 years ago

muhamadazmy commented 2 years ago

I love this @AhmedYasen very clear. The explanation of the inode is not really needed since it's not directly related to rfs but a general idea on how the filesystems on physical devices work, but we can keep that section.

I also like that this shows understanding of the actual operation of fuse and rfs. Good job