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-27-2004, 09:45 AM
|
#1
|
Member
Registered: Jun 2003
Location: Toronto, Canada
Distribution: Ubuntu 10.04 LTS; CentOS 5.5
Posts: 199
Rep:
|
Mounting .bin CD images as drives
I want to create a virtual drive in SuSE 9.1 Professional. I have my .bin file located on my windows partition, the path to is is this: "/windows/D/downloaded stuff/Turbo C++ 4.5.bin". How can I make Linux see the files within this image?
Thanks!
|
|
|
11-27-2004, 10:09 AM
|
#2
|
Member
Registered: Nov 2003
Distribution: Mandrake 10.1/Solaris 10 (sparc)
Posts: 96
Rep:
|
1) If you are running KDE, check out Mount ISO Image. I think that's what you're looking for.
2) If you are not running KDE, or just don't like the Mount ISO Image, then search for bin2iso and convert the .bin file to an .iso file, and mount is the traditional way:
Code:
mount -o loop filename.iso /mnt/isoimage
And of course, /mnt/isoimage has to be an existing empty directory.
|
|
|
11-27-2004, 10:45 AM
|
#3
|
Senior Member
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,079
Rep:
|
If it's a bin file, first you must convert it into an iso file, otherwise won't mount.
There's a little program called bchunk ( http://he.fi/bchunk/) that will transform the files.
Then, use the command suggested above.
|
|
|
11-27-2004, 09:43 PM
|
#4
|
Member
Registered: Jun 2003
Location: Toronto, Canada
Distribution: Ubuntu 10.04 LTS; CentOS 5.5
Posts: 199
Original Poster
Rep:
|
Quote:
Originally posted by DirtDart
1) If you are running KDE, check out Mount ISO Image. I think that's what you're looking for.
2) If you are not running KDE, or just don't like the Mount ISO Image, then search for bin2iso and convert the .bin file to an .iso file, and mount is the traditional way:
Code:
mount -o loop filename.iso /mnt/isoimage
And of course, /mnt/isoimage has to be an existing empty directory.
|
No, with that program you actually don't, but you do need a c.ue file for every .bin file. I've decided not to bother, just mount it in windows using alcohol 120%, and copy the files to a FAT32 filesystem, and retrieve them using Linux. Method works though. Thanks.
|
|
|
11-28-2004, 04:45 AM
|
#5
|
LQ Newbie
Registered: Aug 2004
Posts: 25
Rep:
|
You can also use the program bchunk to convert bin -> iso.. works like a charm for me!
|
|
|
All times are GMT -5. The time now is 12:18 PM.
|
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
|
|