I have two servers that I am managing. They both have SME6.0. I want to use a usb hard drive to run backups. One of the machines is running the backups just fine. The other is unable to mount the usb drive. I first noticed that the USB ports were disabled in the bios. I fixed that problem and was able to get the following information when using lspci -v:
00:11.2 USB Controller: VIA Technologies, Inc. USB (rev 1b) (prog-if 00 [UHCI])
Subsystem: VIA Technologies, Inc. (Wrong ID) USB Controller
Flags: bus master, medium devsel, latency 32, IRQ 11
I/O ports at cc00 [size=32]
Capabilities: [80] Power Management version 2
00:11.3 USB Controller: VIA Technologies, Inc. USB (rev 1b) (prog-if 00 [UHCI])
Subsystem: VIA Technologies, Inc. (Wrong ID) USB Controller
Flags: bus master, medium devsel, latency 32, IRQ 11
I/O ports at d000 [size=32]
Capabilities: [80] Power Management version 2
00:11.4 USB Controller: VIA Technologies, Inc. USB (rev 1b) (prog-if 00 [UHCI])
Subsystem: VIA Technologies, Inc. (Wrong ID) USB Controller
Flags: bus master, medium devsel, latency 32, IRQ 11
I/O ports at d400 [size=32]
Capabilities: [80] Power Management version 2
When I try to mount the drive I get the following message:
# mount -t auto /dev/sda1 /mnt/usbdrive
mount: /dev/sda1 is not a valid block device
I am not able to use the lsusb command at all. If I run it I get the following:
lsusb
cannot open /proc/bus/usb, No such file or directory (2)
Please help me if possible.
# fdisk -l
Disk /dev/hda: 255 heads, 63 sectors, 9964 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 fd Linux raid autodetect
/dev/hda2 14 9931 79666335 fd Linux raid autodetect
/dev/hda3 9932 9964 265072+ fd Linux raid autodetect
Disk /dev/hdb: 255 heads, 63 sectors, 9964 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 fd Linux raid autodetect
/dev/hdb2 14 9931 79666335 fd Linux raid autodetect
/dev/hdb3 9932 9964 265072+ fd Linux raid autodetect