Koozali.org: home of the SME Server

Help required --- Adding a USB HDD to SME 6.0.1-01

Offline paul_NZ

  • ****
  • 79
  • +0/-0
    • http://www.csssnz.com
Help required --- Adding a USB HDD to SME 6.0.1-01
« on: August 27, 2006, 05:03:45 AM »
Dell Poweredge Server running hardware raid and 3 scsi drives.

Attached a USB HDD ... not recognised, found USB in BIOS in server disabled,  enabled, rebooting server.

Following this How To http://no.longer.valid/phpwiki/index.php/How%20to%20connect%20a%20USB%20Hard%20Disk%20to%20SME%206.0.1-01

When I run "cdrecord --scanbus" this is the output

Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 3.1.24
cdrecord: Warning Linux Bus mapping botch.
cdrecord: Warning Linux Bus mapping botch.
Using libscg version 'schily-0.5'
scsibus1:
        1,0,0   100) *
        1,1,0   101) *
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) 'NEC     ' 'CD-ROM DRIVE:466' '1.06' Removable CD-ROM
        1,6,0   106) *
        1,7,0   107) *
scsibus2:
        2,0,0   200) 'MegaRAID' 'LD0 RAID1 17278R' '1.01' Disk
        2,1,0   201) *
        2,2,0   202) *
        2,3,0   203) *
        2,4,0   204) *
        2,5,0   205) *
        2,6,0   206) 'DELL    ' '1x2 U2W SCSI BP ' '5.35' Processor
        2,7,0   207) *

I don't see my attached USB HDD.

I know the USB Drive is ok as I can see it/use it when attached to W2000 Pro pc.

What am I missing? and/or am I required to run something like modprobe usb-storage in order to have the drive recognised?

Actually, I've tried modprobe usb-storage and this has not helped, I've also since rebooted server a couple of times.

Any help appreciated ... thanks

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Help required --- Adding a USB HDD to SME 6.0.1-01
« Reply #1 on: August 27, 2006, 10:41:50 AM »
I don't know if it works for SME 6, but in SME 7 I access the disk under /media/label, where the label is the name of the USB HD. So if you label the disk using Windows (as long as you use a FAT 32 partition you can use them on both architectures) you might be able to access it.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Help required --- Adding a USB HDD to SME 6.0.1-01
« Reply #2 on: August 27, 2006, 03:00:57 PM »
If you think you know whats going on, you obviously have no idea whats going on!

Offline paul_NZ

  • ****
  • 79
  • +0/-0
    • http://www.csssnz.com
Help required --- Adding a USB HDD to SME 6.0.1-01
« Reply #3 on: August 27, 2006, 09:23:41 PM »
Quote from: "crazybob"
Take a look here

http://forums.contribs.org/index.php?topic=32735.0

Bob


Thanks Bob ... I did find that posting and I find that this command insmod usb-uhci appears to error but I actually think the problem is that I'm running hardware raid and that SME can't see 'behind' the controllers ... might be wrong.

Any other thoughts or tips.

Offline paul_NZ

  • ****
  • 79
  • +0/-0
    • http://www.csssnz.com
Help required --- Adding a USB HDD to SME 6.0.1-01
« Reply #4 on: August 29, 2006, 04:12:47 AM »
Quote from: "paul_NZ"
command insmod usb-uhci appears to error but I actually think the problem is that I'm running hardware raid and that SME can't see 'behind' the controllers ... might be wrong.

Any other thoughts or tips.


This is the output from commands run so far

[root@mrc01 etc]# insmod usbcore
Using /lib/modules/2.4.20-18.7smp/kernel/drivers/usb/usbcore.o
insmod: a module named usbcore already exists
[root@mrc01 etc]# insmod usb-storeage
insmod: usb-storeage: no module by that name found
[root@mrc01 etc]# insmod usb-storage
Using /lib/modules/2.4.20-18.7smp/kernel/drivers/usb/storage/usb-storage.o
insmod: a module named usb-storage already exists
[root@mrc01 etc]# insmod usb-uhci
Using /lib/modules/2.4.20-18.7smp/kernel/drivers/usb/host/usb-uhci.o
/lib/modules/2.4.20-18.7smp/kernel/drivers/usb/host/usb-uhci.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
      You may find more information in syslog or the output from dmesg
[root@mrc01 etc]#

but I'm unable to see where to go to from here ... any help appreciated.