Renaming USB Drive Labels in Linux

Rename your usb drive in linux

Rename your usb drive in linux

There, you got all the inspirations from the web and your friends and have now Linux proudly running on your system. (Linux is the kernel, ya ya I know you got it). Your friend approaches you to help him get rid of the virus in his USB drive. And you are proud you are of help in terminating viruses with ease, thanks to Linux’s security. And he asks you to do a favour. To rename the USB drive label to his name, from the name “disk”.

You try to rename it from the terminal, but it fails. (Yes, command mv doesn’t work here.)

You open /media, right click on the USB Drive folder and go to Properties. But you find no option there either to change the drive Label! (Am talking with respect to Ubuntu. It’s great if other distros have it).

Did your new Linux system fail you? In Windows, you can rename Labels of USB’s just by visiting its Properties. Can’t Linux do even this simple thing!

Let me assure you that, you can, but in a slightly round about way.

From Terminal

You will be using the mlabel command.

1. First type the mount command to find out the device location of you pen drive. Find the line which goes like “/dev/sdc1 on /media/disk …”.

2. This means the device sdc1 which is my pen drive is mounted on /media/disk.

3. Next unmount the device.

sudo unmount /media/disk

4. Next use this command.

sudo mlabel -i /dev/sdc1 ::<new_label>

If you get a message like:
Total number of sectors (7831520) not a multiple of sectors per track (63)!
You can easily ignore the check by running this command:

echo mtools_skip_check=1 >> ~/.mtoolsrc

Try again and it should work.

5. The name of the USB should have changed. Unplug and Plug the pen drive back in and it will be mounted with the new label name.

The GUI way

1. For this you need the Gparted software. Install it if you don’t have it already.

2. Open the software as a super user, and select the pen drive from GParted>Devices>

3. Unmount the device if it hasn’t been, by right clicking on it.

4. After unmounting, right click on it and select “Label” and change it to whatever you want it to be. And then Apply it, by clicking the Edit>Apply All Operations.

5. Your pendrives label should be changed now.

Yes, it is a pretty around the way method. But unfortunately, nautilus doesn’t currently support partition renaming. Hope it’s there in Karmic Koala!

Subscribe / Share

Article by Jithin

The notoriety of Cracking brought me to the realms of Hacking. The beauty of Hacking instilled in me the patience for Reading. The super-joy of Reading honed my curiosity for Knowledge. The power of Knowledge brought meaning to the act of Sharing. Because Knowledge Multiplies when Divided and Shared. My Philosophy at it's best. Jithin tagged this post with: , , , , Read 9 articles by Jithin
6 Comments Post a Comment
  1. mulege says:

    huh thats good to know nice work!

  2. ian says:

    using ubuntu 8.04

    mlabel command was not recognised
    in gparted, there is no ‘label’ option

    thus for me this didn’t work at all

  3. sohlside says:

    Thanks for the article. One small tip for readers though, with sincere courtesy and respect intended, the unmount command is “umount” not “unmount”.
    Thanks for this. This method is less risky than doing it in gparted IMO.

  4. Donny Bahama says:

    Same here. Wish the author (or a commenter) would suggest an alternative.

  5. merle says:

    Excellent! Thank you.

Leave a Reply




Translator

English flagItalian flagKorean flagChinese (Simplified) flagChinese (Traditional) flagPortuguese flagGerman flagFrench flagSpanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroatian flagDanish flagFinnish flagHindi flagPolish flagRomanian flagSwedish flagNorwegian flagCatalan flagFilipino flagHebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flagSlovak flagSlovenian flagUkrainian flagVietnamese flagAlbanian flagEstonian flagGalician flagMaltese flagThai flagTurkish flagHungarian flagBelarus flagIrish flagIcelandic flagMacedonian flagMalay flagPersian flag

GH is powered by Theme SWIFT

Download