Pogoplug won't recognize second hard drive

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Pogoplug won't recognize second hard drive

Postby lukekarrys » Wed Aug 28, 2013 11:03 pm

Reinstalled everything according to these instructions after I couldn't get my last thumb drive to boot http://blog.qnology.com/2013/03/tutoria ... linux.html

Now I've got everything working but I held off installing samba because I read some threads where people had trouble booting after that.

I've installed shairpoint and wifi and have it booting from the flash drive. Multiple reboots work and everything seems awesome so far. I also went ahead and followed the instructions here to prepare for samba and the second drive: http://mhassan.me/2012/06/27/booting-po ... -usb-disk/

The problem now is that when I plug in the second usb drive I can't get the pogoplug to recognize it. This is what I get when I run fdisk after plugging it in (after boot and before boot).

$this->bbcode_second_pass_code('', '
[root@alarm ~]# /sbin/fdisk -l

Disk /dev/sda: 8004 MB, 8004304896 bytes, 15633408 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sda1 21 15633407 7816693+ 83 Linux
')

I'm not too experienced with Linux. Can anyone help me decipher what's going on? Here is my dmesg and fw_printenv.

$this->bbcode_second_pass_code('', '
[root@alarm ~]# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.9-3-ARCH (nobody@) (gcc version 4.7.2 (GCC) ) #1 PREEMPT Sat Aug 24 05:50:04 CDT 2013
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Pogoplug E02
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] free_area_init_node: node 0, pgdat c06e47d4, node_mem_map c07b9000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65536 pages, LIFO batch:15
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=ROOTFS rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 256MB = 256MB total
[ 0.000000] Memory: 249980k/249980k available, 12164k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.text : 0xc0008000 - 0xc066290c (6507 kB)
.init : 0xc0663000 - 0xc069f3cc ( 241 kB)
.data : 0xc06a0000 - 0xc06ea550 ( 298 kB)
.bss : 0xc06ea550 - 0xc07b84a8 ( 824 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:114
[ 0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
[ 0.000000] Console: colour dummy device 80x30
[ 18.022528] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 18.112412] pid_max: default: 32768 minimum: 301
[ 18.112521] Security Framework initialized
[ 18.112546] AppArmor: AppArmor disabled by boot time parameter
[ 18.112608] Mount-cache hash table entries: 512
[ 18.113180] Initializing cgroup subsys devices
[ 18.113202] Initializing cgroup subsys freezer
[ 18.113213] Initializing cgroup subsys net_cls
[ 18.113223] Initializing cgroup subsys blkio
[ 18.113230] Initializing cgroup subsys perf_event
[ 18.113248] Initializing cgroup subsys bfqio
[ 18.113344] CPU: Testing write buffer coherency: ok
[ 18.113706] Setting up static identity map for 0xc04b9030 - 0xc04b906c
[ 18.114986] devtmpfs: initialized
[ 18.117538] pinctrl core: initialized pinctrl subsystem
[ 18.117811] NET: Registered protocol family 16
[ 18.118259] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 18.118877] Kirkwood: MV88F6281-A0, TCLK=200000000.
[ 18.118904] Feroceon L2: Enabling L2
[ 18.118942] Feroceon L2: Cache support initialised.
[ 18.119394] initial MPP regs: 01111111 11113322 00001111 00100000 00000000 00000000 00000000
[ 18.119419] final MPP regs: 01111111 11113322 00001111 00000000 00000000 00000000 00000000
[ 18.124624] bio: create slab <bio-0> at 0
[ 18.125063] vgaarb: loaded
[ 18.125355] SCSI subsystem initialized
[ 18.125503] libata version 3.00 loaded.
[ 18.125694] usbcore: registered new interface driver usbfs
[ 18.125746] usbcore: registered new interface driver hub
[ 18.125846] usbcore: registered new device driver usb
[ 18.125963] pps_core: LinuxPPS API ver. 1 registered
[ 18.125971] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 18.125996] PTP clock support registered
[ 18.126630] Switching to clocksource orion_clocksource
[ 18.138493] FS-Cache: Loaded
[ 18.147504] NET: Registered protocol family 2
[ 18.148104] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 18.148161] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 18.148190] TCP: Hash tables configured (established 2048 bind 2048)
[ 18.148253] TCP: reno registered
[ 18.148265] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 18.148286] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 18.148503] NET: Registered protocol family 1
[ 18.148536] PCI: CLS 0 bytes, default 32
[ 18.148720] Trying to unpack rootfs image as initramfs...
[ 18.299598] Freeing initrd memory: 1956K (c1101000 - c12ea000)
[ 18.300456] audit: initializing netlink socket (disabled)
[ 18.300498] type=2000 audit(0.270:1): initialized
[ 18.393618] VFS: Disk quotas dquot_6.5.2
[ 18.393826] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 18.395656] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 18.396579] aufs 3.10-20130819
[ 18.396602] msgmni has been set to 492
[ 18.398104] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 18.398115] io scheduler noop registered
[ 18.398123] io scheduler deadline registered
[ 18.398406] io scheduler cfq registered
[ 18.398436] io scheduler bfq registered (default)
[ 18.398555] mv_xor mv_xor.0: Marvell shared XOR driver
[ 18.436729] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 18.476724] mv_xor mv_xor.0: Marvell XOR: ( xor fill cpy )
[ 18.476866] mv_xor mv_xor.1: Marvell shared XOR driver
[ 18.516718] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 18.556716] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 18.560667] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 18.581318] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 18.581643] console [ttyS0] enabled
[ 18.587724] brd: module loaded
[ 18.590756] loop: module loaded
[ 18.591616] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit), 128MiB, page size: 2048, OOB size: 64
[ 18.591639] Scanning device for bad blocks
[ 18.667628] 4 cmdlinepart partitions found on MTD device orion_nand
[ 18.667637] Creating 4 MTD partitions on "orion_nand":
[ 18.667651] 0x000000000000-0x000000100000 : "u-boot"
[ 18.667981] 0x000000100000-0x000000500000 : "uImage"
[ 18.668277] 0x000000500000-0x000002500000 : "rootfs"
[ 18.668598] 0x000002500000-0x000008000000 : "data"
[ 18.679771] libphy: orion_mdio_bus: probed
[ 18.679861] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 18.681104] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:02:24:0e
[ 18.681145] pch_gbe: EG20T PCH Gigabit Ethernet Driver - version 1.01
[ 18.681256] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 18.681265] ehci-pci: EHCI PCI platform driver
[ 18.681321] ehci-orion: EHCI orion driver
[ 18.681380] orion-ehci orion-ehci.0: EHCI Host Controller
[ 18.681408] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 18.681533] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 18.696670] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 18.697233] hub 1-0:1.0: USB hub found
[ 18.697259] hub 1-0:1.0: 1 port detected
[ 18.697696] usbcore: registered new interface driver usb-storage
[ 18.698030] mousedev: PS/2 mouse device common for all mice
[ 19.016680] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 19.168788] hub 1-1:1.0: USB hub found
[ 19.169163] hub 1-1:1.0: 4 ports detected
[ 19.447040] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[ 19.558213] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[ 19.558405] scsi0 : usb-storage 1-1.1:1.0
[ 19.637039] usb 1-1.2: new high-speed USB device number 4 using orion-ehci
[ 19.706671] rtc-mv rtc-mv: internal RTC not ticking
[ 19.712063] orion_wdt: Initial timeout 21 sec
[ 19.712106] cpuidle: using governor ladder
[ 19.712115] cpuidle: using governor menu
[ 19.712338] sdhci: Secure Digital Host Controller Interface driver
[ 19.712347] sdhci: Copyright(c) Pierre Ossman
[ 19.712409] sdhci-pltfm: SDHCI platform and OF driver helper
[ 19.712456] leds-gpio leds-gpio: pins are not configured from the driver
[ 19.712871] usbcore: registered new interface driver r8712u
[ 19.713063] gre: GRE over IPv4 demultiplexor driver
[ 19.713183] TCP: cubic registered
[ 19.713194] NET: Registered protocol family 17
[ 19.713309] Key type dns_resolver registered
[ 19.713877] registered taskstats version 1
[ 19.714862] console [netcon0] enabled
[ 19.714870] netconsole: network logging started
[ 19.714925] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 19.722350] Freeing unused kernel memory: 240K (c0663000 - c069f000)
[ 19.776926] systemd-udevd[44]: starting version 204
[ 19.847353] usb 1-1.4: new full-speed USB device number 5 using orion-ehci
[ 20.239272] usbcore: registered new interface driver usbhid
[ 20.239285] usbhid: USB HID core driver
[ 20.245864] input: C-Media Electronics Inc. USB PnP Sound Device as /devices/platform/orion-ehci.0/usb1/1-1/1-1.4/1-1.4:1.3/input/input0
[ 20.248380] hid-generic 0003:0D8C:0139.0001: input: USB HID v1.00 Device [C-Media Electronics Inc. USB PnP Sound Device] on usb-orion-ehci.0-1.4/input3
[ 20.557516] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Fit 1.26 PQ: 0 ANSI: 6
[ 20.561372] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 20.561731] sd 0:0:0:0: [sda] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
[ 20.565234] sd 0:0:0:0: [sda] Write Protect is off
[ 20.565254] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 20.565963] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 20.570033] sda: sda1
[ 20.573082] sd 0:0:0:0: [sda] Attached SCSI disk
[ 21.232680] EXT3-fs (sda1): mounted filesystem with writeback data mode
[ 21.234733] kjournald starting. Commit interval 5 seconds
[ 21.528010] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 21.594851] systemd[1]: Inserted module 'autofs4'
[ 21.630399] NET: Registered protocol family 10
[ 21.631608] systemd[1]: Inserted module 'ipv6'
[ 21.634558] systemd[1]: Set hostname to <alarm>.
[ 21.849255] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
[ 21.850617] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 21.851022] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 21.851125] systemd[1]: Expecting device dev-ttyS0.device...
[ 21.866801] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
[ 21.886775] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
[ 21.906769] systemd[1]: Starting Remote File Systems.
[ 21.926753] systemd[1]: Reached target Remote File Systems.
[ 21.926851] systemd[1]: Starting LVM2 metadata daemon socket.
[ 21.946761] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 21.946849] systemd[1]: Starting Delayed Shutdown Socket.
[ 21.966758] systemd[1]: Listening on Delayed Shutdown Socket.
[ 21.966845] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 21.986756] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 21.986842] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 22.006756] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 22.006842] systemd[1]: Starting Encrypted Volumes.
[ 22.026752] systemd[1]: Reached target Encrypted Volumes.
[ 22.026964] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 22.046773] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 22.046900] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 22.047158] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 22.047241] systemd[1]: Starting Paths.
[ 22.066760] systemd[1]: Reached target Paths.
[ 22.067158] systemd[1]: Starting udev Kernel Socket.
[ 22.086762] systemd[1]: Listening on udev Kernel Socket.
[ 22.087108] systemd[1]: Starting udev Control Socket.
[ 22.106761] systemd[1]: Listening on udev Control Socket.
[ 22.106870] systemd[1]: Starting Journal Socket.
[ 22.126764] systemd[1]: Listening on Journal Socket.
[ 22.129964] systemd[1]: Started Load Kernel Modules.
[ 22.130089] systemd[1]: Mounted FUSE Control File System.
[ 22.130188] systemd[1]: Mounted Configuration File System.
[ 22.130492] systemd[1]: Starting udev Coldplug all Devices...
[ 22.149563] systemd[1]: Starting Create static device nodes in /dev...
[ 22.169480] systemd[1]: Mounting POSIX Message Queue File System...
[ 22.191081] systemd[1]: Starting Journal Service...
[ 22.226884] systemd[1]: Started Journal Service.
[ 22.440132] systemd[1]: Started Set Up Additional Binary Formats.
[ 22.440294] systemd[1]: Mounted Huge Pages File System.
[ 22.445547] systemd[1]: Starting Apply Kernel Variables...
[ 22.469170] systemd[1]: Starting Setup Virtual Console...
[ 22.489183] systemd[1]: Mounting Debug File System...
[ 22.508902] systemd[1]: Starting Swap.
[ 22.526890] systemd[1]: Reached target Swap.
[ 22.527017] systemd[1]: Mounting Temporary Directory...
[ 22.551054] systemd[1]: Starting File System Check on Root Device...
[ 22.596927] systemd[1]: Started Create static device nodes in /dev.
[ 22.616870] systemd[1]: Mounted POSIX Message Queue File System.
[ 22.636873] systemd[1]: Started Apply Kernel Variables.
[ 22.638333] systemd[1]: Started Setup Virtual Console.
[ 22.638967] systemd[1]: Mounted Debug File System.
[ 22.639563] systemd[1]: Mounted Temporary Directory.
[ 22.640009] systemd[1]: Starting udev Kernel Device Manager...
[ 22.679001] systemd-udevd[100]: starting version 204
[ 23.016913] systemd[1]: Started udev Kernel Device Manager.
[ 23.036878] systemd[1]: Started File System Check on Root Device.
[ 23.056906] systemd[1]: Started udev Coldplug all Devices.
[ 23.057149] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 23.120052] EXT3-fs (sda1): using internal journal
[ 24.653604] cfg80211: Calling CRDA to update world regulatory domain
[ 24.766610] usbcore: registered new interface driver snd-usb-audio
[ 24.917071] usb 1-1.2: reset high-speed USB device number 4 using orion-ehci
[ 25.036298] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3071, rev 021c detected
[ 25.053048] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0008 detected
[ 25.054360] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 25.066060] usbcore: registered new interface driver rt2800usb
[ 25.328855] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[ 25.328998] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 26.985488] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
[ 26.985566] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 27.036368] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[ 27.050275] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[ 27.563996] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 29.693126] wlan0: authenticate with d8:30:62:30:b7:3b
[ 29.824065] wlan0: send auth to d8:30:62:30:b7:3b (try 1/3)
[ 29.825575] wlan0: authenticated
[ 29.826701] wlan0: associate with d8:30:62:30:b7:3b (try 1/3)
[ 29.831704] wlan0: RX AssocResp from d8:30:62:30:b7:3b (capab=0x1431 status=0 aid=6)
[ 29.840567] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 29.840772] wlan0: associated
[ 4735.190661] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 6 in queue 0
[ 4735.190703] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 6 in queue 0
[ 4735.190717] ieee80211 phy0: rt2800usb_entry_txstatus_timeout: Warning - TX status timeout for entry 6 in queue 0
[ 4766.160932] ieee80211 phy0: rt2800usb_txdone: Warning - Got TX status for an empty queue 0, dropping
')

