You are not logged in.

#1 2009-05-07 08:20:45

harumph
Member
Registered: 2009-04-24
Posts: 12

Udev not assigning device node to external HDD

Well the device is being recognized, but no device node is given. It's a brand new Seagate 1.5 TB right out of the box. Plugged into the rear mobo USB 2.0 slot. My log reads

May  7 02:55:35 starla kernel: usb 2-3: new high speed USB device using ehci_hcd and address 3
May  7 02:55:36 starla kernel: usb 2-3: configuration #1 chosen from 1 choice
May  7 02:55:36 starla kernel: scsi12 : SCSI emulation for USB Mass Storage devices
May  7 02:55:41 starla kernel: scsi 12:0:0:0: Direct-Access     Seagate  FreeAgent        102D PQ: 0 ANSI: 4
May  7 02:55:50 starla kernel: sd 12:0:0:0: [sdi] 2930277168 512-byte hardware sectors: (1.50 TB/1.36 TiB)
May  7 02:55:50 starla kernel: sd 12:0:0:0: [sdi] Write Protect is off
May  7 02:55:50 starla kernel: sd 12:0:0:0: [sdi] 2930277168 512-byte hardware sectors: (1.50 TB/1.36 TiB)
May  7 02:55:50 starla kernel: sd 12:0:0:0: [sdi] Write Protect is off
May  7 02:55:50 starla kernel: sdi: sdi1 sdi2 sdi3 sdi4
May  7 02:55:50 starla kernel: sd 12:0:0:0: [sdi] Attached SCSI disk
May  7 02:55:50 starla kernel: sd 12:0:0:0: Attached scsi generic sg9 type 0

And that's all it says. I can't mount it because there's no device node that I can tell anyways. And I don't see it in /dev/

[root@starla ~]# ls /dev/
adsp             mixer               sg5       tty32  ttyS3
audio            net                 sg6       tty33  urandom
block            network_latency     sg7       tty34  usbdev1.1
bsg              network_throughput  sg8       tty35  usbdev1.1_ep00
bus              null                sg9       tty36  usbdev1.1_ep81
cd               nvidia0             shm       tty37  usbdev1.2
cdrom            nvidiactl           snapshot  tty38  usbdev1.2_ep00
cdrom0           port                snd       tty39  usbdev1.2_ep02
cdrw             ppp                 sound     tty4   usbdev1.2_ep81
cdrw0            psaux               sr0       tty40  usbdev2.1
char             ptmx                stderr    tty41  usbdev2.1_ep00
console          pts                 stdin     tty42  usbdev2.1_ep81
core             random              stdout    tty43  usbdev2.3
cpu_dma_latency  root                tts       tty44  usbdev2.3_ep00
disk             rtc                 tty       tty45  usbdev2.3_ep01
dsp              rtc0                tty0      tty46  usbdev2.3_ep81
dvd              scd0                tty1      tty47  usbdev3.1
dvd0             sda                 tty10     tty48  usbdev3.1_ep00
dvdrw            sda1                tty11     tty49  usbdev3.1_ep81
dvdrw0           sda2                tty12     tty5   usbdev4.1
fd               sda3                tty13     tty50  usbdev4.1_ep00
full             sda4                tty14     tty51  usbdev4.1_ep81
fuse             sdb                 tty15     tty52  usbdev5.1
initctl          sdc                 tty16     tty53  usbdev5.1_ep00
input            sdd                 tty17     tty54  usbdev5.1_ep81
kmem             sde                 tty18     tty55  usbdev6.1
kmsg             sdf                 tty19     tty56  usbdev6.1_ep00
log              sdg                 tty2      tty57  usbdev6.1_ep81
loop             sdh                 tty20     tty58  usbdev7.1
loop0            sdi                 tty21     tty59  usbdev7.1_ep00
loop1            sdi1                tty22     tty6   usbdev7.1_ep81
loop2            sdi2                tty23     tty60  usbdev8.1
loop3            sdi3                tty24     tty61  usbdev8.1_ep00
loop4            sdi4                tty25     tty62  usbdev8.1_ep81
loop5            sequencer           tty26     tty63  vc
loop6            sequencer2          tty27     tty7   vcc
loop7            sg0                 tty28     tty8   watchdog
mapper           sg1                 tty29     tty9   zero
mcelog           sg2                 tty3      ttyS0
mem              sg3                 tty30     ttyS1
misc             sg4                 tty31     ttyS2

sdi1-4 are the internal hdds in my raid array.

Offline

#2 2009-05-07 09:15:32

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: Udev not assigning device node to external HDD

From that output sda looks like an internal drive sdi is your usb 1.5 TB drive.

May  7 02:55:36 starla kernel: scsi12 : SCSI emulation for USB Mass Storage devices
May  7 02:55:41 starla kernel: scsi 12:0:0:0: Direct-Access     Seagate  FreeAgent        102D PQ: 0 ANSI: 4
May  7 02:55:50 starla kernel: sd 12:0:0:0: [sdi] 2930277168 512-byte hardware sectors: (1.50 TB/1.36 TiB)

Are you sure you are not getting your drives mixed up?

Not sure why it has 4 partitions though. That is weird. Unless you have partitioned it yourself.

Last edited by mikesd (2009-05-07 09:18:12)

Offline

#3 2009-05-08 00:47:54

harumph
Member
Registered: 2009-04-24
Posts: 12

Re: Udev not assigning device node to external HDD

mikesd wrote:

From that output sda looks like an internal drive sdi is your usb 1.5 TB drive.

May  7 02:55:36 starla kernel: scsi12 : SCSI emulation for USB Mass Storage devices
May  7 02:55:41 starla kernel: scsi 12:0:0:0: Direct-Access     Seagate  FreeAgent        102D PQ: 0 ANSI: 4
May  7 02:55:50 starla kernel: sd 12:0:0:0: [sdi] 2930277168 512-byte hardware sectors: (1.50 TB/1.36 TiB)

Are you sure you are not getting your drives mixed up?

Not sure why it has 4 partitions though. That is weird. Unless you have partitioned it yourself.

sda are my devices, dvd and stuff. sdi is a 3x500gb raid 0 array internal. it's 4 partitions are for boot, /, swap, and home. i'm not sure why it says sdi at the end. unless sdi is the node of the external and sdi1 sdi2 sdi3 sdi4 are the partitions of my array. but i'm pretty sure sdi without a number is where i have installed grub.

Offline

#4 2009-05-08 11:03:55

harumph
Member
Registered: 2009-04-24
Posts: 12

Re: Udev not assigning device node to external HDD

well here is something weird. the drive shows up in pcmanfm now, i think. when i plug the hdd in and then boot up, a 94.5gb, 1.3tb, and 7.6gb disks show up. what's weird is that these sizes are all the sizes of my internal partitions. in fact they are my internal partitions. but they don't show up in pcmanfm until i plug in the external hdd. i'm under a user account, not root.

Offline

Board footer

Powered by FluxBB