Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

How to create ISO CD images?

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
14 posts • Page 1 of 1
Author
Message
tycheung
n00b
n00b
Posts: 43
Joined: Sun Dec 29, 2002 3:38 am

How to create ISO CD images?

  • Quote

Post by tycheung » Sat Feb 08, 2003 10:13 pm

What is the program used to create ISO CD images? i.e. if you wanted to write files to a CD-R or create an image of an existing CD?

thanks,

T
Top
drakonite
l33t
l33t
User avatar
Posts: 768
Joined: Sat Nov 02, 2002 7:24 am
Location: Lincoln, NE
Contact:
Contact drakonite
Website

  • Quote

Post by drakonite » Sat Feb 08, 2003 10:26 pm

mkisofs is used for making iso images. CDRtools contains the apps that are basically always used. You will see a lot of programs like Arson, ERoaster, GCombust, and XCDRoast, but all of them are front ends to the CDRTools package.

I haven't used the front ends much.. I've only burned a couple cd's since I started playing with them,lol. CDBakeoven looks like a very good one, Arson seemed good for what little I used it, and I can remember XCDRoast had been okay when I used it on slackware but it doesn't seem to play nicely with gentoo's cdr setup very well (it wants to have the permissions changed for its "non-root mode"...) and it seems to lack behind anyways.

Some of the front ends do iso, some do audio, and some (most) do both. I recommend playing around with the packages in app-cdr and see what you like.
Shoot Pixels Not People

My GPG/PGP Public key
Top
David_Escott
l33t
l33t
Posts: 952
Joined: Sun Jan 12, 2003 4:37 pm
Location: Boston, MA

  • Quote

Post by David_Escott » Sat Feb 08, 2003 10:35 pm

from the command line it is

make the image
mkisofs -r -o cd_image directory/
check it works
mount -t iso9660 -o loop cd_image mntpt/
check find your cds scsi point (although you can do this with ide and newer versions of cdrecord there is a thread under documentation tips and tricks about this)
cdrecord -scanbus
test burn (dev=0,0,0 are from cdrecord --scanbus)
cdrecord -eject -dummy -vvvv speed=8 dev=0,0,0 -data cd_image
brun
cdrecord -eject -vvvv speed=8 dev=0,0,0 -data cd_image
mount the disk to see it works
mount -r -t iso9660 /dev/hdc /mnt/cdrom/
Top
Caffeine
Guru
Guru
User avatar
Posts: 401
Joined: Wed Jul 17, 2002 7:21 pm
Location: Melbourne, Australia

  • Quote

Post by Caffeine » Fri Jul 04, 2003 7:59 am

This didn't work too well for me:

Code: Select all

$ mkisofs -r -o image.iso /mnt/cdrom 
File names were truncated to 8.3. But

Code: Select all

