LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 05-02-2003, 01:51 PM   #1
yowwww
Member
 
Registered: Apr 2003
Location: Ontario, Canada
Distribution: Arch Linux
Posts: 533

Rep: Reputation: 30
extract bin files??


I am not referring to linux bin files used for an install of an app. I am talking about something similar to an iso and usually has a .cue file with it - in windows you could use winiso to extract it - my question is - what can be used to extract it in linux ?

google and the forum search didn't help, I tried it already
 
Old 05-02-2003, 02:03 PM   #2
Nukes
Member
 
Registered: Apr 2003
Location: Scotland UK
Distribution: Gentoo
Posts: 92

Rep: Reputation: 15
It depends how it was compressed. These are actually a shell script with a bit of data stuffed at the end. Take a look at it and see what it uses to open it up, then have a go at opening it. some need to be parsed and common compression includes UHA, LHA, UHC, bz2, Z, gz and so on.
 
Old 05-02-2003, 02:23 PM   #3
yowwww
Member
 
Registered: Apr 2003
Location: Ontario, Canada
Distribution: Arch Linux
Posts: 533

Original Poster
Rep: Reputation: 30
either I just don't understand what you mean (what it has to do with what i was asking) or it doesn't address the question.

I am looking for a tool that can used to extract or open the exact same kind of bin file you would have in windows if, for example you took a cd and created an image with it.
 
Old 05-02-2003, 02:24 PM   #4
Tsoots
LQ Newbie
 
Registered: May 2003
Distribution: Slackware
Posts: 14

Rep: Reputation: Disabled
use bin2iso to make it iso file then mount the iso or just try to mount the bin file just the same way you'd mount the iso file
 
Old 05-02-2003, 02:26 PM   #5
AxeZ
Member
 
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386

Rep: Reputation: 32
Just mount it same as ISO...

mount file.bin -t iso9660 -o loop /mnt/iso
 
Old 05-02-2003, 02:36 PM   #6
yowwww
Member
 
Registered: Apr 2003
Location: Ontario, Canada
Distribution: Arch Linux
Posts: 533

Original Poster
Rep: Reputation: 30
OK, thanks for the info guys. I was actually looking for an app that would be able to do that stuff for me. I have seen those ideas already on google thru searches.
I appreciate the info though, you are definitely on the right track for what I want, if you manage to track down an app that can perform that task without having to convert it first, I would appreciate it if you posted it.

Thanks for the input.
 
Old 05-02-2003, 02:39 PM   #7
AxeZ
Member
 
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386

Rep: Reputation: 32
well you have the app you want..it is called mount...
Write a shell script that will do that for you using mount.
 
Old 05-02-2003, 07:38 PM   #8
yowwww
Member
 
Registered: Apr 2003
Location: Ontario, Canada
Distribution: Arch Linux
Posts: 533

Original Poster
Rep: Reputation: 30
not the answer I was looking for, how bout something that is the same as winiso but in linux and not used thru wine?

probably not.
 
Old 05-03-2003, 05:52 AM   #9
tychop
LQ Newbie
 
Registered: Feb 2003
Distribution: Gentoo 2004.0 (amd64)
Posts: 16

Rep: Reputation: 0
Does ne1 know why I get this error or what it means?

# mount gis3-x-streem.bin -t iso9660 -o loop /mnt/iso

mount: wrong fs type, bad option, bad superblock on /dev/loop0, or too many mounted file systems
 
Old 05-03-2003, 06:03 AM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
heh, probably that AxeZ gave the wrong advice!
 
Old 05-03-2003, 06:37 AM   #11
AxeZ
Member
 
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386

Rep: Reputation: 32
Quote:
Originally posted by acid_kewpie
heh, probably that AxeZ gave the wrong advice!

Well Actually i didn't but he doesnt have loopback compiled into kernel.
 
Old 05-03-2003, 06:38 AM   #12
AxeZ
Member
 
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386

Rep: Reputation: 32
Delete this...I cant seem to find how to delete messages..?????

Last edited by AxeZ; 05-03-2003 at 06:45 AM.
 
Old 05-03-2003, 08:15 AM   #13
tychop
LQ Newbie
 
Registered: Feb 2003
Distribution: Gentoo 2004.0 (amd64)
Posts: 16

Rep: Reputation: 0
Ok, compile loopback into kernel.

I've searched in information on how to achieve that, but were unsuccessful.
Do you have an URL or some info on this subject?
 
Old 05-03-2003, 08:40 AM   #14
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
loopback is nearly always compiled into a kernel just fine, i've been searching google for mounting bin/cue's and i cna't find anything, i really doubt it's possible.
 
Old 05-03-2003, 08:44 AM   #15
saturn_vk
Member
 
Registered: Feb 2003
Location: Sofia
Distribution: slackware
Posts: 104

Rep: Reputation: 15
unless AxeZ wrote his own special version of mount, i highly doubt that the standard one can do it. Actually, i am sure it can't, because i just tried it and it sput an mount: wrong fs type, bad option, bad superblock on /dev/loop0, or too many mounted file systems
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing .bin-files, leave the file in /usr/local/bin/ ? lagu2653 Linux - Software 1 11-08-2005 08:30 PM
How to extract bin/cue image? Mojojo Linux - Software 3 09-06-2005 04:13 PM
extract files ust Linux - General 1 08-05-2005 01:16 AM
extract bin and cue jlj Linux - Software 2 08-12-2003 04:28 AM
Why can not execute or extract *.bin files in redhat 9.0 and 8.0 littlecap Linux - Software 1 04-09-2003 03:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration