Remix.run Logo
ggm 4 hours ago

NFS diskless is the more common approach I've used but this is very cool.

KaiserPro 3 hours ago | parent | next [-]

NFS diskless was easier for me to setup when I was doing it.

THe caveat was, you needed readonly root, so that meant freezing the OS, anything that needed changing was either stored in a ram disk (that you need to setup) or a per host nfs area (kinda like overlayfs, but not)

yjftsjthsd-h 2 hours ago | parent [-]

Why would you need a read-only root? Do you mean to share across multiple machines?

ahepp 4 hours ago | parent | prev [-]

When I tried root-on-nfs I had a lot of issues. The Redhat and Arch package managers don't seem to like it (presumably a sqlite thing?).

contingencies 3 hours ago | parent [-]

You can download the rootfs, extract it to a ramdisk, and just run in memory. This is fast for everything. Unfortunately, memory just got super expensive. Fortunately, Linux requires ~no memory to do many useful things.