Hi.
I want to mount an external drive's volume automaticall upon boot, with its UUID, with something like :
UUID=cff8ea48-77a4-455c-81b0-6df544fb12ac /mnt/testbackups ext3 defaults,auto 0 0
But the disk is not found at boot time.
I believe the USB device detection takes too long, or happens after the mounting of fstab's volumes.
It's even worth if I ask for it to be fsck-ed with a last number changed to "2", in which case, the fsck reports a missing volume and aborts the boot.
Of course, from the command line at the end of the boot, mount -a works

Any suggestions ?