An open API service indexing awesome lists of open source software.

https://github.com/dns2utf8/windd

Create zero filled files with ease. Speedup your ssd.
https://github.com/dns2utf8/windd

dd rust rust-lang rustlang windows windows-10

Last synced: 27 days ago
JSON representation

Create zero filled files with ease. Speedup your ssd.

Awesome Lists containing this project

README

          

# windd

Creates a zero filled file on disk.
Removes said file once the disk runs full.

# Usage

windd.exe /h
windd.exe [file_name]

## Why use this tool?

Because it can cleanup after it filled your disk like this:

dd if=/dev/zero of=/tmp/null bs=16M ; sync ; rm /tmp/null