writedisk 1.1.0

Utility for writing a disk image to a USB drive
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 install writedisk