Skip to content

JChamberlain28/SE370A2-Python-FUSE

Repository files navigation

SE370A2-Python-FUSE

This assignment uses FUSE for python to create a file system in the userspace of linux. A custom file system was implemented that allowed 2 folders to be mounted. Any modifications to files in these folders are persisted.
If a new file is created, it is lost upon closure of the custom file system as it is in memory only.

The custom file system is contained in a2fuse2.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages