Use pure C to have a simple file system of your own on the linux system
sudo apt install libfuse-dev
mkdir build && cd build
cmake ..
make install
background operation
localfuse $MOUNT_POINT
foreground operation
localfuse -f $MOUNT_POINT
- Multi-level file or folder creation folder
- Rename folder or file
- Delete folder or file
- Input and output of file content
- Obtain record of file creation time
- Log record