They’re saved on my SD card but how do I know that they will be available after upgrading my SSD? And will a new Emudeck install not overwrite my SD card?

  • SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 months ago

    If it’s something you’re worried about, you can move the data files to another location or your cloud storage of choice. I can’t think of why it would get erased, but bugs and mistakes can happen.

    Emudeck seems to store its files in the “Emulation” folder, in a subfolder named “saves”. It seems that’s next to where it keeps your ROMs. Using the file explorer in Desktop mode, you can copy-paste this folder somewhere else (or pull it off the SD card entirely), so if the Emulaton folder does get reset, you can just copy things back into it. Although some emulators do use links to other folders (think like shortcuts), so check that out for any specific systems you emulate. If it has a small “link” icon, then you’ll need to copy the files inside directly.

    Of course, this is all if you want to be paranoid and 100% sure. I’d be very surprised if Emudeck erases any user data on a reinstall.

    • Gompje@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      I moved from 256 to 1tb.

      First I used an usb-c adapter for the new ssd, this allowed me to copy all the files over from the existing disk using desktop mode and some terminal commands. Even the hidden files etc. After proper formatting and prepping the new disk.

      Then I just replaced the old with the 1tb. Everything was the same: no loss of anything. The full 1tb was usable as well.

      I followed a tut online just for the commands. If you don’t find it: shoot! I will digg in my history :)

  • hogart@feddit.nu
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    9 months ago

    Worked for me. Saves weere still there after my internal ssd swap. Had my saves on sd card. Fresh install of emudeck found old saves.

  • electric_nan@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

    I just upgraded my SSD yesterday. I used an SD card with Ventoy on it to live-boot Linux Mint. Then I plugged in a portable hard drive using a USB c to USB a adapter. Then I opened a terminal, and the onscreen keyboard (from Mint accessibility settings), I did ‘dd if=/dev/nvme01n of=/path/to/hardisk/steam.iso’

    Then, I took apart the deck, and swapped the SSD. Then I repeated the process above like: ‘dd if=/path/to/harddisk/steam.iso of=/dev/nvme01n’

    After that, I booted the system back into steam without a hiccup. Perfect clone.