We will keep updating this file with the latest detailed instructions as the project grows.
To install FastDevFS, follow these steps:
-
Clone the repository:
git clone https://github.com/devlup-labs/FastDevFs.git cd FastDevFs -
Ensure you have the necessary dependencies installed, including FUSE3 and a C++ compiler.
sudo apt-get install libfuse3-dev g++
-
Build the project using CMake:
mkdir -p build cd build cmake .. make -
Run the filesystem (requires root privileges):
mkdir -p ../test_mount_dir ./FastDevFS ../test_mount_dir -f ## Run in foreground mode