volume labels for disks
Hello
I recently upgraded my system from dapper to edgy and then to fiesty . Its working fine . As I am getting things learned in linux , I have a small doubt .I had assigned various volume labels for my partitions . Before upgrading from edgy to fiesty , the partitions were displayed by there volume labels . for eg; music, movies etc . But after upgrading to fiesty its being displayed by there physical names , like hda1,hda2, hdb1 etc . I attach my fstab file also with this message . Kindly put a solution to this
/etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda3 -- converted during upgrade to edgy
UUID=251a759b-
# /dev/hda1 -- converted during upgrade to edgy
UUID=D2FC73E0FC
# /dev/hda5 -- converted during upgrade to edgy
UUID=12F7553D74
# /dev/hda6 -- converted during upgrade to edgy
UUID=45B2-8AC3 /media/hda6 vfat defaults,
# /dev/hda7 -- converted during upgrade to edgy
UUID=0204415459
# /dev/hdb5 -- converted during upgrade to edgy
UUID=98C4F4A1C4
# /dev/hdb6 -- converted during upgrade to edgy
UUID=355F-19E9 /media/hdb6 vfat defaults,
# /dev/hda4 -- converted during upgrade to edgy
UUID=a023e6e5-
/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0
with regards
Ashraff
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2007-06-02
- Last reply:
- 2008-01-01
Jesus Gamio (jgamio) said : | #1 |
I don“t know much about the fstab but I change the label name with this command ina terminal:
sudo e2label /dev/sd6 music
where /dev/sd6 is your partition and music is your label
The man page of e2label says this:
e2label - Change the label on an ext2/ext3 filesystem
So this would not work for any other partition type like ntfs.
I'm also curious to find the solution to this problem.
Can you help with this problem?
Provide an answer of your own, or ask achapp for more information if necessary.