Update: thank you ALL for all your input! 💐 After some back and forth with @thorry@feddit.org , I decided to simply swap between the two capture cards whenever I need to, in order to make room for my old 3080 and call it a day. This way, I won’t have to spend any more money on this project and I retain the processing power of the 3080 when I start encoding my raw captures.

QmKt2dmmU49sdcm.jpg

I am just about to set up my new Linux machine, which will be used to convert analog video and audio to digital video and audio. Is there any reason why I shouldn’t run the system off of a live USB stick (say, a good quality one from Sandisk), that is, without installing Linux on the hard drive and not setting up a boot partition, a system partition, and all that?

  • klankin@piefed.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 hours ago

    Just mount /home and /var to an SSD, tempFS(If you dont care about your data), or network drive and this is a perfect purpose for USB booting.

    Saves your hard drives from all the bootloader stuff, and should be faster than a spinning disk if the drive is 3.0.

    Id even mount the USB as read only to ensure it isnt damaged, and use any ISO generator to manage updates from another device (Like create a new flash, shutdown this PC, plug in the new flash - bam update complete)

    • MangoCats@feddit.it
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      /home and /var are the main targets for persistent storage. Unfortunately, a LOT of applications color outside those lines, so you’re into a bit of case-by-case for what else needs to go into persistent storage, depending on what you run and how you configure it.