Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfux authored Jun 23, 2016
1 parent d49f3c9 commit 0b81167
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0b81167

Please sign in to comment.