ronaque / FileSystem

This repo implements a "virtual" CLI filesystem that i have conceptualised based on osdev wiki explaining FileSystems, and directory/file commands of linux and windows CMDs.
1 stars 0 forks source link

Directory Size Update #2

Closed ronaque closed 3 months ago

ronaque commented 4 months ago

See Implementing Linked List in Rust

ronaque commented 3 months ago

Removed the misconception of hard-links.

ronaque commented 3 months ago

To keep references between the directory list of files/subdirectorys, must use lifetimes: Let's Get Rusty lifetimes Rust Docs on Lifetimes More links on reddit

ronaque commented 3 months ago

Updated add inode function with simple resize of current inode. Need to resize all file tree