8000 GitHub - Meowsod/cpiso: Copying ISO 9660 from a block device with md5 & logs.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Meowsod/cpiso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

cpiso

These bash scripts are for copying an ISO with md5 checking and log writing from a block device, only requiring linux coreutils.

Installation

$ git clone git@github.com/Meowsod/cpiso.git
$ cd cpiso
$ sudo mkdir -p /usr/local/bin/
$ chmod +x src/*
$ sudo ln -s "$(pwd)/src/"* /usr/local/bin/

Explanations

The cpiso script is a frontend using and writing logs of cpiso_base and ejecting the drive. cpiso_check is for checking the quality of an existing log file.

Copying a disc

$ cpiso /dev/sr0 output/path

or

$ export DRIVE="/dev/sr0"; export DIRECTORY="output/path"
$ cpiso

Without frontend

$ cpiso_base /dev/sr0

Checking logs

$ cpiso_check LABEL

Future

Adding sha256 checks to the logs could be easily implemented.

About

Copying ISO 9660 from a block device with md5 & logs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0