I have a Fantom Greendrive 2TB external drive formatted as ext3 that I'd like to get going on my pogoplug v4. When I plug the drive in with the pogoplug off and then turn it on, the pogoplug never becomes available for SSH, "no route to host" error. However when I plug in the drive with the pogoplug already on, I can mount it and use it just fine. Here is the dmesg output after I plug the drive in:
$this->bbcode_second_pass_code('', '
[ 64.387285] usb 3-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 64.407537] xhci_hcd 0000:00:01.0: WARN: short transfer on control ep
[ 64.407626] xhci_hcd 0000:00:01.0: WARN: short transfer on control ep
[ 64.407708] xhci_hcd 0000:00:01.0: WARN: short transfer on control ep
[ 64.407796] xhci_hcd 0000:00:01.0: WARN: short transfer on control ep
[ 64.413412] scsi2 : usb-storage 3-1:1.0
[ 65.418825] scsi 2:0:0:0: Direct-Access Fantom External HDD MX4O PQ : 0 ANSI: 5
[ 65.422355] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 65.422651] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1. 81 TiB)
[ 65.423146] xhci_hcd 0000:00:01.0: WARN: Stalled endpoint
[ 65.423375] sd 2:0:0:0: [sdb] Write Protect is off
[ 65.423395] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 65.423568] xhci_hcd 0000:00:01.0: WARN: Stalled endpoint
[ 65.423782] sd 2:0:0:0: [sdb] No Caching mode page present
[ 65.447235] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 65.457092] xhci_hcd 0000:00:01.0: WARN: Stalled endpoint
[ 65.457780] xhci_hcd 0000:00:01.0: WARN: Stalled endpoint
[ 65.457989] sd 2:0:0:0: [sdb] No Caching mode page present
[ 65.463460] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 65.490506] sdb: sdb1
[ 65.496288] xhci_hcd 0000:00:01.0: WARN: Stalled endpoint
[ 65.496658] xhci_hcd 0000:00:01.0: WARN: Stalled endpoint
[ 65.496874] sd 2:0:0:0: [sdb] No Caching mode page present
[ 65.507619] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 65.513697] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 65.514835] xhci_hcd 0000:00:01.0: WARN: Stalled endpoint
')
I see that there are "Stalled endpoint" warnings, but I don't know what that means. Could that be an issue?
Here is the blkid info for the drive:
$this->bbcode_second_pass_code('', '
/dev/sdb1: UUID="9e8846ae-ef78-4b9e-8787-0fab10814e79" TYPE="ext3"
')
I have another drive, a WD My Passport 1TB drive that works just fine. The pogoplug can boot, mount, and be very happy with that drive. I'd like to be able to boot with the 2TB drive plugged in, so any help would be greatly appreciated!!
Thanks!