How can one read the label of a swap partition? The -L option to the mkswap, swapon, and swapoff commands, allows one to specify a label name, but I don't see any commands or options to just read the label of a swap partition. e2label doesn't grok swap partitions. 'dd if=/dev/hdax | xxd -g 1 -u | less' is too low level.