Package: libblkid1
Version: 1.40.11-1
Severity: important

Trying to mount a usb stick by label I get

        % mount /usb
        mount: special device /dev/sdd1 does not exist

/etc/fstab says to mount /usb by label:

        % grep /usb /etc/fstab
        none           /proc/bus/usb usbfs devgid=85,devmode=664 0 0
        LABEL=usbstick /usb          auto  user,noauto,relatime  0 0

The labeled partition is available in /dev/disk/by-label
(maintained by udev):

        % ls -l /dev/disk/by-label
        total 0
        lrwxrwxrwx 1 root root 10 Jun 24 06:33 export -> ../../sda5
        lrwxrwxrwx 1 root root 10 Jun 24 06:33 root -> ../../sda1
        lrwxrwxrwx 1 root root 10 Jun 24 06:33 rootbak -> ../../sda3
        lrwxrwxrwx 1 root root 10 Jun 24 06:33 swap -> ../../sda2
        lrwxrwxrwx 1 root root 10 Jun 24 06:47 usbstick -> ../../sdb1

But /etc/blkid.tab says:

        % grep usbstick /etc/blkid.tab
        <device DEVNO="0x0831" TIME="1214237678" UUID="cb88c734-8975-4646-ae4b-a474aa40778e" 
LABEL="usbstick" TYPE="reiserfs">/dev/sdd1</device>
        <device DEVNO="0x0841" TIME="1214061124" UUID="cb88c734-8975-4646-ae4b-a474aa40778e" 
LABEL="usbstick" TYPE="reiserfs">/dev/sde1</device>
        <device DEVNO="0x0811" TIME="1214282010" UUID="cb88c734-8975-4646-ae4b-a474aa40778e" 
LABEL="usbstick" TYPE="reiserfs">/dev/sdb1</device>

I surely do _not_ have 3 usb sticks with the same UUID. Obviously
/etc/blkid has been corrupted. There are many other UUIDs mentioned
several times in /etc/blkid.

Obviously "blkid -g" agrees:

        # blkid -g
        Segmentation fault (core dumped)


Regards

Harri




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to