English Amiga Board


Go Back   English Amiga Board > Support > support.Other

 
 
Thread Tools
Old 14 April 2021, 17:58   #1
Dradd
Registered User
 
Join Date: Jun 2020
Location: Andover/Hampshire
Posts: 46
Restoring CF card on MacOS

Hello folks,

I have recently backup my Amiga's internal CF card to my Mac.

I used the following code in Terminal to do so:

Code:
sudo dd if=/dev/rdisk3 of=originalbackup.hdf bs=8m
Now I have a new blank CF card that I want to clone the backup to, and I can't see a way to do it under MacOS/Terminal (my linux isn't that strong).

Essentially I want to take the 'originalbackup.hdf' file and just put it on a new clean CF card so I can use it in the Amiga.
Sadly when I insert the CF card into my Mac, it's recognised by Finder as a FAT formatted device, so when I try the following code to 'copy' the hdf file to it...

Code:
sudo dd if=originalbackup.hdf of=/dev/rdisk3 bs=8m
... it tells me the Resource is busy.

So how do I do this?
Any help will be appreciated.

Many thanks
Keith
Dradd is offline  
Old 14 April 2021, 18:41   #2
Dradd
Registered User
 
Join Date: Jun 2020
Location: Andover/Hampshire
Posts: 46
... Update...

I found out how to do this... you need to unmount the disk you are copying to, like this:

Code:
diskutil unmountDisk disk3
... where 'disk3' is the disk you are writing to.

Problem solved, original CF card cloned and all working fine.
Dradd is offline  
Old 15 April 2021, 18:46   #3
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,910
While I haven't tried writing an Amiga HDF back to a real card on a Mac, I suspect it should work pretty well with Balena Etcher - the Mac equivalent to win32diskimager. I have used it in the past for bootable USB drives and microSD (Raspberry Pi) cards.

While dd is awesome, sometimes you just want to use a graphical GUI

Give it a whirl next time and please report back if it works: https://www.balena.io/etcher
jbenam 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
Looking for some help restoring an A2000. Misto support.Hardware 0 19 January 2019 01:38
Mount CF card on FS-UAE (MacOS) Sim085 support.OtherUAE 3 23 April 2018 21:40
Need help restoring my system TenLeftFingers support.Apps 4 21 January 2016 23:35
Restoring A2000 Franchute13 support.Hardware 9 29 September 2015 03:51
Restoring old Amiga 1200 Treguard New to Emulation or Amiga scene 15 29 June 2015 18:25

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 22:24.

Top

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