You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight educational file system implemented from scratch in C. Supports basic file operations such as open, read, write, rm, and ls, with inode and block management. Designed for learning OS …