How to rename a USB flash drive
Depending on the filesystem, see this guide.
Quick info for FAT32:
fdisk -l
to see what your drive is, then:
sudo mlabel -i /dev/sdb1 ::mynewname
(substitute what you found in fdisk -l for the /dev/sdb1).
Depending on the filesystem, see this guide.
Quick info for FAT32:
fdisk -l
to see what your drive is, then:
sudo mlabel -i /dev/sdb1 ::mynewname
(substitute what you found in fdisk -l for the /dev/sdb1).