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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-07-2005, 11:39 AM
|
#1
|
Member
Registered: Aug 2003
Location: Fresno, California
Distribution: Slackware 10.1
Posts: 35
Rep:
|
Create .iso image w/k3b
I guess the title says it all. I want to create an iso image of a disc with k3b. I tried using the cd copy dialogue with the 'create image only' option, and I was left with some k3b image and a toc file. Is there some way to change the default image type to iso? I think I have done this before but can't seem to find the option.
|
|
|
02-07-2005, 12:08 PM
|
#2
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
I know this doesn't necessarily answer your question, but you could use dd to make an iso:
dd if=/dev/hdc of=$HOME/whatever.iso
change /dev/hdc to whatever device the cd is in and whatever.iso to what you need to name it
|
|
|
02-07-2005, 12:11 PM
|
#3
|
Member
Registered: Aug 2003
Location: Fresno, California
Distribution: Slackware 10.1
Posts: 35
Original Poster
Rep:
|
Does this make a normal copy or a bit for bit clone copy?
|
|
|
02-07-2005, 12:14 PM
|
#4
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
dead on bit for bit. dd is usually a touch slower than other methods, but it will copy each and every byte (useful for instance if the original cd is bootable and you need the cd boot record copied).
|
|
|
02-07-2005, 12:33 PM
|
#5
|
Member
Registered: Aug 2003
Location: Fresno, California
Distribution: Slackware 10.1
Posts: 35
Original Poster
Rep:
|
Quote:
useful for instance if the original cd is bootable and you need the cd boot record copied
|
Thats exactly what I wanted it for. Thanks.
|
|
|
02-07-2005, 01:26 PM
|
#6
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
no problem. be sure to see the man page for dd, it has alot of options. The command above works good for cd's, but when you start cloning partitions and other things you might need a few options.
|
|
|
All times are GMT -5. The time now is 05:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|