How exactly would I rename a USB drive?
I've read that you can go into the Disk Utility, click on Edit Partition, and there is an option to rename the label but I can't click in the area to rename.
Is there any other way?
How exactly would I rename a USB drive?
I've read that you can go into the Disk Utility, click on Edit Partition, and there is an option to rename the label but I can't click in the area to rename.
Is there any other way?
First, obtain the location of your USB drive:
Assuming that your device location is
/dev/sdb1/
:You can safely check the current label without any side effects by issuing the following command:
Most USB sticks are formatted using FAT16/FAT32. To change the label via the prompt, use the
mlabel
command. The label of a FAT filesystem requires to be exactely 11 characters. No more, no less. When characters are omitted, spaces are added at the beginning, and seemingly random characters are appended at the end.Install the mtools package (GNU Tools for MSDOS filesystems):
Then you might need to configure the mtools drives settings, hence add the following two lines to /etc/mtools.conf (you will need sudo to edit)
Having saved, you should then be able to look at your USB drive in (say) /dev/sdb1 as drive u:
(See comments ....) Then relabel:
For other filesystems (rarely used for USB sticks), see this page.
None of the given answers worked for me on my 14.10 system. I used gparted as described in https://help.ubuntu.com/community/RenameUSBDrive.
sudo apt-get install gparted
Right click on the drive you want to edit to bring up the properties window. Then the name will be highlighted by default. Just type your name and click enter.
Simpler:
Insert USB into a Mac or Windows PC
Right click on the device in Finder or Explorer > Rename
or
In macOS Finder > command click on USB name > it is selected > type new name
or
In macOS Finder > select USB > hit Enter > name is selected > type new name