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.
- Host: GitHub
- URL: https://github.com/dns2utf8/windd
- Owner: dns2utf8
- Created: 2017-02-06T15:41:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T09:37:27.000Z (almost 4 years ago)
- Last Synced: 2025-03-09T23:54:18.268Z (over 1 year ago)
- Topics: dd, rust, rust-lang, rustlang, windows, windows-10
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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