ImageUSB BIN Mounting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • earion
    Newbie
    • Nov 2018
    • 1

    #1

    ImageUSB BIN Mounting

    Hi,
    I am trying to mount a BIN image from ImageUSB in a Linux environment. Is that possible?
    I believed the BIN file was only a dd image but it doesn't appear to be the case since fdisk is unable to read any partition information from the file.
    Thanks
  • David (PassMark)
    Administrator
    • Jan 2003
    • 11092

    #2
    There is some meta data at the start of the imageUSB bin file. (checksums, etc..)
    If you skip (or remove) the first 512 bytes, then it should work.

    In Windows you can use OSFMount, without modifying the image.

    Comment

    Working...