Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
Device Manager (gnome)
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor tiede on Device Manager (gnome)

Allow quick-editing of external drive labels.  
Written by tiede the 9 Apr 09 at 18:23. New
Currently, if one wishes to change the label for an external drive, say for example a simple USB Flash Drive, they must following this: https://help.ubuntu.com/community/RenameUSBDrive

It would be better if such a simple task did not require extensive command-line usage...
A very easy, and quite intuitive way, would be to allow the user to select the drive in nautilus' My Computer window, and rename it from there.
Finding the filesystem type and using the appropriate command could then be executed in the background (read seemlessly), by the OS, or some handler application.

This helps the user in quickly identifying his external drives, either in his personal PC or elsewhere, as opposed to just selecting mount points with serial numbers, which would only work locally on his own computer.
48
votes
up equal down
Solution #1: Modify gnome-device-manager to listen to such a request via dbus
Written by tiede the 9 Apr 09 at 18:23.
Nautilus could send such a request to gnome-device-manager or even hal, if needed, and that program (preferrably gnome-device-manager) could then call on mtools, e2label, or other such program, to accomplish the task.
27
votes
up equal down
Solution #2: Offer simpler instructions for changing a drive label using GParted
Written by jamesisin the 10 Apr 09 at 07:44.
I used a much easier method for changing drive labels than the one the op links to above. It is found in the first segment of this blog post:

http://www.soundunreason.com/InkWell/?p=918

What could be improved in this method is making it easier to remount an unmouted drive using GParted.
-3
votes
up equal down
Solution #3: Easy solution
Written by sighK the 22 Apr 09 at 18:55.
read man zenity --list
parse the mount command for block devices
show these in the zenity list
then use parted with the return of zenity with gksudo to write the device label.

See the 2 comments or propose a solution (latest comment the 12 Apr 12 at 07:52) >>