| Crates.io | writedisk |
| lib.rs | writedisk |
| version | 1.5.0 |
| created_at | 2019-09-25 22:52:00.699591+00 |
| updated_at | 2025-08-24 19:37:32.107946+00 |
| description | Utility for writing a disk image to a USB drive |
| homepage | |
| repository | https://github.com/nicholasbishop/writedisk |
| max_upload_size | |
| id | 167656 |
| size | 39,987 |
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.
cargo install writedisk
Per user:
nix-env --install writedisk
System-wide:
environment.systemPackages = with pkgs; [ writedisk ];
Apache 2.0