Hello, I broke my laptop about a week ago and could use a hand figuring out the best approach for recovering the files when my new laptop arrives

The laptop was running fedora and would have used whatever encryption option is default in the fedora installer (The laptop required a password before it’d fininish booting so I’m pretty confident it was encrypted), which I believe would be LUKS?

If I understand correctly the ssd is a socketed sata drive, so I figured I’d buy a sata drive enclosure when I get my new laptop that’d let me plug it in via USB

I have the password I needed to boot when the device was working, if I get a sata enclosure can I access the files?

Any input, guidance, thoughts or suggestions are appreciated :)

  • @[email protected]
    link
    fedilink
    7
    edit-2
    4 months ago

    # cryptsetup luksOpen /dev/sdX mydisk

    (You will be prompted for password)

    # mount /dev/mapper/mydisk /mnt

    Then files will be accessible under /mnt. Typically a GUI might do this for you, see gnome-disks, maybe nautilus too. There is no reason why you couldn’t access the files really, everything should work normally, given you put in the password correctly and you have the correct drivers (only have to worry about that if you compile your own custom kernel).

    • CrisOP
      link
      English
      44 months ago

      Thank you so much! I’ll investe this avenue of recovery once I have the enclosure and new laptop!

      I’d you don’t mind, what do you mean by correct drivers? Do I need to worry about using the same distro or a device with hardware related to the old one?

      • @[email protected]
        link
        fedilink
        44 months ago

        Do I need to worry about using the same distro or a device with hardware related to the old one?

        No. Only if you were doing something very weird on the old laptop or on the new laptop. In which case I’d assume you’d know what you were doing and wouldn’t be asking us.

        • CrisOP
          link
          English
          4
          edit-2
          4 months ago

          Thank you, I really appreciate your input!

          I’d offer you like a cookie or a smooch on the cheek or something, but the internet has not mechanism for that, so just know you have my appreciation

          Hope you have a great day ☺️

        • CrisOP
          link
          English
          14 months ago

          deleted by creator

  • bruhduh
    link
    3
    edit-2
    4 months ago

    You can install ssd/hdd from your current laptop to another pc and launch your os, enter password, and just copy files out of it, just remember to boot from it, enter boot priority in bios

    • CrisOP
      link
      English
      3
      edit-2
      4 months ago

      Unfortunately the new laptop will use and nvme m.2 drive where the old one I believe uses a regular old sata ssd, so I don’t think I can install it. Perhaps there’s a way I can do this with a old piece of junk hardware I have laying around if the enclosure and crypt setup avenue doesnt pan out

      Thank you for your suggestion!

      • bruhduh
        link
        3
        edit-2
        4 months ago

        Then you can also boot from live usb and “dd” whole drive from enclosure to new nvme drive, good luck in restoring your data brother

        • CrisOP
          link
          English
          34 months ago

          Ahhh, I hadn’t considered that, thanks, I’ll keep that in mind too!

          Thank you, I really appreciate the advice and guidance :)

          • bruhduh
            link
            24 months ago

            Good luck in your progress)