30th July 2009
in
cli
If you ever wondered what that mysterious ISO file you downloaded two years ago is, and don’t want to burn the image, you can view details of the volume with a simple command:
isoinfo -d -i filename.iso
You’l[...]
Tags: file, files, iso
1 Comment
14th December 2008
in
Applications, Multimedia, cli
If you want to convert CCD and IMG files into a more common ISO image file, use ccd2iso:
ccd2iso image_file.img image_file.iso
[...]
Tags: files, iso
4 Comments
13th November 2008
in
cli
If you want to make a quick backup of a certain directory, ready to be burned on a CD or DVD, you can use
mkisofs -V LABEL -r directory | gzip > cdrom.iso.gz
We guarantee 100% pass results on first attempt by using 22[...]
Tags: backup, files, iso
14 Comments
8th November 2008
in
cli
Have you ever wondered if a certain file is in the first or second ISO you just downloaded? Use isoinfo to find out:
isoinfo -l -i filename.iso |more
You can also find out more about the ISO image by using
isoinfo -d -i[...]
Tags: cli, files, iso
No Comments