On Sat, Feb 25, 2006 at 09:59:25AM -0500, Joel Gwynn wrote: > I have an old Dell gx300 with a Maxtor one-touch partitioned using LVM > When I first installed Ubuntu (Breezy Badger), it was detected on usb > and set up very nicely, thank you very much. But I decided that usb > 1.0 is way too slow, so I bought a firewire card, which was also > detected very nicely. > > The problem is that the drive is not found at boot anymore, and an > error is raised because it can't be mounted. But if I do a vgscan, > then a vgchage -ay, then mount -a, all is well and my volumes are > mounted. > > How do I tell LVM to look at the firewire card instead of the usb controller? LVM should look at all of the devices. Most likely the firewire interface/driver takes longer to startup than the USB does, and the drive isn't visible when the startup scripts do their vgscan. You might scan through their startup scripts and figure out where they do this. I've seen startup scripts that do wait for USB devices to settle, and perhaps they need to be enhanced to wait for firewire to be present. Dave _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/