Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ripping cds to iso
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
UnderDog138
n00b
n00b


Joined: 03 Dec 2002
Posts: 67
Location: Dallas, TX, USA

PostPosted: Sun Dec 15, 2002 12:28 pm    Post subject: ripping cds to iso Reply with quote

What program is capable of ripping data CDs to ISO images? xcdroast rips to .img, but I want an actual .iso. Anyone know what does, and can I find it in portage?
_________________
Adopt an unanswered post today!
Back to top
View user's profile Send private message
Peha
n00b
n00b


Joined: 07 Aug 2002
Posts: 37

PostPosted: Sun Dec 15, 2002 12:37 pm    Post subject: Reply with quote

dd from sys-apps/fileutils:
Code:
$ dd if=/dev/cdrom of=my.iso
Back to top
View user's profile Send private message
UnderDog138
n00b
n00b


Joined: 03 Dec 2002
Posts: 67
Location: Dallas, TX, USA

PostPosted: Sun Dec 15, 2002 12:40 pm    Post subject: Reply with quote

Funny you should say that because I'm trying that already. Thing is, I'm using that jerry-rigged thing where you mount the cdrom as a SCSI emulated device so I can burn CDs but I can't actually read CDs regularly because I don't know what the actual SCSI emulated device is called. If I knew that I could do the dd command.
_________________
Adopt an unanswered post today!
Back to top
View user's profile Send private message
UnderDog138
n00b
n00b


Joined: 03 Dec 2002
Posts: 67
Location: Dallas, TX, USA

PostPosted: Sun Dec 15, 2002 12:47 pm    Post subject: Reply with quote

... then the guy that replied disappears and nobody else answers.. just like all my other posts
_________________
Adopt an unanswered post today!
Back to top
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Sun Dec 15, 2002 1:58 pm    Post subject: Reply with quote

mkisofs might be what you're looking for, but seriously, I use ide-scsi as well and I can read from my burner.
Back to top
View user's profile Send private message
UnderDog138
n00b
n00b


Joined: 03 Dec 2002
Posts: 67
Location: Dallas, TX, USA

PostPosted: Sun Dec 15, 2002 2:07 pm    Post subject: Reply with quote

Well so could I if I new the name of the scsi-emulated device so I could mount it somewhere and read it. That's what I've been trying to find out.

Do you know what it is?
_________________
Adopt an unanswered post today!
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Sun Dec 15, 2002 2:09 pm    Post subject: Reply with quote

UnderDog138 wrote:
... then the guy that replied disappears and nobody else answers.. just like all my other posts

You posted this 7 minutes after your earlier reply. Learn some patience.

UnderDog138 wrote:
Thing is, I'm using that jerry-rigged thing where you mount the cdrom as a SCSI emulated device so I can burn CDs but I can't actually read CDs regularly because I don't know what the actual SCSI emulated device is called. If I knew that I could do the dd command.

Are you saying /dev/cdrom doesn't exist on your machine? If so, you've got a devfs problem -- probably a mis-configured /etc/devfsd.conf file.

Regarding dd and making iso images, don't mount the file system -- leave it unmounted. dd works just fine.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
UnderDog138
n00b
n00b


Joined: 03 Dec 2002
Posts: 67
Location: Dallas, TX, USA

PostPosted: Sun Dec 15, 2002 2:15 pm    Post subject: Reply with quote

No, I was referring to other posts of mine where I ask a question and I wait two days and nobody replies with anything that I don't already know which is no help to anybody, especially myself. I was predicting this one would go the same way, which it has so far and it's only been half an hour since I posted.

I'm forcing hdc (my cdrom) to be an scsi emulated device (hdc=ide-scsi in the kernel line in grub.conf) so my burner software can read it. My drawback is I can't look at CDs unless I mount it and I don't know the name of that device so I can't do so.
_________________
Adopt an unanswered post today!
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Sun Dec 15, 2002 2:23 pm    Post subject: Reply with quote

UnderDog138 wrote:
No, I was referring to other posts of mine where I ask a question and I wait two days and nobody replies with anything that I don't already know which is no help to anybody, especially myself. I was predicting this one would go the same way, which it has so far and it's only been half an hour since I posted.

Would you like some cheese?

UnderDog138 wrote:
I'm forcing hdc (my cdrom) to be an scsi emulated device (hdc=ide-scsi in the kernel line in grub.conf) so my burner software can read it. My drawback is I can't look at CDs unless I mount it and I don't know the name of that device so I can't do so.

Yes, you can look at CDs without mounting them, if you have your /etc/devfsd.conf file configured correctly. /dev/cdrom should work. If it doesn't, chances are /etc/devfsd.conf is screwed up.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
Peha
n00b
n00b


Joined: 07 Aug 2002
Posts: 37

PostPosted: Sun Dec 15, 2002 2:41 pm    Post subject: Reply with quote

@UnderDog138: Gee, slow down. Are you looking for /dev/scd0 ?
Back to top
View user's profile Send private message
vers_iq
Apprentice
Apprentice


Joined: 18 May 2002
Posts: 264

PostPosted: Sun Dec 15, 2002 8:54 pm    Post subject: Reply with quote

U want to extract the iso from the cdrom doent need to have ide-scsi module. All you have to have is a working cdrom drive and valid device node (normally /dev/hdc) then just follow peha's instruction. Do not mount the cdrom when do this.
_________________
"You know the world is going crazy when the best rapper is a white guy, the best golfer is a black guy, the Swiss hold the America's cup, France accusing the US of arrogance and Germany doesn't want to go to war."
Back to top
View user's profile Send private message
BServiss
n00b
n00b


Joined: 24 Nov 2002
Posts: 62

PostPosted: Sun Dec 15, 2002 11:28 pm    Post subject: Creating iso's in Linux Reply with quote

I liked CdbakeOven which runs under KDE. A little hard to get used to the interface but it works quite well.
Back to top
View user's profile Send private message
broschi
Apprentice
Apprentice


Joined: 20 Aug 2002
Posts: 189
Location: Atlantide

PostPosted: Mon Dec 16, 2002 6:50 am    Post subject: Reply with quote

Mounting the cdrom and checking to which device it is attached by simply typing "mount" would had told you what it took you a few days to be told.
_________________
"Is this type of thing going to happen every time we switch to improbability drive?" "Very probably I'm afraid."
Back to top
View user's profile Send private message
oai79
n00b
n00b


Joined: 22 Oct 2002
Posts: 55

PostPosted: Tue Dec 17, 2002 9:48 am    Post subject: Reply with quote

use dmesg to see where it is attached to. In my case, it is attached to sr0 to sr6. I'm using a dvd/cd-rw combo on my notebook.
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