How To Format An Sd Card Reader For A Mac

  • Apple computer, laptop, Macbook pro, OS X Yosemite. SD CARD MANUAL using disk utility. How to format micro sd, sdhc, sd, formatting for HD Hero, formatting for any digital camera, formatting for.
  • How to Format a Memory Card. In this Article: On Windows On Mac On Android On a Camera Community Q&A. This wikiHow teaches you how to erase and reformat a memory card. Memory cards are often used as storage in things like cameras and tablets; in order to use your memory card with a specific operating system, you may have to format it first.

Mac users click on Menu and then Utilities and select Disk Utilities. Step 2 Insert SD card Insert the SD card into your computer’s card slot, or use a USB card reader. Step 3 Right-click on Format Right-click on the SD card icon and select Format from the drop-down menu. Mac users click on the card icon and then the Erase tab.

Active7 years, 6 months ago

Format Sd On Mac

How To Format An Sd Card Reader For A Mac

I have photos on my SD Card. I can not see the files on my Mac. I can see it in my camera and when I load the micro SD card in phone, I can see the pics. My Mac is not showing any files. I am assuming there could be some kind of virus that had made the files hidden.

I want to see these files in Terminal (just like I would do in DOS).

slhckFormat
171k49 gold badges476 silver badges492 bronze badges
hk_hk_
1,0886 gold badges18 silver badges33 bronze badges

1 Answer

To list the contents of the card, first cd /Volumes/<card name> - in this case cd /Volumes/phone card (the escapes the space). Then you can do ls -al to list the files (hidden and visible) on the card.

If you want to copy files to somewhere else on the drive, you can use cp. For example, to copy files to your home directory, cp <some file> ~ (or to copy everything, cp -R ./* ~, where * means 'match any character(s)' and ~ is short for your home directory (I don't remember the OS X default directory hierarchy). -R means copy directories recursively (if cp encounters a directory, it should copy the contents of the directory as well).

How To Format An Sd Card Reader For A Mac

man cp will tell you more about cp (or any other command).

user55325user55325

How To Format An Sd Card Reader For A Mac And Pc

Not the answer you're looking for? Browse other questions tagged macosterminalsd-card or ask your own question.