Bug 145553 - Partition with uppercase LABEL / UUID not shown in media:/
Summary: Partition with uppercase LABEL / UUID not shown in media:/
Status: RESOLVED DUPLICATE of bug 145327
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-17 13:26 UTC by kujub
Modified: 2008-03-25 14:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kujub 2007-05-17 13:26:58 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 4.1.1 (Gentoo 4.1.1-r3) CFLAGS="-O2 -march=pentium3 -pipe"
OS:                Linux

I have one partition in /etc/fstab which was not shown in konqueror media:/ nor in system:/media . 

After playing around with the corresponding entry in /etc/fstab I found out about fstab entries:

These work normal,
but _not_ in konqueror:

UUID=F47B-2D80    /mnt/d vfat noauto,user,rw,utf8,codepage=850,shortname=mixed,uid=kurt,gid=kurt,umask=007,fmask=117 0 0
LABEL=PROG-DATEN  /mnt/d vfat noauto,user,rw,utf8,codepage=850,shortname=mixed,uid=kurt,gid=kurt,umask=007,fmask=117 0 0
LABEL=prog-daten  /mnt/d vfat noauto,user,rw,utf8,codepage=850,shortname=mixed,uid=kurt,gid=kurt,umask=007,fmask=117 0 0

These workarounds work normal in konqueror too:

UUID=f47b-2d80    /mnt/d vfat noauto,user,rw,utf8,codepage=850,shortname=mixed,uid=kurt,gid=kurt,umask=007,fmask=117 0 0
/dev/disk/by-label/PROG-DATEN /mnt/d vfat noauto,user,rw,utf8,codepage=850,shortname=mixed,uid=kurt,gid=kurt,umask=007,fmask=117 0 0
/dev/hda8         /mnt/d vfat noauto,user,rw,utf8,codepage=850,shortname=mixed,uid=kurt,gid=kurt,umask=007,fmask=117 0 0

The corresponding device node syslinks are:

lrwxrwxrwx 1 root root 10 14. Mai 15:24 /dev/disk/by-uuid/F47B-2D80 -> ../../hda8
lrwxrwxrwx 1 root root 10 14. Mai 15:24 /dev/disk/by-label/PROG-DATEN -> ../../hda8

So there seems to be no way at all with konqueror to have LABEL=... in /etc/fstab when label is uppercase.

Additionally handling of upper-/lowercase of UUIDs seems to be broken. It simply should not matter at all.

Versions are:

udevinfo --version
udevinfo, version 104

/usr/sbin/hald --version
HAL package version: 0.5.7.1

uname -r
2.6.19-suspend2-r3
Comment 1 kujub 2007-05-17 17:20:47 UTC
On ubuntu feisty with LABEL=PROG-DATEN partition is shown, but can not be mountet (konqueror says permition denied).
With workaround /dev/disk/by-label/PROG-DATEN it works here too.
Comment 2 kujub 2008-03-25 13:52:04 UTC
Same as in comment #1 here on ArchLinux with KDE 3.5.9 
With 'LABEL=PROG-DATEN' in fstab 'mount /mnt/d' is working in konsole
but not in konqueror (says 'permition denied').
Comment 3 kujub 2008-03-25 14:09:35 UTC
This is a dup of bug 145327

Closing.
Comment 4 Pino Toscano 2008-03-25 14:12:57 UTC
Then close in the proper way...
Comment 5 Pino Toscano 2008-03-25 14:13:08 UTC

*** This bug has been marked as a duplicate of 145327 ***
Comment 6 kujub 2008-03-25 14:39:52 UTC
Thanks for fixing, but I'm sorry not knowing how to do this the right way!
My Bugs give me only two posibilities:
 (*) Leave as ASSIGNED 
 (o) Mark bug as RESOLVED (you're the reporter)
and I can't find any manual/explanations on bugs.kde.org.