This is an example of using FUSE to build a simple in-memory filesystem that supports creating new files and directories.
Type the Following commands in terminal:
$ ./Compile.sh
$ ./Mount.sh
A directory called Proj will be created and it will contain your mounted Subdirectory SubProj.
Now move to SubProj to create new files and write into them.
Move back to your initial directory and type following commands to unmount SubProj and delete it:
$ ./Unmount.sh
$ ./DeleteMountPoint.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Rohini13/File-System-in-User-Space
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple in-memory File System.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published