On Tue, Jul 19, 2011 at 06:59:46PM +0200, Tom Gundersen wrote: > > Some new info: I get complaints from udev in /var/log/errors.log > > about files not being found in /lib/udev/rules.d. This would explain > > things I guess. But when I look in /lib/udev/rules.d those files *do* > > exist. So maybe things go a bit *too* fast (or out of order). If that > > is the case, what can be done about it ? > > Could you attach your fstab and the relevant parts of your logs ("grep > udev /var/log/errors.log")? I'm at a different site ATM, so this will have to wait. But the errors are all about .rules files not being found (which one seems to be different each time), and the fstab would be almost identical to what I have here: # # /etc/fstab: static file system information # # <file system> <dir> <type> <options> <dump> <pass> none /dev/pts devpts defaults 0 0 none /dev/shm tmpfs defaults 0 0 /dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0 /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0 /dev/sda3 / ext3 defaults 0 1 UUID=0abe80fe-78a0-4d8a-bb1e-1ea78f64f8d7 /boot ext2 defaults 0 1 UUID=e4bde8a3-1e79-4217-836b-c07ad8cc409b swap swap defaults 0 0 UUID=f5e985c2-45e2-4e1a-a0b3-a07dfab18206 /audio ext2 defaults 0 1 UUID=fc21faea-7cac-4132-9c7e-01201c1bf59e /data ext3 defaults 0 1 # Allowed USB pens etc. LABEL=/pp1 /usb/pp1 ext2 noauto,user 0 0 LABEL=/pp2 /usb/pp2 ext2 noauto,user 0 0 LABEL=/mt1 /usb/mt1 ext2 noauto,user 0 0 LABEL=/cr1 /usb/cr1 ext2 noauto,user 0 0 LABEL=/sony1 /usb/so1 ext2 noauto,user 0 0 LABEL=/sony2 /usb/so2 ext2 noauto,user 0 0 # Backup on nfs DLINK-6B7BF3:/mnt/HD_a2 /mnt/backup/v1 nfs noauto,user,rsize=32768,wsize=32768 0 0 DLINK-6B7BF3:/mnt/HD_b2 /mnt/backup/v2 nfs noauto,user,rsize=32768,wsize=32768 0 0 Note: /audio is on /dev/sdb, the others on /dev/sda -- FA