Skip to content

A simple dd frontend to easily clone, burn, mount and manage image files

License

Notifications You must be signed in to change notification settings

DaveMDS/dd_burner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dd_burner

A simple dd frontend to easily clone, burn, mount and manage image files

Installation

Just copy (or link) the five python files somewhere in your path.

dd-mount

usage: dd-mount.py [-h] imagefile mountpoint

Mount an image file to folder

positional arguments:
  imagefile   Image file to mount, can contain multiple partitions
  mountpoint  An empty folder to mount all the image partitions to

dd-clone

usage: dd-clone.py [-h] srcdev dstimg

Save a device into an image file

positional arguments:
  srcdev      The device to read from
  dstimg      The name of the image file to be created

dd-burn

usage: dd-burn.py [-h] srcimg dstdev

Write image file to device

positional arguments:
  srcimg      The image file to read data from
  dstdev      The destination block device to write data into

dd-show

TODO

About

A simple dd frontend to easily clone, burn, mount and manage image files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages