I'm trying to follow this guide "MorphOS External USB Drive Backup Guide" in MorphOS Library but I got stuck at chapter "Fat32 and Amiga Protection Bits" point 8-9. I'm wiggeling the mouse and click "Create" but Kryptos immediately comes back saying that it can't create an image. A file was actually created but it's empty. How can I troubleshoot what exactly goes wrong? Or is there another tool that can create disk images? I don't need the encryption feature.
I wasn't aware of RAWDISK:. Could work to use it for copy from/to. But I don't want to partition my USB stick and so I'd like to create images of my partitions.
Can I really compress it there in this location? Anyway, I tried copying the partition image to the USB stick like this: [code] copy DIRECT RAWDISK:Devices/ide.device/0/MAC/partition01 TO Untitled:sys_bak [code] But the copy is always cancelled after a while and the resulting copy is incomplete.
1. FileWrite RAM:image 100000 ; create file image 100000 byte 2. FileImageCTRL ; put image file to unit 0 3, Mouter ; choice fileimage.device unit 0, select filesystem and button MOUNT 4. Format fileimage0
Hmm, FileWrite doesn't take a size argument > INT_MAX which is somewhere at 2.1Gig. So I've created my own tool that can create large files. It's basically just creating an empty file. The rest works as you describe.