LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-17-2004, 05:27 PM   #1
huno
Member
 
Registered: May 2002
Distribution: Slackware 9.1
Posts: 161

Rep: Reputation: 30
how to create iso img


hi people ..
i want program running on linux to create iso img ..
 
Old 04-17-2004, 05:39 PM   #2
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
That would be mkisofs .
 
Old 04-17-2004, 07:03 PM   #3
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Or dd.

What are you trying to make ISO images from? If it's from files on your harddrive that you want to burn to a disc, then use mkisofs. If you have a CD in the drive that you want to take an image of, then use dd.
 
Old 04-17-2004, 07:54 PM   #4
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
heres a little script, save it as makeiso, and put it in /usr/bin
---------------------
# build an ISO from a directory

if [ $# -ne 1 ] ; then
echo "usage: $0 rootdir"
exit 1
fi

if [ ${UID} -ne 0 ] ; then
echo "Dude! You're just not cool enough!"
exit 10
fi

ROOTDIR=$1
TITLE=${ROOTDIR}
OUTFILE=${ROOTDIR}.iso

mkisofs \
-rational-rock \
-joliet \
-full-iso9660-filenames \
-allow-leading-dots \
-disable-deep-relocation \
-volid ${TITLE} \
-output ${OUTFILE} \
${ROOTDIR}

#EOF
---------------------------
 
Old 04-17-2004, 10:27 PM   #5
heema
Senior Member
 
Registered: Sep 2003
Location: Egypt
Distribution: Arch
Posts: 1,528

Rep: Reputation: 47
u could use a program called kiso
"KIso is a GUI for KDE 3 which has the purpose to make creating, extracting and editing of ISO-Images as easy as possible. "

http://kiso.sourceforge.net/
 
Old 04-18-2004, 01:08 AM   #6
ywchen2000
LQ Newbie
 
Registered: Apr 2004
Location: china
Distribution: fedora 4
Posts: 18

Rep: Reputation: 0
if your CD-ROM dervie is /dev/hdd ,you could input dd if=/dev/hdd of=mycd.iso
 
Old 03-20-2006, 06:43 AM   #7
paddy
Member
 
Registered: Jan 2006
Location: Suedpfalz
Distribution: kubuntu
Posts: 114

Rep: Reputation: 15
is there a k3b plugin to do that? just wondering...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to convert .img to .iso files Rory in Toronto Linux - Software 9 11-03-2013 08:54 AM
IMG and ISO files morneo Linux - Newbie 4 03-26-2005 03:38 AM
How to create ISO images from CD? Lockheed Linux - General 7 03-23-2005 11:46 PM
.img -> .iso converter RDove Linux - Software 3 07-21-2004 05:31 PM
how to create floppy.img rickenbacherus Linux - General 2 05-12-2003 07:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration