!7 p { L l = oshi_diskStores(); for (HWDiskStore disk : l) printStruct(mapPlus(callGetters(disk, 'name, 'model, 'serial, 'size, 'reads, 'readBytes, 'writes, 'writeBytes, 'transferTime, 'timeStamp), partitions := l(disk.getPartitions()))); }