I'm booting my Raspberry Pi 4 from a USB SSD
31–33 of 33 posts
Re: I'm booting my Raspberry Pi 4 from a USB SSD
#32Earlier quoted context omitted.
Couple more things to remember: - don't use swap - make sure you have noatime on all your filesystems - identify other folders with frequently changing data (/tmp, $HOME/tmp, etc.) and also make sure you keep them in memory - you can use NFS for many of these things if that is possible
Something I never understand: Why is this not the default? So many people struggle with the same stuff over and over again, yet, there's no mechanism in Linux distros to package default settings for a use case.
Re: I'm booting my Raspberry Pi 4 from a USB SSD
#33Earlier quoted context omitted.
Networked storage but that won't be as fast as native drives.
I tend to disagree. It will depend on the network and the storage but it is not uncommon for network storage to actually be faster than local flash card. At home I have couple of older laptops my kids use for various things. I have installed linux on them and configured to boot over wifi and it actually sped up these machines significantly. I would not advise for everybody to do this, though. The setup is complex (th…