Results 1 to 4 of 4

Thread: *.img file format

  1. #1
    Senior Member
    Join Date
    Apr 2002
    Posts
    417

    *.img file format

    Hi,

    I just downloaded a file of *.img format .

    what the hell am I supposed to do with this?

    thanx,

  2. #2
    Moderator
    Good Guru
    Schotty's Avatar
    Join Date
    Jul 2001
    Location
    Milwaukee, WI
    Posts
    5,758

    Re:*.img file format

    is that a XCDRoast cd image?

  3. #3
    Mentor
    Join Date
    Jun 2001
    Posts
    1,672

    Re:*.img file format

    Stick a blank floppy in your floppy drive, then issue:
    Code:
    dd if=somefile.img of=/dev/fd0 bs=1024 conv=sync ; sync

  4. #4

    Re:*.img file format

    hello,
    i ussulay loop mount it 'em first

    mount -t fstype -o loop filename.img /mount/point i think is the right command... then cd into the directory /mount/point and see what is on the image.


    [edit]
    whoa! me way too slow!
    [/edit]

Similar Threads

  1. Exporting Visio Diagrams in Other File Formats
    By The Donald in forum Windows - General Topics
    Replies: 1
    Last Post: 07-08-2005, 12:55 PM
  2. How to use the Sysprep tool
    By CoolJsa14 in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 09:34 PM
  3. Creating Visio Drawings from Text Files
    By The Donald in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 07:24 AM
  4. Calling all mail server admins
    By demian in forum Linux - Hardware, Networking & Security
    Replies: 4
    Last Post: 04-21-2004, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •