Main > Free Download Search >

Free cd image iso software for linux

cd image iso

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3608
create Image 1.0

create Image 1.0


create Image is an amarok script that can create an image of the current playlist and save the files to an iso image. more>>
create Image is an amarok script that can create an image of the current playlist and save the files to an iso image.

The iso image is found in the respective home folders.

<<less
Download (0.010MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1023 downloads
Resize Image 1

Resize Image 1


Resize Image is a service menu which adds the ability to resize an image to a new size. more>>
Resize Image is a service menu which adds the ability to resize an image to a new size.

Requires ImageMagick, KDialog and bash.
<<less
Download (MB)
Added: 2006-10-24 License: LGPL (GNU Lesser General Public License) Price:
1102 downloads
CD-Mason 0.1

CD-Mason 0.1


CD-Mason is a GTK+ gui for cdrecord and mkisofs aimed at being easy to use for inexeperienced users. more>>
A GTK+ gui for cdrecord and mkisofs aimed at being easy to use for inexeperienced users.

CD-Mason is yet another GUI frontend for cdrecord and mkisofs. It tries to make CD burning on Linux and other POSIX platforms as easy as possible.

It has been designed with novice desktop users in mind (think Aunt Tillie) that dont want to know about burning modes, sector sizes, ISO-9660 images or even the difference between an MP3 and a WAV music file.

All these subtleties should be handled transparently using a simple dragndrop interface.

<<less
Download (0.10MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1547 downloads
CD Crisol 0.2

CD Crisol 0.2


CD Crisol is a that that generates Software Libre Windows CDs. more>>
CD Crisol is a that that generates Software Libre Windows CDs. It downloads the applications, generates HTML, and builds an auto-runnable ISO image.
CD Crisol allows you to add your own applications and documentation to the CD and use your own templates for generating the HTML.
Enhancements:
- More functions for selecting and unselecting all applications or all by category and all categories were added.
- Some errors in downloading applications and icons were along with encoding problems in application dictionary generation.
- The default HTML template was updated.
- The applications manual structure was updated.
- There are now online manuals and offline manuals (included in the ISO image).
<<less
Download (0.17MB)
Added: 2006-08-10 License: GPL (GNU General Public License) Price:
1170 downloads
ImageBackup 1.8

ImageBackup 1.8


ImageBackup creates incremental backup CDs of digital pictures. more>>
This is a small Perl script to create backup CDs out of images. I like to organize my digital pictures into a directory structure based on image content and subject. I dont store them by date. This makes it nice to find pictures, but difficult to back them up without using traditional incremental backup software and/or backing up some images more than once.

Although this program is made to work well with AutoScrapbook, it can work with any directory of images. You run the program and specify a base directory. The directory is processed recursively and any images are mirrored into a staging area.

Once enough images are in the staging area, the program will (optionall) run AutoScrapbook to create a set of web pages specifically for that disc of images. It will then create an ISO image that you can burn to CD when convenient. This script is made to work on Linux, but could work on other systems with a bit of modification.

Once a disc has been created, the list of images that were on that disc is stored in a hidden data file in the base directory specified. You can then run ImageBackup on that directory again. Any images not included in any previous backups will be mirrored to the (now empty) staging directory.

If the directory fills, another ISO will be generated. If not, the staging directory will remain partially-filled. You can then run ImageBackup regularly (i.e. from cron even) and new images will be added to the staging directory as they are found. Whenever the disc is full enough, an ISO is generated, and the whole process starts over.
Installation/Use

To use the program, simply download the program below and place it somewhere on your system. If your Perl interpreter is not in /usr/bin/perl, you will have to edit the first line of the file.

Edit the program and change any of the variables near the top that need to be changed.

Then, simply run the program with a directory name as a parameter. You should always enter the same base directory name for good results. If, for example, you run ImageBackup on ~/pictures and created a backup CD, you should always run it on the same directory from then on.

Automatic Runs

You can have this script run automatically -- say once per week. Just run this script from cron (on Red Hat Linux, for example, just place this in /etc/cron.weekly):

#!/bin/bash

email="kirk@kaybee.org"
image_backup="/home/kirk/projects/misc/image_backup.pl"
DIRS="/export/share/pictures"
TEMPDIR="/home/kirk/tmp"

mkdir -p "$TEMPDIR"

for dir in $DIRS ; do
echo "Processing directory $dir"
echo
iso=`$image_backup $dir 2> "$TEMPDIR/image_backup.errors" | grep ^ISO Image Ready:`
if [ $? == 0 ] ; then
echo "$iso"
mail -s "$iso" $email < /dev/null
exit 0
elif [ $? == -1 ] ; then
echo "Not enough images yet..."
exit -1
else
echo "ERROR running image backup!" >&2
mail -s Image backup errors! $email < "$TEMPDIR/image_backup.errors"
exit 1
fi
done

Now you will receive an email whenever a new ISO image is available or if there are any errors.

Note that if you configure ImageBackup to use AutoScrapbook to create an index on the backup CDs, you must have already run AutoScrapbook on the source directories if you are running ImageBackup non-interactively.

If you havent, then picture descriptions will be requested during the cron job, which wont work too well.
<<less
Download (0.005MB)
Added: 2005-05-04 License: MIT/X Consortium License Price:
1634 downloads
ccd2iso 0.3

ccd2iso 0.3


ccd2iso is a CloneCD image to ISO image file converter. more>>
ccd2iso is a CloneCD image to ISO image file converter.
As I now move to Linux entirely, I still need some migration, specially for my existing CloneCD images, I want to use them in Linux, and I cant find any converter to convert them to ISO to be mountable by Linux, so I try to make one...
Well... this is my first Linux Project, so dont be expecting much from me... Im trying to make NRG2ISO (Nero image to ISO) converter, but still I have some difficulty to get the .nrg file format, hopefully someone out there can help me out...
Hopefully this will be so much usefull for someone out there as much as I do...
Please feel free to give any feedback.
Installation:
Just follow normal procedure:
./configure
make
make install
Usage:
Easy... normally you would have 3 file from CloneCD image, they are .ccd, .img, and .sub, just type:
ccd2iso < .img filename > < .iso filename >
for example:
ccd2iso myimage.img myimage.iso
Technical Stuff:
After some strange hacking through CloneCDs image file, I found that CloneCD is only dumping CDs raw data, thus together with 12 byte synchronization, 4 byte header, ECC, and EDC...
For now, only single session image supported, if multiple session image found, then the program will dump the first session only with an "Unrecognized sector mode" error... but the resulting file, will be mounted quite fine.
ToDo:
- Better support for multisession image. (Hopefully this task is possible)
- Add ISO Image compatible validation.
- Create GUI Front-end.
Enhancements:
- A couple sanity checks from Kerry
- Update the source to work with Automake 1.9
<<less
Download (0.15MB)
Added: 2006-12-16 License: GPL (GNU General Public License) Price:
630 downloads
Image Download 1.0.2

Image Download 1.0.2


Image Download allows you to download All the Picuture In the Page. more>>
Image Download allows you to download All the Picuture In the Page.

Filter by width ,height, type.

Auto Create Sub Folder ,auto rename

Auto log Download Infomation.

<<less
Download (0.009MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
1000 downloads
Mount ISO image 0.9.1

Mount ISO image 0.9.1


Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG, UDF (DVD), CUE/BIN images. more>>
Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG (Nero Burning ROM), UDF (DVD), CUE/BIN, CCD/IMG/SUB (CloneCD), XDVDFS (XBOX) images.
Mount/unmount operations can be performed in two different ways: using kdesu or sudo. During the installation youll be offered to choose a variant to use.
Note: If you prefer to use sudo, you should first choose to "Setup sudo config" in installation menu.
Usage:
ISO9660 (CD) and UDF (DVD) images
Mount:
Right-click an ".ISO" file and choose "Actions -> Manage ISO -> Mount Image". Image file will be mounted to folder on Desktop, the corresponding folder will be opened and raised.
Unmount:
Right-click an ".ISO" file and choose "Actions -> Manage ISO -> Unmount Image". The corresponding folder will be removed from the desktop automagically.
Calculate MD5 sum:
Right-click an ".ISO" file, choose "Actions -> Manage ISO -> Calculate MD5 sum" and wait for completion - it may take several minutes for a standard 650 Mb image on a slow machine.
Create ISO/UDF image from directory:
Right-click a folder that you wish an ISO or UDF image to be created from and choose "Actions -> Manage ISO -> Create ISO (or UDF) image". Image will be created either in parent directory of this folder (if user is allowed to write there) or on the Desktop.
Warning: Check if you have enough free space on target partition before creating an ISO!
Create ISO/UDF image from CD/DVD drive:
Right-click any suitable directory (resulting file will be stored there), select "Actions -> Manage ISO -> Create ISO-image from CD-ROM" and select the name of ISO image in the filename selection dialog. If it suggests you put the resulting image on the Desktop instead of the selected directory, it means that current user has no permission to write in this directory.
Note: This feature requires a working CD/DVD drive
Warning: Check if you have enough free space on target partition before creating an ISO!
NRG (Nero Burning ROM) images
Mount:
Right-click an ".NRG" file and choose "Actions -> Manage NRG -> Mount Image". Image file will be mounted to folder on Desktop, the corresponding folder will be opened and raised.
Unmount:
Right-click an ".NRG" file and choose "Actions -> Manage NRG -> Unmount Image". The corresponding folder will be removed from the desktop automagically. You can also right-click this very folder on your to unmount.
Calculate MD5 sum:
Right-click an ".NRG" file, choose "Actions -> Manage NRG -> Calculate MD5 sum" and wait for completion - it may take several minutes for a standard 650 Mb image on a slow machine.
Convert NRG image to ISO
Right-click an ".NRG" file and choose "Actions -> Manage NRG -> Convert to ISO" to convert the image to a standard ISO.
Warning: Check if you have enough free space before converting!
CUE/BIN images
Mount:
Right-click a ".CUE" file and choose "Actions -> Manage CUE/BIN -> Mount Image". Image file will be mounted to folder on Desktop, the corresponding folder will be opened and raised.
Note: This feature requires the use of cdemu utility, available here: http://cdemu.sourceforge.net
If it is not installed on your system, you will need to compile it from source or find a suitable package.
Unmount:
Right-click a ".CUE" file and choose "Actions -> Manage CUE/BIN -> Unmount Image". The corresponding folder will be removed from the desktop automagically. You can also right-click this very folder on your to unmount.
Convert CUE/BIN image to ISO:
Right-click a ".CUE" file and choose "Actions -> Manage CUE/BIN -> Convert to ISO" to convert the image to a standard ISO.
Note: This feature requires bchunk utility, available here: http://he.fi/bchunk
If it is not installed on your system, you will need to compile it from source or find a suitable package.
Warning: Check if you have enough free space before converting!
CCD/IMG/SUB (CloneCD) images
Convert CloneCD image to ISO:
Right-click a ".CCD" file and choose "Actions -> Manage CloneCD -> Convert to ISO" to convert the image to a standard ISO.
Note: This feature requires ccd2iso utility, available here: http://sourceforge.net/projects/ccd2iso
If it is not installed on your system, you will need to compile it from source or find a suitable package.
Warning: Check if you have enough free space before converting!
XDVDFS (XBOX) images
Create XDVDFS image from directory:
Right-click a folder that you wish an XDVDFS image to be created from and choose "Actions -> Manage ISO -> Create XDVDFS image". Image will be created either in parent directory of this folder (if user is allowed to write there) or on the Desktop.
Note: This feature requires extract-xiso utility, available here
Warning: Check if you have enough free space on target partition before creating an ISO!
Installation:
tar -jxf mount-iso-image-0.9.tar.bz2
cd mount-iso-image-0.9
./install.sh
Please follow installer instructions
Translations:
- Czech (by Jozef Riha)
- Danish (by Kalna and BK)
- French (by MrYouP)
- German (by Xenonite and seraphyn)
- Hungarian (by Marcel Hilzinger and Vince Pinter)
- Italian (by marcosegato)
- Polish (by Lukasz Purgal)
- Portuguese/brazilean (by Groo and Dherik)
- Romanian (by Spoiala Cristian)
- Russian (by Jinjiru)
- Slovak (by Jozef Riha)
- Spanish (by mrthc)
<<less
Download (0.011MB)
Added: 2005-10-26 License: GPL (GNU General Public License) Price:
832 downloads
Partition Image 0.6.6

Partition Image 0.6.6


Partition Image is a Linux/UNIX utility which saves partitions in many formats. more>>
Partition Image application is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file.
The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example); partitions can be saved across the network since version 0.6.0.
Partition Image will only copy data from the used portions of the partition. For speed and efficiency, free blocks are not written to the image file.
This is unlike the dd command, which also copies empty blocks. Partition Image also works for large, very full partitions. For example, a full 1 GB partition can be compressed with gzip down to 400MB.
This is very useful to save partitions to an image in some cases:
- First you can restore your linux partition if there is a problem (virus, file system errors, manipulation error) . When you have a problem, you just have to restore the partition, and after 10 minutes, you have the original partition. You can write the image to a CD-R if you dont want the image to use hard-disk space.
- This utility can be used to install many identical PCs. For example, if you buy 50 PCs, with the same hardware, and you want to install the same linux systems on all 50 PCs, you will save a lot of time. Indeed, you just have to install on the first PC and create an image from it. For the 49 others, you can use the image file and Partition Images restore function.
<<less
Download (0.52MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
815 downloads
Filesys::MakeISO 0.1.0

Filesys::MakeISO 0.1.0


Filesys::MakeISO is a Perl module to make iso images (portable). more>>
Filesys::MakeISO is a Perl module to make iso images (portable).

SYNOPSIS

use Filesys::MakeISO;

my $iso = Filesys::MakeISO->new;
$iso->image(image.iso);
$iso->dir(/path/to/burn);

$iso->make_iso;

INTERFACE

drivers

Returns a list of available driver classes. This method is provied by Module::Pluggable.

new [PARAMS]

Create a new Filesys::MakeISO object if a suitable driver class is found. If not undef is returned.

Valid PARAMS are:

class

Use (only) this driver class.

Additional parameters are passed to the driver classes, for example to specify the binary location. Look in the Filesys::MakeISO::Driver namespace for driver classes.

joliet [BOOLEAN]

Get/set Joliet extension (Win32).

rock_ridge [BOOLEAN]

Get/set Rock Ridge extension (Unix).

image [NAME]

Get/set name (and path) of image file.

dir [DIRECTORY]

Get/set directory with files to make an iso of.

make_iso

Create the iso image and save it to image. Return true on success and false on failure.

<<less
Download (0.010MB)
Added: 2007-01-25 License: Perl Artistic License Price:
1004 downloads
GNU VCDImager/VCDRip 0.7.23

GNU VCDImager/VCDRip 0.7.23


GNU VCDImager/VCDRip is a VCD (VideoCD) BIN/CUE CD image creation and ripping tool. more>>
GNU VCDImager is a program for making Video CD (and Super Video CD, a.k.a. SVCD) images out of MPEG movie files.
The images it creates are ready to use with programs which understand BIN/CUE images, such as cdrdao. GNU VCDRip allows for reversing the process, ripping mpeg tracks from (Super) Video CDs.
Main features:
- Free software available under the GNU Public License
- Support for Video CD 1.1 and 2.0 disc formats
- Support for the Super Video CD 1.0 disc format
- Full PBC (playback control) support (play lists, selection lists and end lists)
- Support for segment play items
- Automatic padding of MPEG streams on the fly
- Support for 99-minute (out-of-specification) CD-R media
- Extraction of Video CDs into files (incl. the PBC information)
- Runs on all major UNIX flavors and on Win32
- Use of XML for the description of Video CDs
<<less
Download (0.96MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
1577 downloads
archive2iso 1.0

archive2iso 1.0


archive2iso application takes a directory tree and randomizes the files in the tree to stripe the files across several ISO files more>>
archive2iso application takes a directory tree and randomizes the files in the tree to stripe the files across several ISO files that can be archived or burned off to a CD.

The intended use is to stripe files across multiple CD/DVD randomly so if one disc is damaged all the images that were in the same directory will not be lost since files are spread across multiple disks. The actual files themselves are not split, all files remain in their original state.

An example of an intended use is where you have a series of valuable vacation photos that could span 6 CD for all your photos in your collection. archive2iso would spread them out across the 6 CDs so if 1 of the 6 cds is lost, you only loose 1/6th of your images. Which is better than loosing all of them!

SYNTAX: ./archive2iso

EXAMPLE:

Enter Directory: /absolute/path - Files to archive = 910 - Estimated total Size = 632 MBEnter Max megabyte Size for the ISO/CD/DVD (1-4700): 100 - Estimated Num Disks = 7 /usr/tmp/disk_1.iso - 139 files at 99.6 MB /usr/tmp/disk_2.iso - 128 files at 99.8 MB /usr/tmp/disk_3.iso - 144 files at 99.9 MB /usr/tmp/disk_4.iso - 164 files at 99.7 MB /usr/tmp/disk_5.iso - 136 files at 99.9 MB /usr/tmp/disk_6.iso - 159 files at 99.9 MB /usr/tmp/disk_7.iso - 40 files at 32.8 MB Is the above disk configuration okay?Answer y or n: yNOTE: If the Disks do not look balanced then answer "n" and it will re-randomize. - Building ISO images

<<less
Download (0.006MB)
Added: 2007-07-11 License: LGPL (GNU Lesser General Public License) Price:
837 downloads
GCDMaster 1.2.2

GCDMaster 1.2.2


Gcdmaster is a front-end to cdrdao, a CD mastering software. more>>
Gcdmaster is a front-end to cdrdao the CD mastering software.
Gcdmaster is the GNOME2 GUI front-end to cdrdao that makes it easy to visualize and manipulate audio information before burning it onto CD.
Its features include: cut/copy/paste of sound samples, track marks edition and silence insertion. Writes audio CD-Rs in disc-at-once (DAO) mode allowing control over pre-gaps (length down to 0, nonzero audio data) and sub-channel information like ISRC codes and CDTEXT. GCDMaster also supports on-the-fly CD copying.
Main features:
- Easy to use graphical interface
- Multiple project support
- Playing of Audio CD images
- Easy dump of CDs to disk
- CD to CD copy
- Composition of new Audio CDs from wav files
- Graphical insertion of Track Marks (to divide live recordings)
- Easy CD-TEXT modification
<<less
Download (1.9MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1129 downloads
Image::ExifTool::MPEG 6.42

Image::ExifTool::MPEG 6.42


Image::ExifTool::MPEG is a Perl module to read MPEG-1 and MPEG-2 meta information. more>>
Image::ExifTool::MPEG is a Perl module to read MPEG-1 and MPEG-2 meta information.

SYNOPSIS

This module is used by Image::ExifTool

This module contains definitions required by Image::ExifTool to read MPEG-1 and MPEG-2 audio/video files.

NOTES

Since ISO charges money for the official MPEG specification, this module is based on unofficial sources which may be incomplete, inaccurate or outdated.

<<less
Download (1.0MB)
Added: 2006-11-16 License: Perl Artistic License Price:
1073 downloads
Fedora Core 5 Live-Spin

Fedora Core 5 Live-Spin


Fedora Core Live-Spin is a Live CD based on Fedora Core. more>>
Fedora Core Live-Spin is a Live CD based on Fedora Core.

The Fedora Unity Project is proud to announce the release of CD and DVD ISO Live-Spins. These Live-Spins are live, bootable, ready-to-use ISO images of Fedora Core with no need for installation.

Official Fedora Live images are something we all have been looking forward to seeing in the Fedora Community. Kadischi will be the tool to create such live images. Fedora Unity has recently joined forces with Kadischi to help provide testing and to release live images which we are calling "Live-Spins."

The Fedora Unity Project is proud to announce the release of a new Live-Spin CD and DVD ISO image of Fedora Core 5. These Live-Spin ISOs are based on Fedora Core 5 and all updates released as of August 21st, 2006. They are available for the i386 architecture via BitTorrent starting Monday, August 28th, 2006 via BitTorrent.

The Fedora Core 5 CD image features a 2.6.17-1.2174_FC5 kernel and GNOME 2.14.3, along with applications such as xchat, gftp, OpenOffice.org 2.0.2, and other utilities. The DVD image includes roughly "everything but the kitchen sink."

Also available at this time are "pristine" FC6T2 Live ISO images from the initial FC6T2 release.
<<less
Download (MB)
Added: 2006-08-29 License: GPL (GNU General Public License) Price:
1162 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5