Another trick I used in the past with a removable drive situation was to look for the second one. If it exists and can be read then you can link it to /dev/firewiredrive and link /dev/sda to /dev/usbdrive. If it does not exist then link /dev/firewiredrive to /dev/sda and link /dev/usbdrive to /dev/null. Then "manually" mount the drives within your script. {^_^} ----- Original Message ----- From: "Jeffrey W Comer" <jwc0@xxxxxxxxx> > I guess I should have written that the file systems on the other end of the > firewire and USB are both vfat, so the label= method will not work. (Unless > one can label vfat or use some other identifier in a FAT file system?) The > firewire holds a traditional DOS extended partition, which I guess is why it > comes in at /dev/sd?5. The USB houses a primary partition and it appears at > /dev/sda1.