So I have now acquired yet another ss4200-e that was fully running and came with drives. So I think that makes 5-6? ss4200-e's, several readynas units, a couple of qnaps, the lenovo, as well as several synology units. My oh my how my nas family has grown--and the ss4200-e lives on.
This particular unit is a Fujitsu unit that was probably originally sold without the dom, etc and then was converted as it looks like the other one that I have that was converted. This particular unit has only 512MB of ram and I think that's what accounts for the slower speeds I'm seeing from it--around 45MB/sec peak reading and 45MB/sec peak writing. I think once I upgrade the ram, it should be quicker.
I still haven't tried the 4x 4TB drives in a unit, and still haven't restored or upgraded my frankstein ss4200-e that I have to build--life still in the way. The one thing I'm considering doing with my newest unit is taking out the 4x 1TB drives and putting in 4x 3TB wd enterprise drives since I do have those handy as a capacity test that's >2TB but still <4TB. And then the other idea is to repeat my ssd test from a few years back since I just acquired some Dell m.2 ssds cheap along with m.2 sata adapters. It would be interesting to see if any advances in ssds has helped the transfer speeds.
What brought me back to this thread was that on this newest unit, it has the same command queue issue with 'spurious completions during NCQ' errors in dmsg since the 1TB drives are all HGST, and I was looking in /etc/init.d as mentioned in the ss4200-e wiki at pbworks.com (ss4200.pbworks.com) and noticed that it referred to an 'S99commandqueue' file that doesn't exist on my newest unit. And in re-reading this thread, apparently this file does exist on my other units, which is strange. My other units are in storage after some rearranging so once I get them online again, I'll need to look at this and maybe revisit the dual nic idea again as it appears there's a nic recognition routine at /etc/init.d/S39interfaces which specifically says that it looks for all attached nics at first boot:
Code:
# cat /etc/init.d/S39interfaces
#!/bin/sh
#
# find all attached NIC(s) and append to /etc/network/interfaces at first boot
#
##########################################
IF_FILE=/etc/network/interfaces
ORIG_IF_FILE=/etc/network/interfaces_orig
TMP_FILE=/tmp/tmp_interfaces
if [ ! -f $ORIG_IF_FILE ]
then
echo "auto lo" >> $TMP_FILE
echo "iface lo inet loopback" >> $TMP_FILE
for i in `ifconfig -a | grep eth | awk '{print $1}'`
do
echo "auto $i" >> $TMP_FILE
echo "iface $i inet dhcp" >> $TMP_FILE
done
mv -f $IF_FILE $ORIG_IF_FILE
mv -f $TMP_FILE $IF_FILE
fi
I can't remember if this routine actually runs or not at first boot or was even completed since the hardware never ended up shipping with dual nics.
Dual nics may also be more of a possibility with the pcie to mpcie adapters that are available now, but these are typically still realtek based, which I don't know if are natively supported on the ss4200-e. There is a right angle adapter available for the pcie x1 slot from moddiy that might make mounting a regular nic possible since those are getting to be pretty tiny:
Buy Gold Plated Premium PCIE 1X 90 Degree Right Angle Riser Card for $14.99 with Free Shipping Worldwide (In Stock)
www.moddiy.com
The problem will be sourcing some sort of legitimate Intel nic that would be smaller and with the older chipset. I don't think this would be possible outside of the 'gray area' sellers around the world.
The more I think and research this, it's really about what card the native e1000 driver will support. If this dell part fhnx8 is really genuine and is supported, it would be a winner:
Lots of used ones on ebay too:
Get the best deals for FHNX8 at eBay.com. We have a great online selection at the lowest prices with Fast & Free shipping on many items!
www.ebay.com
I may have to look into a dual nic set up again--because the SS4200-e still lives on.