PoeticDeath / SpaceFS

FS without block size minimum size file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use SpaceFS:
You can replace the first input with your file or drive that you want to use, and where you want to mount second.
Note: (NoWindow) was added during release V1.1.1 don't specifiy it on earlier releases or you will format your drive.
Use (NoWindow) as 1 or 0, 1 will hide the running FS window while 0 will leave the FS window in the foreground.
Only Specifiy (BlockSize) when formatting the file or drive, or else you will lose all of your data.
The blocksize will be rounded to the next highest power of 2 at or after 512 automatically.
The Fuse version has better space savings and compatiblilty between Linux and Windows, while the WinFsp version has more funcational features such as Full Permissions and Reparse Support.
Windows:
FuseSpaceFS.exe "C:\Space FS.bin" "C:\Space FS" (NoWindow) (BlockSize)
WinFspSpaceFS.exe "C:\Space FS.bin" S: (-s BlockSize) (-h For additional help)
Linux:
./SpaceFS /Space\ FS.bin /mnt/Space\ FS (NoWindow) (BlockSize)
As of Version 2.0.2:
Storage Efficiency:
SpaceEff
SpaceFS:
SpaceFS
NTFS:
NTFS

About

FS without block size minimum size file.

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Batchfile 0.1%