Some time ago I wanted to access a disk image for a virtual machine using a loop device, but I couldn’t access the partitions – /dev/loop0 pointed to the “disk”, no partitions available. Well, I learned that it is possible, and here’s how. Let’s take a closer look at the nbd module: # modinfo nbdContinue reading “Partitions on loop and network block devices”