GitXplorerGitXplorer
g

dd-gui

public
28 stars
10 forks
2 issues

Commits

List of commits on branch master.
Verified
5ee8d18b017a0b51fb40101dac13f395aa96b79b

Update README.md

ggingerbeardman committed 4 years ago
Verified
dc4066360dcba8ba2a98a3cec27ae5c84cd17862

Create FUNDING.yml

ggingerbeardman committed 5 years ago
Unverified
ef072ddf967a041ac075f6502fcb8aa3522e3751

Merge pull request #3 from gingerbeardman/revert-2-master

ggingerbeardman committed 10 years ago
Unverified
cf3c42a52fff20ab88d7485bb13cf4cef8f21083

Revert "Modified line 121 to work with OS X 10.9 Mavericks"

ggingerbeardman committed 10 years ago
Unverified
c774ad9e3e7f1d2e7d62ac3a31a87a88bee53a48

Merge pull request #2 from morganfw/master

ggingerbeardman committed 10 years ago
Unverified
f129236382c1efcfb5fabc21897aaeb63b1f0db2

Update README.md

mmorganfw committed 11 years ago

README

The README file for this repository.

dd-gui

Background

dd is a command line tool to do byte-exact copy.

Purpose

dd-gui is a simple GUI wrapper to enable you to easily launch dd without resorting to the command line. It will also show progress information throughout the copy.

Usage

Both source and destination can be either a system device from /dev or a file with the extension .img, for example: /dev/disk4, /files/dd.img

The app has only been tested on Mac OS 10.6.x

Warning

If you choose the wrong device as the destination, you can erase important data! Proceed with caution.

Changelog

2013-11-04: Added sudo to fix permissions issue on Mac OS 10.9 Mavericks (0.22)
2009-09-17: Added option to list devices (0.21)
2009-09-16: Added automatic unmounting and mounting of devices, plus more robust determination of source size (0.20)
2009-09-07: Initial release (0.10)

Future versions

I may add support for all dd features, just like Air Imager on Linux.

Links

man dd information on the dd command

License

dd-gui is made available under a Creative Commons Attribution-Share Alike 3.0 Unported License.