Click to See Complete Forum and Search --> : What type of file is a .img


sym
08-23-2001, 02:52 PM
I downloaded some software, and the only thing in the .zip file is one file with the extention .img.

Anyone know what type of file this is or how to use it?

Thanks

YaRness
08-23-2001, 03:11 PM
could be anything.

why don't you tell us what you downloaded?

sym
08-23-2001, 03:15 PM
Frontsite Linux Briefcase.

It is suppose to sync files similar to the Windows briefcase. I am just looking for something that will compare files and make the two directories (my PC and a Zip disk) mirror images of each other.

YaRness
08-23-2001, 03:16 PM
ok. are there installation instructions on the web site you got it from?

does the software have a website of its own you can reference?

sym
08-23-2001, 03:20 PM
http://www.frontsite.de/english/briefcase_e.htm

I don't see installation directions anywhere.

It is some type of binary file.

carlywarly
08-23-2001, 03:21 PM
The only .img files I have ever seen are iso image files.

Rob 'Feztaa' Park
08-23-2001, 03:23 PM
With some linux distributions, .img is a disk image used for the installation boot disk. It's doubtful that this is the case here, though, which means I have no idea what your .img is.

YaRness
08-23-2001, 03:28 PM
heh, it's a 1.4 meg file. it's prolly a floppy image.

Malakin
08-23-2001, 03:29 PM
$ file briefcase.img
briefcase.img: x86 boot sector, system (wVM'IHC, FAT (12 bit)

It's a disk image.

I've never seen Linux software distributed in a zip, and I've never seen something not obvious to install without even a readme.

[ 23 August 2001: Message edited by: idealego ]

YaRness
08-23-2001, 03:36 PM
did you try freshmeat.net for something maybe more documented?
http://freshmeat.net/search/?site=Freshmeat&q=file+sync&section=projects

Red Lotus
08-23-2001, 10:35 PM
I believe you are supposed to burn this .img file to a cd, but I recommend extracting everything within the .img file to a folder using CDMAGE (search for it on google! ;)). Then burn these files to the cd, rather than burning the one .img file to the cd. A .img file is basically a zip file that contains more files, that's it. Sorry I can't be more descriptive, I'm in a hurry here. :)

Malakin
08-23-2001, 11:51 PM
Stick in a blank floppy or one you don't mind writing over and use this command on the briefcase.img file:

dd if=briefcase.img of=/dev/fd0

sym
08-24-2001, 09:48 AM
Originally posted by idealego:
<STRONG>Stick in a blank floppy or one you don't mind writing over and use this command on the briefcase.img file:

dd if=briefcase.img of=/dev/fd0</STRONG>


Yep, that worked. The program seems to work too. It sucks that the readme file is all in German though :rolleyes: .

Rob 'Feztaa' Park
08-24-2001, 07:20 PM
If it's not too long, I might be able to translate it for you :)