11 releases (7 stable)
1.3.0 | Jul 2, 2022 |
---|---|
1.2.0 | Aug 28, 2021 |
1.1.0 | Aug 19, 2020 |
1.0.3 | Jul 10, 2020 |
0.8.0 | Oct 22, 2019 |
#932 in Command line utilities
64 downloads per month
12KB
268 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
~3.5MB
~64K SLoC