Hello Folks,
starting out with both arch and arm with the Zyxel box, worked through most of the guides and issues here with the latest software versions from the arch site. uname -a shows Linux bremen 3.1.10-33-ARCH #1 PREEMPT Sun Apr 27 02:45:06 MDT 2014 armv5tel GNU/Linux
Problem is currently that fdisk -l shows
$this->bbcode_second_pass_code('', '[root@bremen dev]# fdisk -l
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x0b27ae0e
Partition 1 does not start on physical sector boundary.
Partition 2 does not start on physical sector boundary.
Device Boot Start End Blocks Id System
/dev/sda1 63 48194 24066 83 Linux
/dev/sda2 48195 1953520064 976735935 83 Linux
')
when there are in fact 2 drives in the machine.
this thread indicated something about GPIO not being set correctly, but given the fragility of the system (and because the disk has meaningful data on it) i'm wary of running anything for the 325 on a 320, if that is in fact the problem.
Running fdisk -l after booting to_stock gives:
$this->bbcode_second_pass_code('', '
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0b27ae0e
Device Boot Start End Blocks Id System
/dev/sda1 1 3 24066 83 Linux
/dev/sda2 4 121601 976735935 83 Linux
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1cf8aac5
Device Boot Start End Blocks Id System
/dev/sdb1 1 24315 195310206 83 Linux
/dev/sdb2 24316 48630 195310237+ 83 Linux
/dev/sdb3 48631 72945 195310237+ 83 Linux
/dev/sdb4 72946 121602 390831871+ 83 Linux
')
so the drive and physical connection evidently work.
All of them are ext2 formatted.
Please help! Run out of notions as to what it could be.