in reply to How to get a USB-drive label
#!/usr/bin/perl use strict; use warnings; system("fdisk -l /dev/sda"); [download]