nicholasbishop / writedisk

Small utility for writing a disk image to a USB drive

Home Page:https://crates.io/crates/writedisk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Small utility for writing a disk image to a USB drive

https://crates.io/crates/writedisk

License:Apache License 2.0


Languages

Language:Rust 99.9%Language:Shell 0.1%