-
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
Alexander Fuks
committed
Oct 21, 2015
1 parent
9c9d18b
commit c8cee31
Showing
4 changed files
with
12 additions
and
6 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,11 @@ | ||
# EFS (Eat Free Space) | ||
|
||
EFS is utility that provide ability to fill up all available free space on the drive. | ||
EFS is 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? | ||
EFS creates the empty file with defined file length. So, this file will be just a file declaration for 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 4.0 is required to build the project. | ||
.NET 4.5 is required to build the project. |
Binary file not shown.
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
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