Page 1 of 1

Backup Ultrasatan sd card to image

Posted: 25 Apr 2021 13:00
by gebes
Looking for some guidance, I'd like to create a backup disk image of the sd card in my Ultrasatan.

I've used HDD rawcopy before with my Amiga drives or used WINUAE to create a disk image, but as I'm new to the Atari, I'm not sure what software or prefix to use , ie .hdf etc to create a working disc image.

I have access to Windows 7 and Ubuntu Linux so any links to software would be appreciated.

If there's a website that goes back to the basics that I should read , please do link me to it.

Thank you

Re: Backup Ultrasatan sd card to image

Posted: 25 Apr 2021 13:07
by exxos

Re: Backup Ultrasatan sd card to image

Posted: 04 Jun 2022 16:20
by zChris
I did use dd to make a backup of a 4gb SD card with about 8 partitions.

Put the sd card in the memory reader and looks at dmesg log to see which /dev/sdx file, for me its usually sda. Then i just do dd if=/dev/sda of=AtariSDBackup.img status=progress . And to restore it to a SD card you swap if with of like this dd if=AtariSDBackup.img of=/dev/sda status=progress .

Works for me.