$this->bbcode_second_pass_code('', '
[root@alarm ~]# /usr/sbin/fw_printenv
ethact=egiga0
bootdelay=3
baudrate=115200
mainlineLinux=yes
console=ttyS0,115200
led_init=green blinking
led_exit=green off
led_error=orange blinking
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
mtdids=nand0=orion_nand
partition=nand0,2
stdin=serial
stdout=serial
stderr=serial
rescue_installed=0
rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params
rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
force_rescue=0
force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi
ubifs_mtd=3
ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params
ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi
usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done
usb_scan_list=1 2 3 4
usb_scan_1=usb=0:1 dev=sda1
usb_scan_2=usb=1:1 dev=sdb1
usb_scan_3=usb=2:1 dev=sdc1
usb_scan_4=usb=3:1 dev=sdd1
usb_device=0:1
usb_root=/dev/sda1
usb_rootdelay=10
usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset
ethaddr=00:25:31:02:24:0E
arcNumber=2097
usb_rootfstype=ext3
machid=dd6
usb_init=run usb_scan; setenv usb_root LABEL=ROOTFS
')
lukekarrys
 
Posts: 4
Joined: Thu Aug 22, 2013 11:29 pm

Re: Pogoplug won't recognize second hard drive

Postby grayman4hire » Wed Aug 28, 2013 11:45 pm

Sounds like a problem with your hard drive.

Once you plug in your hard drive, issue a dmesg command. It should detect it. If not, something is most likely wrong with your hard drive.

Take Arch Linux out of the equation. Boot to the default Pogoplug OS (no usb attached) and plug your HD in. Issue a dmesg command. Did it detect it?

I would suggest skipping mhassan's instructions until you confirm you actually have a boot up issue. Another option is to install Arch on your HD (small 4GB partition, leaving the rest for data/samba) versus using a usb flash drive and a hard drive. This will avoid the multiple usb hd issue completely.
grayman4hire
 
Posts: 350
Joined: Sat Sep 29, 2012 12:03 am
Location: SF, CA

Re: Pogoplug won't recognize second hard drive

Postby hsingh » Sun Sep 08, 2013 6:00 pm

Can anyone list the instructions or point to any site which has previously listed instructions on how to install ALARM on a small partition of the same USB HD that one wants to use as a NAS drive? I am having a lot of trouble getting to boot up after installing a second USB HD following a successful installation of ALARM and webmin on a USB flash drive.

Please help!
hsingh
 
Posts: 6
Joined: Wed Aug 28, 2013 6:29 pm


Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 5 guests