Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
|
08-11-2003, 09:24 PM
|
#1
|
Member
Registered: Jul 2003
Distribution: Ubuntu
Posts: 142
Rep:
|
How do I make a bin and cue file from a cd_rom?
How do I make a *.bin and *.cue file from a cd_rom? Do I need some software? I used to use cdrwin with windows.
|
|
|
08-11-2003, 11:43 PM
|
#2
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
well i don't think you can really do this, other than using fireburner which is a program that was originally for windows but has been ported to linux...but the only catch is, is that you have to purchase fireburner as it only does test burns with the trial copy, so you can't do anything with it unless you buy it....other than that all i can say is stick with iso files or use windows if you really need bin/cue files ..... someone else may bring "to both" of our attention a way of doing this, but to my knowledge what i said above stands true...
|
|
|
08-12-2003, 12:29 AM
|
#3
|
Member
Registered: Aug 2003
Location: Mesa, AZ
Distribution: Redhat 9
Posts: 45
Rep:
|
if it is for personal use, make an ISO file, pretty much the same concept, I know that ISO files are easier to deal with in linux.
|
|
|
08-12-2003, 10:47 AM
|
#4
|
Member
Registered: Jul 2003
Distribution: Ubuntu
Posts: 142
Original Poster
Rep:
|
as far as I know, ISO files are like a zip with no compression so it's just a rip of a cd. Bin files are a binary copy for a more stable and accurate copy rather then just a rip. By rip I mean it's no different then just copy and pasting the files from the cd. I'll try fireburner. thx.
|
|
|
08-13-2003, 12:55 AM
|
#5
|
Senior Member
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152
Rep:
|
".ISO" "files" are, as generally refered to, filesystems with the ISO9660 format. This is the filesystem most CDs use. zip and "compression" have *nothing* to do with the filesystem format. If you do a "dd", which is a binary data dump of the CD (data CD containing an ISO9660 filesystem, not an audio CD), you'll get a file that contains an ISO9660 filesystem. This file can be mounted just like any other filesystem (using the loopback device), and is an EXACT copy of the CD.
I don't know what ".cue" or ".bin" files (as you refer to them) are. If you want an exact copy of a CD that contains a filesystem, you can just do:
[code]
dd if=/dev/cdrom of=/tmp/cdrom_image
[/code[
where /dev/cdrom refers to your CDROM device, and /tmp/cdrom_image referst to where you want the image to reside.
|
|
|
All times are GMT -5. The time now is 01:30 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
|
|