Skip to main content
Home Forums 68kMLA Imaging a 68K Mac's hard disk for basilisk/mini vMac — #7
Post #7 by tecneeq
Source Forum68kMLA
CategoryPeripherals
Post DateMon, 6 Aug 2012 - 19:02
Original URLhttps://68kmla.org/bb/threads/imaging-a-68k-macs-hard-disk-for-basilisk-mini-vmac.24511/
Post
If you have a PC with some kind of SCSI-Interface: Shut down the system, attach the disk, boot some modern linux, then create your image with a command like that:

dd bs=10M if=/dev/sdx of=/home/username/scsi-disk.image

You would have to replace x with the disks device and /home/username to a directory you can write to. Think NFS or mounted Windowsshare.

mp.ls