[wellylug] Install a Linux .bin archive
Michael Dittmer
michael.dittmer at paradise.net.nz
Wed Aug 25 15:35:29 NZST 2004
I have a feeling it is the first type.
I'm going to be giving it a go in just over an hour, so I see how things go.
Regards
Michael
-----Original Message-----
From: wellylug-admin at lists.naos.co.nz
[mailto:wellylug-admin at lists.naos.co.nz] On Behalf Of David Antliff
Sent: Wednesday, August 25, 2004 3:30 PM
To: wellylug at lists.naos.co.nz
Subject: Re: [wellylug] Install a Linux .bin archive
On Wed, 25 Aug 2004, Michael Dittmer wrote:
> I have a program that is packaged as a .bin file.
There are two types of .bin files I've come across in Linux:
1. executable. Just chmod +x binfile then ./binfile. If you look at the
file in emacs or something it's usually a bootstrapping script with
appended binary executable and data, but might be an elf32 file too - try
'file binfile' and see what it says.
2. raw CD image. These are like ISOs only they use the raw block size
(2232 or something?) rather than 2048 bytes per block. They usually come
with a .cue file but you can do without it for single-track images. Use
bchunker to turn it into an ISO.
These two filetypes are completely different. Chances are, you've got file
type 1.
--
David.
--
Wellington Linux Users Group Mailing List: wellylug at lists.naos.co.nz
To Leave: http://lists.naos.co.nz/mailman/listinfo/wellylug
More information about the wellylug
mailing list