#tui #linux #tool #hard-drive #image-compression

app imge

Write disk images to physical drive or vice versa

6 releases (breaking)

new 0.5.0 Nov 11, 2024
0.4.0 Nov 1, 2024
0.3.0 Jul 16, 2024
0.2.1 Jun 9, 2024
0.1.0 May 18, 2024

#157 in Filesystem

Download history 6/week @ 2024-07-26 7/week @ 2024-09-13 4/week @ 2024-09-20 3/week @ 2024-09-27 1/week @ 2024-10-04 141/week @ 2024-11-01 118/week @ 2024-11-08

259 downloads per month

MPL-2.0 license

145KB
782 lines

imge

Write disk images to physical drive or vice versa with on-the-fly compression/decompression.

Install

# Install from source
$ cargo install imge

# Install from binary
$ cargo binstall imge

# If ~/.cargo/bin is not in your PATH
$ export PATH=$PATH:~/.cargo/bin

Synopsis

imge <image> [-a] [-d <drive>] [-f] [-v]

Positional Arguments:
  image             path to image

Options:
  -a, --all-drives  show all drives
  -d, --drive       use this drive, do not ask
  -f, --from-drive  copy drive to image (instead of image to drive)
  -v, --verify      verify if data was copied correctly
  --help            display usage information

Description

Imge is a TUI tool for writing disk images to removable (by default) or non-removable (by -a option) drives. It also has an option to copy the drive to the disk image. When copying from image to disk and the image is compressed, the image is decompressed on the fly. When copying from disk to image and the image ends in .gz, .bz2 or .xz, the image is compressed on the fly. It's intended to be an easier to use and less error-prone than dd, since choosing the wrong disk may have a big impact on the data on your hard drive.

main keybindings warning copying verifying victory

TODO

  • Verify checksum before making copy.
  • Support copying /dev/zero and /dev/urandom to the drive.

Dependencies

~13–23MB
~409K SLoC