Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Making an ISO image
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Shaurz
n00b
n00b


Joined: 06 Jun 2003
Posts: 16

PostPosted: Fri Oct 03, 2003 9:53 pm    Post subject: Making an ISO image Reply with quote

Are there any good tools for making an ISO image? (not ripping, but from files on my hard drive) Had a look, couldn't find anything...
Back to top
View user's profile Send private message
superjaded
l33t
l33t


Joined: 05 Jul 2002
Posts: 802

PostPosted: Fri Oct 03, 2003 10:18 pm    Post subject: Reply with quote

What kind are you looking for?

If you're okay with CLI, mkisofs would work fine.
Code:
mkisofs -o image.iso dir1 dir2 etc..

Check the man page for more options.

As the syntax should imply, mkisofs does not support adding files directly as part of the ISO; they must be added as directories. Also be warned that the deafult options mkisofs uses is pretty strict about adhearing to the ISO9660 standard, which means MS DOS 8.3 style filenames (e.g; bleh~1.ble).

xcdroast can also premaster images for use in ISOs. Its defaults are also a little more sane for modern systems.

I'm sure there are others that support making cd images, but those are the only two I've had any amount of experience with.
Back to top
View user's profile Send private message
Shaurz
n00b
n00b


Joined: 06 Jun 2003
Posts: 16

PostPosted: Fri Oct 03, 2003 10:36 pm    Post subject: Reply with quote

Umm, that's about what I'm looking for. I pretend emerged mkisofs to see if it was available, then synced, but then it had disappeared! Seems to have moved to cdrtools.
Back to top
View user's profile Send private message
Shaurz
n00b
n00b


Joined: 06 Jun 2003
Posts: 16

PostPosted: Fri Oct 03, 2003 10:53 pm    Post subject: Reply with quote

I'm having a problem mounting the image:

Code:
proxima shaurz # mount -t iso9660 -o loop ~/cdimg.iso /cdrom
mount: could not find any device /dev/loop#
Back to top
View user's profile Send private message
superjaded
l33t
l33t


Joined: 05 Jul 2002
Posts: 802

PostPosted: Fri Oct 03, 2003 11:08 pm    Post subject: Reply with quote

Type
Code:
$ grep CONFIG_BLK_DEV_LOOP /usr/src/linux/.config


Is that set to y or m? If not, you'll need to compile in the loopback support in your kernel.
It should be found in Block Devices->Loopback Device Support
Back to top
View user's profile Send private message
Shaurz
n00b
n00b


Joined: 06 Jun 2003
Posts: 16

PostPosted: Fri Oct 03, 2003 11:26 pm    Post subject: Reply with quote

It would seem I haven't compiled in loopback support. I have a habit of selecting/installing the bare minimum, and then adding things as I need them ^_^

Thanks
Back to top
View user's profile Send private message
kalisphoenix
Apprentice
Apprentice


Joined: 28 Sep 2003
Posts: 211
Location: Ohio

PostPosted: Sat Oct 04, 2003 11:06 am    Post subject: Reply with quote

xcdroast works spiffily for me.

It's not exactly intuitive, but I use CLI only when I know exactly what I'm doing, which is rare :-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum