Setup| Introduction| Preparing an SD Card| Booting and Updating| Configuration of a compute node| Configuration of the login node| Setting up a loop device|

Preparing compute nodes for eessi

Credit to: https://linuxconfig.org/how-to-create-loop-devices-on-linux

To use eessi on diskless compute nodes, we need to create “pseudo” disk using

Create file

dd if=/dev/zero of=loopdevice bs=1M count=32768

Map the file to a block device

Create a partition and filesystem

Mount the file as a drive