Kryptos, error on creating image
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    Hi.

    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.


    Manfred
  • »24.01.16 - 20:05
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 779 from 2007/10/23
    From: Gelsenkirchen,...
    What about copying from RAWDISK:?
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »25.01.16 - 06:21
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    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.


    Manfred
  • »25.01.16 - 07:32
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 779 from 2007/10/23
    From: Gelsenkirchen,...
    Well, RAMDISK: creates images out of partitions. Take a look:
    Code:
    xz RAWDISK:Devices/ide.device/0/MAC/partition01
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »25.01.16 - 08:08
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    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.


    Manfred

    [ Edited by asrael22 25.01.2016 - 13:32 ]
  • »25.01.16 - 12:30
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 779 from 2007/10/23
    From: Gelsenkirchen,...
    This works for me
    Code:
    Ram Disk:> time copy DIRECT RAWDISK:Devices/ide.device/0/MAC/partition01 nil:

    Time Elapsed: 39.9822s
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »25.01.16 - 14:38
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    Hmm, yeah. Copying to NIL: works.
    Copying to anywhere real doesn't work.
    At 3.8 Gig it stops. If there a size limit?


    Manfred
  • »25.01.16 - 18:32
    Profile
  • Butterfly
    Butterfly
    Norbi
    Posts: 99 from 2004/6/19
    I copied the disk image 78 GB.
    All partitions together (one fileimage)
    Target disk(usb) was exFAT

    [ Edited by Norbi 25.01.2016 - 23:00 ]
  • »25.01.16 - 21:59
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    Alright.
    Even if this is working I'm not copying the whole partition image if it's only filled 5%. Hmm, can this be piped over xz while copying?

    Anyhow, if there another tool than can create empty images that I can mount and copy over the stuff?


    Manfred
  • »26.01.16 - 18:59
    Profile
  • Butterfly
    Butterfly
    Norbi
    Posts: 99 from 2004/6/19
    Its easy :)

    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


    This is one method for making an image disk
  • »26.01.16 - 19:37
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    Thanks.
  • »28.01.16 - 12:03
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    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.


    Manfred
  • »01.02.16 - 20:05
    Profile
  • Butterfly
    Butterfly
    Norbi
    Posts: 99 from 2004/6/19
    Instead of creating the file, you can use any existing n.e. image dvd, avi file or other large file.
  • »01.02.16 - 22:40
    Profile