13 releases (stable)
Uses new Rust 2024
| 1.5.0 | Aug 24, 2025 |
|---|---|
| 1.4.0 | Nov 3, 2023 |
| 1.3.0 | Jul 2, 2022 |
| 1.2.0 | Aug 28, 2021 |
| 0.8.0 | Oct 22, 2019 |
#410 in Command line utilities
511 downloads per month
14KB
304 lines
writedisk
Small utility for writing a disk image to a USB drive.
Usage: writedisk <input>
This will scan for connected USB disks and prompt for you to select
one. Then the input file will be copied to the drive. The copying
operation is done with a small wd_copier binary that is
automatically invoked with sudo.
Linux only for now.
Installation
Cargo
cargo install writedisk
Nix/NixOS
Per user:
nix-env --install writedisk
System-wide:
environment.systemPackages = with pkgs; [ writedisk ];
License
Apache 2.0
Dependencies
~5–18MB
~223K SLoC