Skip to content

Commit 0b81167

Browse files
authored
Update README
1 parent d49f3c9 commit 0b81167

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# ffs-util
22

3+
4+
### Description
5+
36
FFS (Fill Free Space) is an utility to fill up all available free space on the drive.
47
This utility is created to be used for testing purposes (e.g. resilience testing).
58

6-
## How it works?
9+
### How it works?
710
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.
811

9-
### Requirements:
12+
### Installation requirements
13+
14+
Note: Pre-compiled version can be found [here](https://github.com/kungfux/ffs-util/releases)
15+
16+
In order to build from scratch, it is needed to build the project in usual C# way.
1017

1118
.NET Framework 2.0 is required to build the project.
19+
20+
### Contribution guidelines
21+
22+
Using standard pull requests, creating issues etc.

0 commit comments

Comments
 (0)