We are using 2 LaCie 500 GB Quadra drives (USB, firewire 400 and firewire 800).
The OS is RHEL5.
I plugged the first drive into the first USB port, created an ext3 filesystem, mounted it as /dev/sdc1, and wrote to the drive.
Then I plugged the second drive into the second USB port and powered the drive on. /dev was not updated with sdd or sdd1.
These are the devices in /dev:
crw------- 1 root root 442, 2054 Mar 14 16:25 usbdev2.7_ep00
crw------- 1 root root 442, 2054 Mar 14 16:25 usbdev2.7_ep01
crw------- 1 root root 442, 2054 Mar 14 16:25 usbdev2.7_ep81
crw------- 1 root root 21, 2 Mar 14 16:25 sg2
brw-r----- 1 root disk 8, 32 Mar 14 16:25 sdc
brw-r----- 1 root disk 8, 33 Mar 14 17:37 sdc1
crw-rw-rw- 1 root tty 5, 0 Mar 15 13:49 tty
crw-rw-rw- 1 root tty 5, 2 Mar 15 14:37 ptmx
Is there a way to make RHEL5 recognize the second USB port?
Thanks in advance for any help.