$ dd if=/dev/cdroms/cdrom0 of=/tmp/image.iso
Seemed to work better. ( Make sure your cdrom isn't mounted first!)
Top
Guest

  • Quote

Post by Guest » Sun Jul 06, 2003 12:23 am

Caffeine wrote:This didn't work too well for me:

Code: Select all

$ mkisofs -r -o image.iso /mnt/cdrom 
File names were truncated to 8.3. But

Code: Select all

$ dd if=/dev/cdroms/cdrom0 of=/tmp/image.iso
Seemed to work better. ( Make sure your cdrom isn't mounted first!)
isnt that only useful for making an iso of a cdrom? it is already in iso format on the cd anyway. would that work for a directory? say for example my home directory.?
Top
Mystilleef
Guru
Guru
User avatar
Posts: 561
Joined: Sun Apr 27, 2003 6:12 pm
Location: Earth
Contact:
Contact Mystilleef
Website

k3b

  • Quote

Post by Mystilleef » Sun Jul 06, 2003 8:00 am

Hello Gents,

If you have KDE installed, merge an excellent graphical user interface tool called k3b. Spend the next 3 minutes setting it up as root. Click on 'tools' and then click on 'write ISO image...'. That's it.

Regards,

Mystilleef
simple, sleek and sexy text editor for gnome

"My logic is undeniable."
Top
Caffeine
Guru
Guru
User avatar
Posts: 401
Joined: Wed Jul 17, 2002 7:21 pm
Location: Melbourne, Australia

  • Quote

Post by Caffeine » Sun Jul 06, 2003 8:28 am

st. anger wrote:
Caffeine wrote:This didn't work too well for me:

Code: Select all

$ mkisofs -r -o image.iso /mnt/cdrom 
File names were truncated to 8.3. But

Code: Select all

$ dd if=/dev/cdroms/cdrom0 of=/tmp/image.iso
Seemed to work better. ( Make sure your cdrom isn't mounted first!)
isnt that only useful for making an iso of a cdrom? it is already in iso format on the cd anyway. would that work for a directory? say for example my home directory.?
You're 100% correct - it's only useful for creating an iso image from an already existing CD - which was one of the original questions.
Top
Kuk0c
n00b
n00b
User avatar
Posts: 15
Joined: Mon Jun 30, 2003 3:22 pm

  • Quote

Post by Kuk0c » Mon Jul 07, 2003 11:12 am

do 'dd if=/dev/cdrom of=cdrom.iso' make a dao image?
Top
Caffeine
Guru
Guru
User avatar
Posts: 401
Joined: Wed Jul 17, 2002 7:21 pm
Location: Melbourne, Australia

  • Quote

Post by Caffeine » Mon Jul 07, 2003 1:10 pm

Kuk0c wrote:do 'dd if=/dev/cdrom of=cdrom.iso' make a dao image?
Try it. You can test the image is good with

Code: Select all

 $ mkdir testMount; mount -t iso9660 -o loop ./cdrom.iso ./testMount
Then look in testMount directory - it should look just like your original cdrom.

[edit]I don't actually know how to create a dao image, or indeed what a "Disk at Once" image is. This technique will simply create a copy of an existing cdrom, which can be burnt in a single session.[/edit]
Top
hyperion
n00b
n00b
Posts: 31
Joined: Thu Dec 26, 2002 8:41 pm

  • Quote

Post by hyperion » Mon Jul 07, 2003 3:46 pm

I think dd's output iso's are dao-compatible. I always use dd to create disc images, and they burn just fine using dao mode in eroaster/cdrecord.
Top
Numéro un
n00b
n00b
User avatar
Posts: 6
Joined: Thu Jan 02, 2003 10:22 am

  • Quote

Post by Numéro un » Tue Jul 08, 2003 8:43 pm

If you want an iso image of a cdrom, you can do that :

cat /dev/cdrom > image.iso

(your cd must be mounted)
Top
zhenlin
Veteran
Veteran
Posts: 1361
Joined: Sat Nov 09, 2002 4:38 pm

  • Quote

Post by zhenlin » Wed Jul 09, 2003 7:40 am

unmounted or mounted, it will work. (dd or cat)

Code: Select all

cat /dev/cdroms/cdrom0 > cd.img  # The UNIX way to do it
dd if=/dev/cdroms/cdrom0 of=cd.img bs=4k # More control & efficiency
mkisofs -J -o image.iso /mnt/cdrom # compatible with Windows, MacOS, Mac OS X etc.
mkisofs -R -o image.iso /mnt/cdrom # compatible with various *NIX and UNIX
# I have no idea what the difference between -R and -r is, other than that '-r' is more 'rationalized'
Top
jeanfrancis
Veteran
Veteran
User avatar
Posts: 1482
Joined: Sat Dec 17, 2005 3:22 pm
Location: Québec, Canada

  • Quote

Post by jeanfrancis » Thu Apr 20, 2006 1:56 pm

Man, thanks for that :D
Top
unaos
n00b
n00b
User avatar
Posts: 64
Joined: Thu Apr 06, 2006 12:02 pm
Location: brovary,UA

  • Quote

Post by unaos » Sun May 14, 2006 8:24 am

when specifing path like /opt/disc1 /opt/disc2 it writes not directories themselfs, but brings files from them in to the root of the image. is the one only possible way to do it with -graft-points and manual specification hwo it must be on image (e.g. disc1=/opt/dsic1 disc2=/opt/disc2) ? pretty much typing :D
house of mystic lies
Top
Post Reply

14 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic