louis_b
10-30-2003, 05:22 AM
II've just obtained a USB 30 gb drive. I managed to get it mounted in RH8.0 with no problems. When attempting the same in Mandrake 9.0 on a notebook, I had problems booting with the drive plugged in -- it hung right after log-in. So, I unplugged it, rebooted and then plugged it back in.
All of the required USB components are present as shown from lsmod:
ide-cd 28712 0
cdrom 26848 0 [sr_mod ide-cd]
hid 18340 0 (unused)
ide-scsi 8212 0
usbkbd 3412 0 (unused)
scsi_mod 90372 4 [usb-storage sd_mod sr_mod ide-scsi]
input 3456 0 [keybdev mousedev hid usbkbd]
ehci-hcd 14472 0 (unused)
usb-ohci 18216 0 (unused)
usbcore 58304 1 [usb-storage hid usbkbd ehci-hcd usb-ohci]
Unfortunately, there is no /dev/sda1. I created one using the command: mknod /dev/sda1 b 8 1 (I'm not sure if the two numbers are correct). When I attemtped to mount the device, I received an error: Not a valid block device.
If I cat /var/log/messages, I get the following:
kernel: Initializing USB Mass Storage driver...
kernel: usb.c: registered new driver usb-storage
kernel: USB Mass Storage support registered.
kernel: keyboard.c: can't emulate rawmode for keycode 272
kernel: hub.c: USB new device connect on bus3/1, assigned device number 2
kernel: scsi1 : SCSI emulation for USB Mass Storage devices
So, it appears that I have what's needed but my /dev/sda1 is not valid. How do I fix this?
Thanks for the help.
(Yes I did search the forums and google but they were only partly helpful)
All of the required USB components are present as shown from lsmod:
ide-cd 28712 0
cdrom 26848 0 [sr_mod ide-cd]
hid 18340 0 (unused)
ide-scsi 8212 0
usbkbd 3412 0 (unused)
scsi_mod 90372 4 [usb-storage sd_mod sr_mod ide-scsi]
input 3456 0 [keybdev mousedev hid usbkbd]
ehci-hcd 14472 0 (unused)
usb-ohci 18216 0 (unused)
usbcore 58304 1 [usb-storage hid usbkbd ehci-hcd usb-ohci]
Unfortunately, there is no /dev/sda1. I created one using the command: mknod /dev/sda1 b 8 1 (I'm not sure if the two numbers are correct). When I attemtped to mount the device, I received an error: Not a valid block device.
If I cat /var/log/messages, I get the following:
kernel: Initializing USB Mass Storage driver...
kernel: usb.c: registered new driver usb-storage
kernel: USB Mass Storage support registered.
kernel: keyboard.c: can't emulate rawmode for keycode 272
kernel: hub.c: USB new device connect on bus3/1, assigned device number 2
kernel: scsi1 : SCSI emulation for USB Mass Storage devices
So, it appears that I have what's needed but my /dev/sda1 is not valid. How do I fix this?
Thanks for the help.
(Yes I did search the forums and google but they were only partly helpful)