Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Other Things Gentoo
  • Search

bin and cue

Still need help with Gentoo, and your question doesn't fit in the above forums? Here is your last bastion of hope.
Post Reply
Advanced search
13 posts • Page 1 of 1
Author
Message
SteakTheMooCow
Tux's lil' helper
Tux's lil' helper
Posts: 99
Joined: Fri Sep 02, 2005 4:27 am
Location: /dev/urandom

bin and cue

  • Quote

Post by SteakTheMooCow » Sun Nov 13, 2005 7:35 am

How do I either
a) burn bin and cue
b) convert to .iso (thus solving a)
c) mount on loopback (thus solving all of the above...)

If you can answer B and C it'd be great :)
Gentoo HP ProBook 6540b
Top
scvalex
Apprentice
Apprentice
User avatar
Posts: 169
Joined: Sun Sep 04, 2005 7:31 am
Location: Hell
Contact:
Contact scvalex
Website

  • Quote

Post by scvalex » Sun Nov 13, 2005 8:35 am

I know you can burn cue's with k3b, so i suppose you can do it with cdrtools (http://www.fokus.fhg.de/research/cc/glo ... ecord.html), or cdrdao (http://cdrdao.sourceforge.net/).
Nothing is what it seems to be.
Top
BlackEdder
Advocate
Advocate
User avatar
Posts: 2588
Joined: Mon Apr 26, 2004 8:47 am
Location: Dutch enclave in Egham, UK
Contact:
Contact BlackEdder
Website

  • Quote

Post by BlackEdder » Sun Nov 13, 2005 11:58 am

b) emerge bin2iso
Top
taurus
l33t
l33t
User avatar
Posts: 657
Joined: Tue Sep 21, 2004 1:23 pm
Location: I need to be somewhere...

  • Quote

Post by taurus » Sun Nov 13, 2005 4:07 pm

c)
mkdir /mnt/iso
mount -t iso9660 -o loop <filename.iso> /mnt/iso
Top
PaulBredbury
Watchman
Watchman
User avatar
Posts: 7310
Joined: Thu Jul 14, 2005 3:47 pm

  • Quote

Post by PaulBredbury » Sun Nov 13, 2005 4:28 pm

To change the combination of a .bin and .cue to a .iso file:

Code: Select all

emerge bchunk
bchunk file.bin file.cue file
It's not particularly reliable, it seems - perhaps because the bin/cue spec is vague?
Improve your font rendering and ALSA sound
Top
SteakTheMooCow
Tux's lil' helper
Tux's lil' helper
Posts: 99
Joined: Fri Sep 02, 2005 4:27 am
Location: /dev/urandom

  • Quote

Post by SteakTheMooCow » Sun Nov 13, 2005 7:45 pm

PaulBredbury wrote:To change the combination of a .bin and .cue to a .iso file:

Code: Select all

emerge bchunk
bchunk file.bin file.cue file
It's not particularly reliable, it seems - perhaps because the bin/cue spec is vague?
Yeah, probably, I'll have to start pulling things to ISO from now on...

Thanks guys :)
Gentoo HP ProBook 6540b
Top
BlackEdder
Advocate
Advocate
User avatar
Posts: 2588
Joined: Mon Apr 26, 2004 8:47 am
Location: Dutch enclave in Egham, UK
Contact:
Contact BlackEdder
Website

  • Quote

Post by BlackEdder » Sun Nov 13, 2005 8:14 pm

PaulBredbury wrote:To change the combination of a .bin and .cue to a .iso file:

Code: Select all

emerge bchunk
bchunk file.bin file.cue file
It's not particularly reliable, it seems - perhaps because the bin/cue spec is vague?
So use bin2cue, haven't had any problems with that one yet.

BTW if it is a movie or something then vlc will play them directly.
Top
PaulBredbury
Watchman
Watchman
User avatar
Posts: 7310
Joined: Thu Jul 14, 2005 3:47 pm

  • Quote

Post by PaulBredbury » Mon Nov 14, 2005 12:13 am

BlackEdder wrote:So use bin2cue, haven't had any problems with that one yet.
I think you mean bin2iso, since a google search for bin2cue returns almost nothing.
Top
BlackEdder
Advocate
Advocate
User avatar
Posts: 2588
Joined: Mon Apr 26, 2004 8:47 am
Location: Dutch enclave in Egham, UK
Contact:
Contact BlackEdder
Website

  • Quote

Post by BlackEdder » Mon Nov 14, 2005 11:29 am

PaulBredbury wrote:
BlackEdder wrote:So use bin2cue, haven't had any problems with that one yet.
I think you mean bin2iso, since a google search for bin2cue returns almost nothing.
Ops.. Indeed bin2iso :)
Top
Redeeman
l33t
l33t
User avatar
Posts: 958
Joined: Thu Sep 25, 2003 9:02 am
Location: Portugal

  • Quote

Post by Redeeman » Mon Nov 14, 2005 7:44 pm

bin2iso is very nice.. nicer than bchunk
Top
ludite
n00b
n00b
User avatar
Posts: 52
Joined: Mon Mar 28, 2005 1:59 am
Location: Whitby, Ontario, Canada
Contact:
Contact ludite
Website

  • Quote

Post by ludite » Mon Nov 14, 2005 8:51 pm

Answer C)

I use .bin .cues all the time I use the following project.
http://cdemu.sourceforge.net/

Which of course is installable via.

Code: Select all

 emerge cdemu 
The nice thing about it is it give you a bunch of virtual cd's that you can use to mount like a regular cdrive.
No need to convert them or anything. You can use them like an iso. bin2iso is a bin2painintheass.

Enjoy!
Top
Redeeman
l33t
l33t
User avatar
Posts: 958
Joined: Thu Sep 25, 2003 9:02 am
Location: Portugal

  • Quote

Post by Redeeman » Mon Nov 14, 2005 10:53 pm

bin2iso is not a pain.. iso files takes LESS space... however, you can only convert real cd images, not audio cd's..
it sucks having to use cdemu, and all those ugly things when people could just aswell use iso..


but, for audiocd's you make the app read the cd device..


people should be glad i am not in control of the earth, because then using all those butt ugly formats would be cause for execution
Top
ludite
n00b
n00b
User avatar
Posts: 52
Joined: Mon Mar 28, 2005 1:59 am
Location: Whitby, Ontario, Canada
Contact:
Contact ludite
Website

  • Quote

Post by ludite » Tue Nov 15, 2005 4:56 pm

bin2iso is a pain because it doesn't work for lot's of different things and it's not using the files natively. As far as cdemu goes it's about the best for Bin/Cue we have thus far. Ideally would be to have a filesystem module for the Bin/Cue like iso9660 that way we could just natively mount them. I just don't think bin2iso is a realistic solution for any environment that use's bin/cue's. You can't expect everyone else to change the way they do things in a production environment just because it can't be done the same way on linux machine.

For example - my office produces hybrid music / video / interactive cd's + dvd. They archive them to bin/cue. I can't be expected to bin2iso everytime I need to retrieve a file off an archive.

BTW - Redeeman your wiki with openldap + ssl is great. Better than the gentoo howto, helped me out a lot - thanks!
Top
Post Reply

13 posts • Page 1 of 1

Return to “Other Things Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic