Amiga.org

Amiga computer related discussion => Amiga Hardware Issues and discussion => Topic started by: Michele31415 on September 20, 2021, 07:56:39 PM

Title: How to backup a SCSI2SD card?
Post by: Michele31415 on September 20, 2021, 07:56:39 PM
I want to make a backup of my SCSI2SD SD card.  What's the best way to do this?  Can I just plug the SD card into my PC and copy&paste its contents to my hard disk there?
Title: Re: How to backup a SCSI2SD card?
Post by: slaapliedje on September 21, 2021, 01:17:54 AM
You basically need something like 'dd' to image the whole SD card, assuming it's formatted as an Amiga drive (as other operating systems can't read the file system generally (though Linux can read FFS if you have the module enabled).
Title: Re: How to backup a SCSI2SD card?
Post by: AndyFC on September 21, 2021, 07:25:21 AM
If you use WinUAE (and maybe other Amiga emulators but I've not tried) you can mount Amiga formatted disks and the emulated Amiga can mount them. You could then use that to back up the contents to a hardfile on your PC's storage.
Title: Re: How to backup a SCSI2SD card?
Post by: Michele31415 on September 22, 2021, 10:15:40 PM
Thanks very much for the suggestions.  I'm not having much luck so far but I'm still working on it.  Is WinUAE able to mount a bare SCSI2SD SD card?  I thought that the SCSI2SD provided the translation needed for the Amiga to see a particular block on the SD card as a virtual SCSI device.

I also tried using dd on my Ubuntu in Virtualbox but it doesn't even see the card, although it sees other USB devices.  Same problem on my Solaris machine.  I tried using a dd program for the PC and that didn't work at all.  That's where I am now.
Title: Re: How to backup a SCSI2SD card?
Post by: Thomas on September 23, 2021, 08:47:06 AM

You can use Win32DiskImager to make backup copies of memory cards.

https://sourceforge.net/projects/win32diskimager/

To restore such an image you need a card which is at least the same size as the image. You cannot shrink the size onto a smaller card.
Title: Re: How to backup a SCSI2SD card?
Post by: F0LLETT on September 23, 2021, 10:00:11 AM

You can use Win32DiskImager to make backup copies of memory cards.

https://sourceforge.net/projects/win32diskimager/

To restore such an image you need a card which is at least the same size as the image. You cannot shrink the size onto a smaller card.

Exactly how I do it. However you are incorrect on shrinking. The latest version allows for shrinking if card is smaller.
The RDB may not like it, as it will think it has more space than it has.

Spose shrinking is best used in linux situations, as you can get away with it.

OP, could also, just use WinUAE imaging in HDD selection screen. I have used this before and then win32imager to transfer to card.
Title: Re: How to backup a SCSI2SD card?
Post by: Thomas on September 23, 2021, 12:28:26 PM
The latest version allows for shrinking if card is smaller.

It's impossible to shrink the partition size without knowing the file system structure. All a program like DiskImager can do is to stop writing at the end of the card. You will lose the data which has not been written to the disk. In most cases you will lose all data because file systems refuse to mount if the end of the partition cannot be accessed.

Title: Re: How to backup a SCSI2SD card?
Post by: Michele31415 on September 23, 2021, 07:55:23 PM

You can use Win32DiskImager to make backup copies of memory cards.

https://sourceforge.net/projects/win32diskimager/

To restore such an image you need a card which is at least the same size as the image. You cannot shrink the size onto a smaller card.
Ah!  Thanks very mcuh.  That looks like exactly what I needed.  It's copying the card now (at least it says it is).  It's pretty slow on my old XP machine but I don't  need to do this often.
Title: Re: How to backup a SCSI2SD card?
Post by: danbeaver on September 30, 2021, 05:05:09 AM
AOMEI's Partition Assistant ( free version 9.4) can copy a partition like the Linux DD command to an equal sized partition or larger.