I’d appreciate a sanity check for what I’m planning to do later today.

I bought a minisforum um890 recently. It has 2 m.2 nvme ports. I have the system running nobara off one drive currently, the other is unfilled. The drive has file system encryption enabled.

I backed up the root folder of my system to a 128gb usb using backintime. I enabled encryption when asked.

I plan to install a second ssd, enable raid 0 striping on the 2 drives in bios, boot from a live USB, then install nobara onto the new raid storage.

After that, i should be able to reinstall backintime then restore my backup right?

  • MangoPenguin@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 month ago

    I’ve gotta ask, why RAID 0? I can’t think of a use case for that outside of very specific high IO applications in a server farm or something.

  • HouseWolf@lemm.ee
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    1 month ago

    As far as I’m aware there’s currently no way to setup drives in RAID without wiping both of them.

    I also haven’t tried encrypting my home/boot drive but normally if I want to make a complete backup of a drive I use Clonezilla. It’s saved my bacon many time including recently copying a HDD that was in the process of dying on me.

    It might be easiest to just backup your home directory and reinstall Nobara to the drives after you’d set them up in RAID.

    • aard@kyu.de
      link
      fedilink
      arrow-up
      3
      ·
      1 month ago

      If your install is using LVM (which anything installed over a bit more than a decade should be) you can set up the new second drive as a RAID with a missing device, add it as additional PV, use pvmove to move all PEs to the RAID, remove the old PV, and now add that disk to the RAID.

      • GenderNeutralBro@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        Does that really work for RAID 0? Since RAID 0 is striped (with “zero” redundancy), I wouldn’t expect an array with a missing device to work at all. But I can’t say I’ve ever tried.

        • aard@kyu.de
          link
          fedilink
          arrow-up
          3
          ·
          1 month ago

          It should work - possible that it won’t let you create a one disk raid 0, but creating a one disk raid 1 and then converting it to a two disk raid 0 should word. It’s been years since I played with a pure raid 0 (don’t see much sense in them), but managed conversion back then.

  • lemmyvore@feddit.nl
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 month ago

    Personally I would take this opportunity to segregate /home and / on two distinct SSDs. You can upgrade them separately in the future, optimize each of them for different purposes, you can fuff around with system partitions and trying new distros and whatnot without touching home etc.

    There’s nothing outstanding to gain from RAID0 if you don’t need the increase in speed. You could make an argument for RAID1 but unless you actually need 100% availability, again, not worth the complications. Take frequent backups (preferably incremental) and that’s it.

  • OneCardboardBox@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    Not sure what motherboard you have: Most consumer boards only support “FakeRAID”, which requires a kernel driver to actually function. Good luck finding a vendor who wrote a driver for Linux.

    I’d definitely recommend software RAID instead, as you’ll have better support. I like btrfs, so I’d recommend you set up your new drives to use a btrfs RAID configuration. mdadm is another option, if you really like ext4.

  • zingo@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    I bought a minisforum um890 recently.

    How do you like it? I’m planning of buying one and putting Proxmox on it.

    • bonus_crab@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      its neat, u can get 4k 240hz out of the usb4 output. Lm sensors didnt pick up the cpu temps. It’s VERY quiet, and the drives have an active heat sink on em. The nvme drive runs at around 40C.

      • zingo@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Nice!

        Thanks for the info.

        Been eying one for quite a while. I have read that the build quality is good too. Along with a good cooling solution.

        I’m actually thinking of using it as a replacement for my desktop/gaming machine. I only play 1 or 2 games anyway. Nothing the 780m can’t handle with ease. Also planning on 24/7 operation due to the much lower wattage.

  • GenderNeutralBro@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    Backing up / in it’s entirety might cause issues since there will be a lot of special files and crossed mount points. You should probably exclude /proc and any system folders from the backup. See: https://github.com/bit-team/backintime/blob/dev/FAQ.md#does-back-in-time-support-full-system-backups

    Since you’re planning to start with a clean Nobara install, you can probably exclude those during the restore step. Just be careful not to restore files that are in active use by the running system.

    Have you tested restoring from your backup? Can you do it from the liveUSB?