Why do you power off the router to connect the other drive?
Asus RT-N16 - 17670 kingkong 10/27/11, OTRW, 2x 2TB USBHDD My Wiki - http://www.techinfodepot.info
I have a Netgear WNR3500L router with DD-WRT Kong Mod USB/FTP/SAMBA3/OpenVPN/Proxy Build 18010M. I have been able to attach my USB HDD (ext3) to the router (via a powered USB hub) and have access to it.
Here is what the GUI Services>USB shows.

And this HDD is avaiable on my network.
I then turn my router off (using the power button on the rear) and connect a second external USB 80GB ext3 format HDD to the powered USB hub. The router is turned back on (using the power button).
I close and then reopen the GUI and find Services>USB displaying:

And neither HDD is availalable on my network.
Is there a way to mount both HDD's onto my router? I have next to no command line knowledge.
Netgear WNR3500L, DD-WRT Kong Mod USB/FTP/SAMBA3/OpenVPN/Proxy Build 18010M, Win XP Home SP3, Firefox 8, ethernet to GlobeSurfer II modem.
Why do you power off the router to connect the other drive?
Asus RT-N16 - 17670 kingkong 10/27/11, OTRW, 2x 2TB USBHDD My Wiki - http://www.techinfodepot.info
An old habit from Centronic port days. You may not be old enough to remember
.
Anyway, I tried connecting the second HDD with the router remaining on. The second HDD is still not found by the GUI.
Netgear WNR3500L, DD-WRT Kong Mod USB/FTP/SAMBA3/OpenVPN/Proxy Build 18010M, Win XP Home SP3, Firefox 8, ethernet to GlobeSurfer II modem.
@rbscairns
Please ssh or telnet into the router and post the output of the following commands:
lsusb
fdisk -l
blkid
mount
df
This last command 'df' will show you what files system partitions are mounted where.
if you see your second drive : /dev/scsi/host1/bus0/target0/lun0/part1
You can just put that into the blank field on your USB Web page for the mount point that you want to use... /mnt, /jffs or /opt.
I noticed that what is displayed on your router's USB Web GUI sometimes does not update well... it is showing you the contents of /tmp/disktype.dump and if that file did not get updated when you plugged in your second router, it will never get updated on the Web GUI.
I don't know how to ssh or telnet into the router, so inj the GUI I used Command Shell in Administration>Commands. With both HDD's connected to the powered USB hub, I am not able to access either HDD over my network and I get the following results from the commands:
lsusb
Bus 001 Device 004: ID 05e3:0608
Bus 001 Device 002: ID 05e3:0608
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
fdisk -l
sh: eval: line 1: fdisk: not found
blkid
[Blank]
mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
ramfs on /tmp type ramfs (rw)
devpts on /dev/pts type devpts (rw)
devpts on /proc/bus/usb type usbfs (rw)
df
Filesystem 1K-blocks Used Available Use% Mounted on rootfs 5376 5376 0 100% / /dev/root 5376 5376 0 100% /
The above doesn't mean much to me. I hope it does to you.
Netgear WNR3500L, DD-WRT Kong Mod USB/FTP/SAMBA3/OpenVPN/Proxy Build 18010M, Win XP Home SP3, Firefox 8, ethernet to GlobeSurfer II modem.
Hmmm...
From what you say, you don't have optware installed on your drive right?
So, can you just connect one drive and run the same commands and post the output?
BTW. If you are interested in enhancing your tool set to tinker with your router I strongly suggest you google and download 'putty.exe'.
On your Router's GUI, go to SERVICES tab and down to the 'Secure Shell' section and enable sshd and password login.
You can leave the port as 22 or change it, just remember what you set that port to.
Save+Apply
Afterward, open up your putty.exe, enter the ip address and port you selected or 22 if you did not change it. and open up a terminal session. The first time you will get a message about a Key. Just say ok and move on.
Now you should have a login: prompt from you router.
Enter your admin username (typically root and when you are prompted for a pw, enter your root password.
Voila, you should be now securely logged into your router where you can enter commands, etc.
If you feel safer on the Web GUI, then by all means continue that way.
I strongly recommend installing optware the right way but I have to warn you that it will initially take a bit of time to get it where you want it.
For now... let's try to figure out what your router is doing with the one drive and at least get you to see that drive on your network.
Zoomlink, you are correct in that I do not have optware installed on my drive.
Running the same commands (using the UGI) with one HDD connected, I get:
lsusb
Bus 001 Device 002: ID 1bcf:0c31
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
fdisk -l
sh: eval: line 1: fdisk: not found
blkid
/dev/scsi/host0/bus0/target0/lun0/part1: LABEL="NSDNAS" UUID="b50f9129-eb46-4dcb-b949-551126bd4621"
mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
ramfs on /tmp type ramfs (rw)
devpts on /dev/pts type devpts (rw)
devpts on /proc/bus/usb type usbfs (rw)
/dev/scsi/host0/bus0/target0/lun0/part1 on /tmp/mnt/disc0-part1 type ext3 (rw,data=ordered)
df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 5376 5376 0 100% /
/dev/root 5376 5376 0 100% /
/dev/scsi/host0/bus0/target0/lun0/part1
307663800 22260960 269774408 8% /tmp/mnt/disc0-part1
I have no problem enabling Secure Shell and using Putty.exe to get to the router's login screne. I am having trouble logging into the router.
What login name should I use; admin, root, or the name I use to login to the router's GUI?
What passwork should I use; pw, password, or the password I use to login to the router's GUI?
Netgear WNR3500L, DD-WRT Kong Mod USB/FTP/SAMBA3/OpenVPN/Proxy Build 18010M, Win XP Home SP3, Firefox 8, ethernet to GlobeSurfer II modem.
Kong, I have yet to establish SSH to the router.
Netgear WNR3500L, DD-WRT Kong Mod USB/FTP/SAMBA3/OpenVPN/Proxy Build 18010M, Win XP Home SP3, Firefox 8, ethernet to GlobeSurfer II modem.
Yes... for login in via SSH, username: root / pw:your root password.
Now let's mount the drive so you can see it on your network.
On your router's Web GUI, go to SERVICES>USB tab
Leave your selections as show on the pictures of the OP. Just add the following to the white field after "Mount this partition to /mnt" in there enter the following: /dev/scsi/host0/bus0/target0/lun0/part1
Hi save and apply... and just to be safe, reboot your router.
After you reboot your router, then go back to SERVICES>USB tab and make sure you r drive mounted to /mnt.
If it is mounted, then move to the SERVICES>NAS tab and setup the samba section so that your drive can become visible from the network.
Once you are done with that hit Save+Apply and refresh your network view from your computer and you should be able to see it.
Let us know how it went....
We still need you log into your router via SSH and post the output from the 'dmesg' command to see why your second drive is not mounting.
Zoomlink, thank you for your time on this. I really do appreciate it. My shout for beers when you are next in Cairns, Australia.
Single HDD conected to router via a powered USB hub. As per OP except:
Mount this partition to /mnt = /dev/scsi/host0/bus0/target0/lun0/part1 UUID
and
Mountpoints:
/dev/scsi/host0/bus0/target0/lun0/part1 mounted to /mnt
I also adjusted the NAS>File Sharing>Samba Shares Path to /mnt
All is working well and I have access to my single HDD attached to the router.
I am still having trouble trying to log into the router via ssh. None of my chosen login names or passwords appear to work.
With the above set-up, I ran dmesg in the GUI Administrations>Commands and got the following result:
Linux version 2.6.24.111 (bluebat@opensuse) (gcc version 4.1.2) #18 Fri Dec 16 13:52:06 CET 2011
CPU revision is: 00019740
Found a 8MB ST compatible serial flash
Determined physical RAM map:
memory: 04000000 @ 00000000 (usable)
Entering add_active_range(0, 0, 16384) 0 entries of 256 used
Zone PFN ranges:
Normal 0 -> 16384
HighMem 16384 -> 16384
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0 -> 16384
On node 0 totalpages: 16384
Normal zone: 0 pages used for memmap
Normal zone: 0 pages reserved
Normal zone: 16384 pages, LIFO batch:3
HighMem zone: 0 pages used for memmap
Movable zone: 0 pages used for memmap
Built 1 zonelists in Zone order. Total pages: 16384
Kernel command line: console=ttyS0,115200 root=1f02 rootfstype=squashfs noinitrd
Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes.
Primary data cache 32kB, 4-way, linesize 32 bytes.
Synthesized TLB refill handler (20 instructions).
Synthesized TLB load handler fastpath (32 instructions).
Synthesized TLB store handler fastpath (32 instructions).
Synthesized TLB modify handler fastpath (31 instructions).
PID hash table entries: 512 (order: 9, 2048 bytes)
CPU: BCM4716 rev 1 at 453 MHz
Using 226.500 MHz high precision timer.
console [ttyS0] enabled
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 58616k/65536k available (3550k kernel code, 6856k reserved, 1377k data, 188k init, 0k highmem)
Calibrating delay loop... 226.09 BogoMIPS (lpj=1130496)
Mount-cache hash table entries: 512
NET: Registered protocol family 16
Generic PHY: Registered new driver
PCI: Using membase 8000000
PCI: Disabled
PCI: no core
PCI: Fixing up bus 0
NET: Registered protocol family 2
Time: MIPS clocksource has been installed.
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
WNR3500V2 GPIO Init
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
squashfs: version 3.0 (2006/03/15) Phillip Lougher
io scheduler noop registered
io scheduler deadline registered (default)
HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
N_HDLC line discipline registered.
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x0 (irq = 8) is a 16550A
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
MPPE/MPPC encryption/compression module registered
NET: Registered protocol family 24
PPPoL2TP kernel driver, V1.0
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky
et_module_init: passivemode set to 0x0
PCI: Setting latency timer of device 0000:00:02.0 to 64
eth0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.100.138.9
PCI: Setting latency timer of device 0000:00:01.0 to 64
pflash: found no supported devices
bootloader size: 262144
nvram size: 32768
sflash: Filesystem type: squashfs, size=0x525074
partition size = 5436416
Creating 5 MTD partitions on "sflash":
0x00000000-0x00040000 : "cfe"
0x00040000-0x007b0000 : "linux"
0x001a0c00-0x006d0000 : "rootfs"
mtd: partition "rootfs" doesn't start on an erase block boundary -- force read-only
0x007f0000-0x00800000 : "nvram"
0x006d0000-0x007a0000 : "ddwrt"
Broadcom Watchdog Timer: 0.07 initialized.
u32 classifier
Actions configured
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
ctnetlink v0.93: registering with nfnetlink.
IPv4 over IPv4 tunneling driver
GRE over IPv4 tunneling driver
ip_tables: (C) 2000-2006 Netfilter Core Team
ClusterIP Version 0.8 loaded successfully
TCP bic registered
TCP cubic registered
TCP westwood registered
TCP highspeed registered
TCP hybla registered
TCP htcp registered
TCP vegas registered
TCP scalable registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Welcome to PF_RING 3.2.1
(C) 2004-06 L.Deri
NET: Registered protocol family 27
PF_RING: bucket length 128 bytes
PF_RING: ring slots 4096
PF_RING: sample rate 1 [1=no sampling]
PF_RING: capture TX No [RX only]
PF_RING: transparent mode Yes
PF_RING initialized correctly.
PF_RING: registered /proc/net/pf_ring/
802.1Q VLAN Support v1.8 Ben Greear
All bugs added by David S. Miller
decode 1f02
VFS: Mounted root (squashfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 188k freed
roboswitch: Probing device eth0: found a 53115!
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
USB20H mdio control register : 0x80000010
PCI: Setting latency timer of device 0000:00:04.1 to 64
ehci_hcd 0000:00:04.1: EHCI Host Controller
ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:04.1: irq 5, io mem 0x18004000
ehci_hcd 0000:00:04.1: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
USB Universal Host Controller Interface driver v3.0
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB20H mdio control register : 0x80000010
PCI: Setting latency timer of device 0000:00:04.0 to 64
ohci_hcd 0000:00:04.0: OHCI Host Controller
ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:04.0: irq 5, io mem 0x18009000
usb 1-1: new high speed USB device using ehci_hcd and address 2
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
SCSI subsystem initialized
usb 1-1.2: new high speed USB device using ehci_hcd and address 3
Initializing USB Mass Storage driver...
usb 1-1.2: configuration #1 chosen from 1 choice
usb 1-1.4: new high speed USB device using ehci_hcd and address 4
usb 1-1.4: configuration #1 chosen from 1 choice
hub 1-1.4:1.0: USB hub found
hub 1-1.4:1.0: 4 ports detected
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
br0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
device br0 entered promiscuous mode
device vlan1 entered promiscuous mode
device eth0 entered promiscuous mode
device eth1 entered promiscuous mode
br0: port 2(eth1) entering learning state
br0: port 1(vlan1) entering learning state
device br0 left promiscuous mode
device br0 entered promiscuous mode
device br0 left promiscuous mode
device br0 entered promiscuous mode
br0: topology change detected, propagating
br0: port 2(eth1) entering forwarding state
br0: topology change detected, propagating
br0: port 1(vlan1) entering forwarding state
device vlan2 entered promiscuous mode
device vlan2 left promiscuous mode
scsi 0:0:0:0: Direct-Access ST932032 5AS PQ: 0 ANSI: 2
sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 38 00 00 00
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 38 00 00 00
sd 0:0:0:0: [sda] Assuming drive cache: write through
/dev/scsi/host0/bus0/target0/lun0: p1
sd 0:0:0:0: [sda] Attached SCSI disk
usb-storage: device scan complete
etherip: Ethernet over IPv4 tunneling driver
kjournald starting. Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
I hope that helps.
Netgear WNR3500L, DD-WRT Kong Mod USB/FTP/SAMBA3/OpenVPN/Proxy Build 18010M, Win XP Home SP3, Firefox 8, ethernet to GlobeSurfer II modem.
Ok, this is good news.. and I am definitely up for that beer when I am down under.
Just a quick note on your SSH login issue: When you start the Putty.exe, double check that you have the IP address right for the router, then the port you designated on your router for SSH (if you did not change it, default is 22).
AND.. that you have selected connection type as SSH.
The first time you do this, you "should get a pop-up warning" about the encryption keys. Just say OK or YES... can't remember and go on to establish your session.
Once you get this done...
Please plug in your second HDD to the powered USB HUB, and go to either the SSH terminal or the ADMIN>COMMANDS tab and do another 'dmesg' and post it so that we can see what your router saw and did when you plugged in your second HDD.
I now have SSH access to my router.
I have plugged my second HDD into the powered USB hub and (without rebooting the router) and I loose access to my router USB connected HDD's. I SSHed dmesg to the router with the following returned:
Zone PFN ranges:
Normal 0 -> 16384
HighMem 16384 -> 16384
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0 -> 16384
On node 0 totalpages: 16384
Normal zone: 0 pages used for memmap
Normal zone: 0 pages reserved
Normal zone: 16384 pages, LIFO batch:3
HighMem zone: 0 pages used for memmap
Movable zone: 0 pages used for memmap
Built 1 zonelists in Zone order. Total pages: 16384
Kernel command line: console=ttyS0,115200 root=1f02 rootfstype=squashfs noinitrd
Primary instruction cache 32kB, physically tagged, 4-way, linesize 32 bytes.
Primary data cache 32kB, 4-way, linesize 32 bytes.
Synthesized TLB refill handler (20 instructions).
Synthesized TLB load handler fastpath (32 instructions).
Synthesized TLB store handler fastpath (32 instructions).
Synthesized TLB modify handler fastpath (31 instructions).
PID hash table entries: 512 (order: 9, 2048 bytes)
CPU: BCM4716 rev 1 at 453 MHz
Using 226.500 MHz high precision timer.
console [ttyS0] enabled
cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 58616k/65536k available (3550k kernel code, 6856k reserved, 1377k data, 188k init, 0k highmem)
Calibrating delay loop... 226.09 BogoMIPS (lpj=1130496)
Mount-cache hash table entries: 512
NET: Registered protocol family 16
Generic PHY: Registered new driver
PCI: Using membase 8000000
PCI: Disabled
PCI: no core
PCI: Fixing up bus 0
NET: Registered protocol family 2
Time: MIPS clocksource has been installed.
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
WNR3500V2 GPIO Init
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
squashfs: version 3.0 (2006/03/15) Phillip Lougher
io scheduler noop registered
io scheduler deadline registered (default)
HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
N_HDLC line discipline registered.
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x0 (irq = 8) is a 16550A
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
MPPE/MPPC encryption/compression module registered
NET: Registered protocol family 24
PPPoL2TP kernel driver, V1.0
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky
et_module_init: passivemode set to 0x0
PCI: Setting latency timer of device 0000:00:02.0 to 64
eth0: Broadcom BCM47XX 10/100/1000 Mbps Ethernet Controller 5.100.138.9
PCI: Setting latency timer of device 0000:00:01.0 to 64
pflash: found no supported devices
bootloader size: 262144
nvram size: 32768
sflash: Filesystem type: squashfs, size=0x525074
partition size = 5436416
Creating 5 MTD partitions on "sflash":
0x00000000-0x00040000 : "cfe"
0x00040000-0x007b0000 : "linux"
0x001a0c00-0x006d0000 : "rootfs"
mtd: partition "rootfs" doesn't start on an erase block boundary -- force read-only
0x007f0000-0x00800000 : "nvram"
0x006d0000-0x007a0000 : "ddwrt"
Broadcom Watchdog Timer: 0.07 initialized.
u32 classifier
Actions configured
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
ctnetlink v0.93: registering with nfnetlink.
IPv4 over IPv4 tunneling driver
GRE over IPv4 tunneling driver
ip_tables: (C) 2000-2006 Netfilter Core Team
ClusterIP Version 0.8 loaded successfully
TCP bic registered
TCP cubic registered
TCP westwood registered
TCP highspeed registered
TCP hybla registered
TCP htcp registered
TCP vegas registered
TCP scalable registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Welcome to PF_RING 3.2.1
(C) 2004-06 L.Deri
NET: Registered protocol family 27
PF_RING: bucket length 128 bytes
PF_RING: ring slots 4096
PF_RING: sample rate 1 [1=no sampling]
PF_RING: capture TX No [RX only]
PF_RING: transparent mode Yes
PF_RING initialized correctly.
PF_RING: registered /proc/net/pf_ring/
802.1Q VLAN Support v1.8 Ben Greear
All bugs added by David S. Miller
decode 1f02
VFS: Mounted root (squashfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 188k freed
roboswitch: Probing device eth0: found a 53115!
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
USB20H mdio control register : 0x80000010
PCI: Setting latency timer of device 0000:00:04.1 to 64
ehci_hcd 0000:00:04.1: EHCI Host Controller
ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:04.1: irq 5, io mem 0x18004000
ehci_hcd 0000:00:04.1: USB 0.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
USB Universal Host Controller Interface driver v3.0
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB20H mdio control register : 0x80000010
PCI: Setting latency timer of device 0000:00:04.0 to 64
ohci_hcd 0000:00:04.0: OHCI Host Controller
ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:04.0: irq 5, io mem 0x18009000
usb 1-1: new high speed USB device using ehci_hcd and address 2
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
SCSI subsystem initialized
usb 1-1.2: new high speed USB device using ehci_hcd and address 3
Initializing USB Mass Storage driver...
usb 1-1.2: configuration #1 chosen from 1 choice
usb 1-1.4: new high speed USB device using ehci_hcd and address 4
usb 1-1.4: configuration #1 chosen from 1 choice
hub 1-1.4:1.0: USB hub found
hub 1-1.4:1.0: 4 ports detected
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
br0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
device br0 entered promiscuous mode
device vlan1 entered promiscuous mode
device eth0 entered promiscuous mode
device eth1 entered promiscuous mode
br0: port 2(eth1) entering learning state
br0: port 1(vlan1) entering learning state
device br0 left promiscuous mode
device br0 entered promiscuous mode
device br0 left promiscuous mode
device br0 entered promiscuous mode
br0: topology change detected, propagating
br0: port 2(eth1) entering forwarding state
br0: topology change detected, propagating
br0: port 1(vlan1) entering forwarding state
device vlan2 entered promiscuous mode
device vlan2 left promiscuous mode
scsi 0:0:0:0: Direct-Access ST932032 5AS PQ: 0 ANSI: 2
sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 38 00 00 00
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 38 00 00 00
sd 0:0:0:0: [sda] Assuming drive cache: write through
/dev/scsi/host0/bus0/target0/lun0: p1
sd 0:0:0:0: [sda] Attached SCSI disk
usb-storage: device scan complete
etherip: Ethernet over IPv4 tunneling driver
kjournald starting. Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS on sda1, internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
usb 1-1.2: USB disconnect, address 3
scsi 0:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sda1, logical block 39027202
lost page write due to I/O error on sda1
scsi 0:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sda1, logical block 39027202
lost page write due to I/O error on sda1
scsi 0:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sda1, logical block 39027202
lost page write due to I/O error on sda1
scsi 0:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sda1, logical block 39027202
lost page write due to I/O error on sda1
scsi 0:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sda1, logical block 0
lost page write due to I/O error on sda1
usb 1-1: USB disconnect, address 2
usb 1-1.4: USB disconnect, address 4
hub 1-0:1.0: over-current change on port 1
hub 1-0:1.0: over-current change on port 1
hub 1-0:1.0: over-current change on port 1
usb 1-1: new high speed USB device using ehci_hcd and address 5
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
usb 1-1.4: new high speed USB device using ehci_hcd and address 6
usb 1-1.4: configuration #1 chosen from 1 choice
hub 1-1.4:1.0: USB hub found
hub 1-1.4:1.0: 4 ports detected
usb 1-1.2: new high speed USB device using ehci_hcd and address 7
usb 1-1.2: configuration #1 chosen from 1 choice
usb 1-1.2: can't set config #1, error -71
usb 1-1.2: USB disconnect, address 7
I hope the above helps. I have now disconnected the second HDD and rebooted the router so that I again have access to my first HDD.
Netgear WNR3500L, DD-WRT Kong Mod USB/FTP/SAMBA3/OpenVPN/Proxy Build 18010M, Win XP Home SP3, Firefox 8, ethernet to GlobeSurfer II modem.
Hmm.. Ok I will leave this up to Kong to figure out the output from the kernel when it sees your second drive come online.
Did you forget your password?
You can also log in using OpenID.