Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 517 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 517 Bytes

ffs-util

FFS (Fill Free Space) is an utility to fill up all available free space on the drive. This utility is created to be used for testing purposes (e.g. resilience testing).

How it works?

FFS creates empty file with defined file length. So, this file will be just a file declaration for the file system. Such file can be created very quickly and there is no need to write some data to the file, so hard disk health is not suffering.

Requirements:

.NET Framework 2.0 is required to build the project.