maksim-s/JKS-FS
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
JKS-FS Light Weight Deniable File System. Has been tested on debathena machines. Make sure that chmod u+x is run for fs.py and setup.sh To install all the dependencies, run on a debathena machine sudo ./setup.sh FS creation: ./fs.py create <image folder (relative path from the current directory)> <name of the file system> Unmounting: sudo umount/fusermount <name of the file system> Mounting: ./fs.py mount <image folder (relative path from the current directory)> <name of the file system>