User Tools

Site Tools


backing_up_sd_card_using_a_macintosh_computer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
backing_up_sd_card_using_a_macintosh_computer [2013/07/02 17:51] k9dcbacking_up_sd_card_using_a_macintosh_computer [2014/01/26 16:57] (current) k9dc
Line 1: Line 1:
 It is easy to make a backup of your SD card on a Macintosh.  All the programs and utilities you need to do it, are included with OS X.  You will need to use the terminal, which works very much like the bash shell on the node itself.  Terminal is found in the Applications/Utilities folder on the Mac. It is easy to make a backup of your SD card on a Macintosh.  All the programs and utilities you need to do it, are included with OS X.  You will need to use the terminal, which works very much like the bash shell on the node itself.  Terminal is found in the Applications/Utilities folder on the Mac.
  
-The instructions below assume you have become root on the Mac. The root account is deactivated by default on new Macs. But it can be activated. See  http://support.apple.com/kb/PH11331 for information on how to do that. Once activated, you can become root with 'su -'  (just like on the node).  Without the root account active, you will have to precede all the commands below with a 'sudo'  Be VERY CAREFUL with the root account, or even sudo.  You can very easily destroy your Mac OS X installation with a single keystroke.+The instructions below assume you have become root on the Mac. The root account is not activated by default on new Macs. But it can be activated. See  http://support.apple.com/kb/PH11331 for information on how to do that. Once activated, you can become root with 'su -'  (just like on the node).  Without the root account active, you will have to precede all the commands below with a 'sudo'  Be VERY CAREFUL with the root account, or even sudo.  You can very easily destroy your Mac OS X installation with a single keystroke.
  
 The process described below is a two step maneuver. The first part creates an image file copy of the SD drive, on your local hard disk. The second part copies that image file to a new SD card in the slot.  If you need to make more than one copy, simply perform the second part more than once.  The process described below is a two step maneuver. The first part creates an image file copy of the SD drive, on your local hard disk. The second part copies that image file to a new SD card in the slot.  If you need to make more than one copy, simply perform the second part more than once. 
Line 8: Line 8:
  
 We need to determine what the SD card is called by the OS. Use the command below... We need to determine what the SD card is called by the OS. Use the command below...
-diskutil list+ 
 +<code>diskutil list</code> 
 ---- ----
 Note: If you only have a single hard drive in your Mac (disk0), the SD card will probably  Note: If you only have a single hard drive in your Mac (disk0), the SD card will probably 
backing_up_sd_card_using_a_macintosh_computer.txt · Last modified: 2014/01/26 16:57 by k9dc