Skip to content

mvo5/godd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

godd - a dd like tool with progress bar and minimal guard-rails

A small dd like tool with progressbar. Useful when writing disk images to e.g. SD cards.

It can autodetect (or be told) the compression format of the input file.

It will also sanity check that you don't write to a mounted device (no more accidental dd of your main hdd anymore). It uses udev to detect possible targets and will write synchronously (no need to run "sync" manually after the image was written).

Usage

Simple usage:

$ sudo godd ubuntu-15.04-snappy-armhf-bbb.img.xz /dev/sdd
1.29 GB / ? [-----------=-----------------------------]

Without target it will display detected removable devices:

$ sudo godd ubuntu-15.04-snappy-armhf-bbb.img
No target selected, detected the following removable device:
  /dev/sdb

failed to parse args: please select target device

About

A small dd like tool with progress and guard-rails

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages