
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?


I see. Well, scratch that then. 😅 Thanks! 🥰
You could buy an M.2 to USB enclosure and use a proper SSD NVMe as “USB drive” but I don’t really see any gain in it.
Hear hear. It’s just my laziness 🤣
If /home and /var are on disk and not USB then it might be ok. The rest of the os is typically only written when installing or configuring things.
Try it, might be fun.
Also the smaller OS’s (puppy linux, tailOS) that can run entirely in RAM are going to be fast when it comes to anything but disk reads.
I also thought about running from RAM but I guess the transcription might be needing the RAM too. So that route probably depends on how much RAM there is available
In such a scenario, do I create mount points for them or is there some other, preferred way of pointing to them? Symlinks?
Mount points in fstab
Roger🫡
It’s not a deal-breaker or anything tho. Just not for something long term. Totally feasible as something quick and dirty tho.
Yes, I did that for a while some years ago. It was fine. Good enough for using it in a training. And I lost interest in that setup early enough that the stick survives to this day.
I guess an SD card might be better. RasPis work from those for years just fine. Just don’t kill the power, power down nicely. SD cards are fragile on that
Interesting! Never thought of that, even though I am running three RPis 😅 I do have a micro SD card and a micro SD card to USB adapter… 🤔
Don’t if you value your data. Those are not intended for such tasks and will fail much sooner than your usual disk. Edit: read is fine, write is not