![]() |
How to change "volume label" of the USB drives?
Hya,
Question is: How to change "volume label" on the drives connected through USB? - USB memory stick, external hard drive (ext3), ... Reason is: Volume without label is recognized as generic name by udev. This is confusing every once in a while. So I want specific name to each USB stick, external drive... I know how to set it, using mkfs. (for ext3 mkfs.ext3 -L labelName, for vfat mkfs.vfat -n volumeName) But doing so, drive is initialized. I tried "mlabel" but does not work well. For some reason, web search gives me only mlabel. Is there any way to keep content and change "volume label" ? I appreciate any suggestion. Happy Penguins! |
I use "mlabel" to do it. You probably need to edit /etc/mtools.conf to be able to assign a dos device name to the pen drive.
Here is an excerpt from a previous message I posted: Quote:
|
I'd use e2label, like this: e2label device newlabel
|
Hya,
Thanks, both tricks do. Also I found that tune2fs can change label. Happy Penguins! |
Hi,
Quote:
Andrew |
ridiculous, wrapper script
That's ridiculous, so I wrote a wrapper script: http://sam.nipl.net/code/nipl-tools/bin/fattag
|
Label USB device via GUI
In GPARTED right click on entry. There's an option to label......
|
| All times are GMT -5. The time now is 05:53 AM. |