-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |