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.
|
 |
11-16-2004, 04:27 PM
|
#1
|
LQ Newbie
Registered: Nov 2004
Location: Arizona
Distribution: Mandrake 10.1
Posts: 6
Rep:
|
ripping ISO's
ok, well first i gotta say im a newb in linux, i just installed SuSE 9.2 pro coming from windows xp pro, and well, i have a Q, im trying to use vmware to install windows xp as a guest machine and it tells me that either the cd isnt bootable(which i know it is bcuz ive used it to install xp an uncountable amount of times) , but anyways i was wondering how i would go about ripping an iso in linux, i would normally use magicISO in windows but i tried it with wine and it just keeps giving me errors when i try to click an option
any info would help, and like i said im a newb and im not used to using all those commands in Konsole/terminal so if u gimme any commands, could ya please tell me all the steps i have to perform b4 getting to those steps ,,, thx
ive looked all over the web and cant find anything

Last edited by damaster406; 11-16-2004 at 04:38 PM.
|
|
|
11-16-2004, 05:17 PM
|
#2
|
Member
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606
Rep:
|
i've done this before, but cant remember the exact syntax..Open a console and type "man mkisofs", and it should help you.
-myk
|
|
|
11-16-2004, 05:38 PM
|
#3
|
Senior Member
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513
Rep:
|
If you wanna extract files from an iso, just mount it and browse it: in the console, type:
mkdir isomount
(isomount will be your point of mounting isos, can be any name, preferably in your /home)
mount -t loop /path/to/the/iso /home/damaster/isomount/
then just browse the isomount dir, the cd will be there. But I fail to see how is this going to help get winxp installed in vmware.
If you rip the cd with mkisofs, the iso file generated will be an exact clone of the cd, hence, not bootable, as well. You'd better generate the floppy discs to install xp with, and try to boot vmware using them.
By the way: if you are new to linux, is your first effort to install vmware and xp in it? Suppose - best scenario - you succeed and have all your xp apps running ok, whats the point in installing linux? If you fail, what's the point again?
Last edited by bruno buys; 11-16-2004 at 05:42 PM.
|
|
|
11-16-2004, 05:47 PM
|
#4
|
Member
Registered: Jun 2004
Location: Britain
Distribution: Slackware
Posts: 186
Rep:
|
No, to rip an iso directly withOUT mounting it:
open a console and type:
Code:
dd if=/dev/cdrom of=/home/damaster/MyVeryOwnISO.iso
i think this takes with it any el-torito boot floppies.
this is how i copied the following:
Code:
slackware 9.1 discs 1-4,
slackware 10.0 discs 1-4
mandrake 7.2 disc 1 (my very first linux!!:))
windows 2000 pro oem disc
windows xp pro oem disc
the limitation with that method is it only takes data from the current session and it will not rip audio.
Last edited by db391; 11-16-2004 at 05:51 PM.
|
|
|
11-17-2004, 06:03 AM
|
#5
|
LQ Newbie
Registered: Nov 2004
Location: Arizona
Distribution: Mandrake 10.1
Posts: 6
Original Poster
Rep:
|
|
|
|
All times are GMT -5. The time now is 12:55 AM.
|
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
|
|