From 0b81167b87c5870c8db4b26400053a588d01ff22 Mon Sep 17 00:00:00 2001 From: Alexander Fuks Date: Thu, 23 Jun 2016 17:43:41 +0300 Subject: [PATCH] Update README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8e9e0d..da1bef4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,22 @@ # ffs-util + +### Description + 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? +### 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: +### Installation requirements + +Note: Pre-compiled version can be found [here](https://github.com/kungfux/ffs-util/releases) + +In order to build from scratch, it is needed to build the project in usual C# way. .NET Framework 2.0 is required to build the project. + +### Contribution guidelines + +Using standard pull requests, creating issues etc.