Package: libblkid1
Version: 1.40.5-2

Hello,
my box decides more or less randomly how attached disks should be named. So I'm using LABEL="xxx" in /etc/fstab to identify filesystems. It worked great until today - now there is strange unwanted /etc/blkid.tab, which contains values from *previous* boot. Actually probably from first boot which occurred after latest e2fsprogs update. Which unfortunately completely breaks boot on my system - after system boots (fortunately boot disk is always /dev/sda, so system at least boots) I have to remove /etc/blkid.tab and then try 'mount -a' again:

gwy:~# mount /vms6
mount: No medium found
gwy:~# grep vms6 /etc/blkid.tab
<device DEVNO="0x0891" TIME="1202040213" LABEL="vms6" UUID="82a15e8d-bae0-4300-8329-dc89268a71c4" SEC_TYPE="ext2" TYPE="ext3">/dev/.static/dev/sdj1</device>
gwy:~# rm /etc/blkid.tab
gwy:~# mount /vms6
gwy:~# grep vms6 /etc/blkid.tab
<device DEVNO="0x0831" TIME="1202040663" LABEL="vms6" UUID="82a15e8d-bae0-4300-8329-dc89268a71c4" TYPE="ext3" SEC_TYPE="ext2">/dev/sdd1</device>
gwy:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
proc            /debian-x64/proc           proc    defaults        0       0
/dev/sda5       /               ext3    defaults,errors=remount-ro 0       1
/dev/sda6       none            swap    sw              0       0
/dev/hda        /media/cdrom0   udf,iso9660 user,noauto     0       0
none            /selinux        selinuxfs       noauto  0 0
/dev/sda1       /dos/d          ntfs    ro,umask=022    0       0
/dev/sda2       /dos/c          ntfs    ro,nls=utf8,umask=022   0       0
LABEL=vms /vms ext3 defaults,errors=remount-ro 0 1 LABEL=vms2 /vms2 ext3 defaults,errors=remount-ro 0 1 LABEL=vms3 /vms3 ext3 defaults,errors=remount-ro 0 1 LABEL=vms4 /vms4 ext3 defaults,errors=remount-ro 0 1 LABEL=vms5 /vms5 ext3 defaults,errors=remount-ro 0 1 LABEL=vms6 /vms6 ext3 defaults,errors=remount-ro 0 1 LABEL=vms7 /vms7 ext3 defaults,errors=remount-ro 0 1
none            /proc/bus/usb   usbfs   defaults        0       0

This boot /dev/sdj is USB floppy, while last time it was one of harddisks. Also for some reason sometime blkid decides to use /dev/.static/dev/X entries instead of /dev/X :-(

It would be great if mounting by label could work again... (mount is 2.13.1-1, but to me it looks like libblkid's problem)
                                                Thanks,
                                                        Petr Vandrovec





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

Reply via email to