pifs
πfs - the data-free filesystem!
File Explorer
- Makefile.am
- piqpr8.c
- πfs.c
- .gitignore
- AUTHORS
- autogen.sh
- ChangeLog
- configure.ac
- COPYING
- INSTALL
- Makefile.am
- NEWS
- README
- README.md
# Installation Guide
c / autotools / fuseSetup Steps
./autogen.sh
Generate build scripts and configuration files.
./configure
Check system environment and generate Makefiles.
make
Compile the source code.
make install
Install the built files to the system.
πfs -o mdd=<metadata directory> <mountpoint>
Mount the πfs file system specifying the metadata directory.
Key Commands
./autogen.sh
Run autotools to generate the configure script.
./configure
Configure the build environment.
make
Build the project.
sudo make install
Install the compiled binaries to the system.
πfs -o mdd=/tmp/pi_meta /mnt/pifs
Run and mount the πfs filesystem.
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
apt-get
View Details ▼
apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
sudo apt-get update
Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
sudo apt-get install {{package}}
Install a package, or update it to the latest available version:
sudo apt-get remove {{package}}
Remove a package:
