Ubuntu System Management CD Mirroring

Source: Internet
Author: User
Keywords Mirroring usage installation name
Tags .gz .net apt directory download example file files

Convert CLONECD image to ISO

Installation

Download the latest version from Ccd2iso homepage (http://sourceforge.net/projects/ccd2iso/).

Extract Files

Tar Xvfz ccd2iso-x.x.tar.gz

Enter new directory

CD Ccd2iso

We also need aclocal-1.6, so we need to install automake1.6 first:

sudo apt install automake1.6

Configuring and compiling

./configure
Make

Installation:

sudo make install

Or the Deb file installation (Checkinstall)

sudo make Checkinstall

Usage

In general, CLONECD mirrors have 3 files--. CCD,. img and. Sub.

Common usage

Ccd2iso <.img filename> <.iso filename>

For example:

Ccd2iso myimage.img Myimage.iso

ISO converts bin/cue image to ISO

Installation

sudo apt install bchunk

Usage

As the name mentions, a bin/cue CD image contains two files. Bin is the binary raw data for a CD, cue is an ASCII file that represents the layout of the CD data.

General usage:

Bchunk <image.bin> <image.cue> <basename>

For example:

Bchunk MyImage.bin myimage.cue MyImage

This will generate a new Myimage.iso file.

Convert DMG (compressed z-lib) to ISO

Introduced

Download the latest version from here (http://vu1tur.eu.org/tools/). Transfer the Perl script example file to:/usr/local/bin/

sudo mv dmg2iso.pl/usr/local/bin/

Usage

dmg2iso.pl <filename.dmg> <filename.iso>

For example

dmg2iso.pl DISC1.DMG Disc1.iso

Mount ISO file

To create a mount point:

sudo mkdir–p/mnt/iso

Assuming the name of the ISO file is Disk1.iso, use the Mount command as follows:

sudo mount-o loop disk1.iso/mnt/iso

At this point, the ISO file is mounted to the/mnt/iso/

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.