Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to create a RAW image (.IMG) of the SD card on Mac?  (Read 12552 times)

0 Members and 1 Guest are viewing this topic.

Stas_T

    Topic Starter


    Starter

    • Experience: Experienced
    • OS: Mac OS
    How to create a RAW image (.IMG) of the SD card on Mac?
    « on: May 28, 2019, 09:36:12 AM »
    Hi everyone,

    Do anybody know how to create a complete sector-by-sector image of the SD card on Mac?
    I need the image file to include data from free space blocks of the card. This must be similar to .img type of images on Windows (don't confuse this with the legacy .img type on Mac, which is a different thing).

    Thanks!

    nil

    • Global Moderator


    • Intermediate
    • Thanked: 15
      • Experience: Experienced
      • OS: Linux variant
      Re: How to create a RAW image (.IMG) of the SD card on Mac?
      « Reply #1 on: May 28, 2019, 03:15:41 PM »
      One way is to use the dd command, from the macOS terminal (Applications -> Utilities -> Terminal).

      Computer Hope has documentation for the dd command, but for Linux. macOS reference is here:

      https://ss64.com/osx/dd.html

      For examples of using dd with a mounted SD card, you might want to review this information:

      https://www.cyberciti.biz/faq/how-to-create-disk-image-on-mac-os-x-with-dd-command/

      I hope this helps.
      Do not communicate by sharing memory; instead, share memory by communicating.

      --Effective Go

      Stas_T

        Topic Starter


        Starter

        • Experience: Experienced
        • OS: Mac OS
        Re: How to create a RAW image (.IMG) of the SD card on Mac?
        « Reply #2 on: May 29, 2019, 11:49:56 AM »
        Thanks a lot nil!
        Will try these...