WarheadsSE, thanks for such a straightforward process to add a SATA disk. Worked first time for me. Like some others, I made a USB power cable and it works just fine as I am doing a direct connect without enclosure.
I wanted to prepare my disk on the pogo itself so I needed to attach the drive after boot. It took a bit of searching to find the command to rescan the SATA port:
$this->bbcode_second_pass_code('', 'echo "0 0 0" > /sys/class/scsi_host/host0/scan')
Perhaps you could add a script with this command called something like scansata to the oxnas_sata_boot.tgz download file. That would be really useful.
After preparation, I booted off a backup flash drive and used cp -a to copy my primary flash drive to the sata drive and it worked perfectly.
Also, I used the stage1.wrapped800 but I get BogoMIPS of 299.8 when I expected something like 320 at the 800 setting and in dmesg I see "Calibrating local timer... 375.50MHz." which also suggests a setting of 750. And I noticed on page 10 of this thread on Jan 17, 2012 3:08 pm the following message which identified the same observation:
$this->bbcode_second_pass_quote('Guest', 'P')lease guide me!!
How can I see the real processor speed?
I set stage1.wrapped -> stage1/stage1.wrapped800 and run disk_create
but seems cpu only 750 Mhz:
From serial console:
$this->bbcode_second_pass_code('', '
Attempting to set PLLA to 750MHz ...
')
What is the problem?
Robert