English Amiga Board


Go Back   English Amiga Board > Support > support.Other

 
 
Thread Tools
Old 27 May 2015, 00:01   #1
Starglider 2
Registered User
 
Starglider 2's Avatar
 
Join Date: Jan 2014
Location: California
Posts: 1,146
How To: Backup Amiga CF Card on a Mac

I would share the how to of backing up the alien Amiga formatted CF or SD card on a Mac.

Source: https://smittytone.wordpress.com/201...d-using-a-mac/

First, be careful to choose the correct value for "rdisk#" or you could wreck your hard disk. You can find the correct device by opening Terminal and typing:

Code:
diskutil list
For me it was indeed "rdisk2" and the Mac Terminal commands were therefore as follows:

BACKUP:
Code:
sudo dd if=/dev/rdisk2 of=~/Desktop/amiga.img bs=1m
RESTORE:
Code:
sudo dd if=~/Desktop/amiga.img of=/dev/rdisk2 bs=1m
Hope this helps.

Last edited by Starglider 2; 02 June 2016 at 23:15.
Starglider 2 is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tutorial:- Fast backup and restore (cloning) of Amiga CF's =D fitzsteve support.Hardware 44 09 February 2020 12:32
Real Amiga HDD backup and restore simon_m74 support.WinUAE 14 21 March 2013 21:12
How to backup disks with MAC II?? BarryB support.Apps 2 16 May 2012 21:57
Best way to backup an Amiga harddisk with a PC? th4t1guy support.Hardware 15 22 February 2010 18:24

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:19.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06685 seconds with 13 queries