# What size does the kernel think nbd0 is? blockdev --getsize64 /dev/nbd0 blockdev --getsz /dev/nbd0 # What does the superblock say? python3 -c " import struct with open('/dev/nbd0','rb') as f: f.seek(1024) sb = f.read(256) blocks_lo = struct.unpack_from('