Hi to everybody, I recently acquired a Seagate GoFlex Net to upgrade my old IA32 mini-itx nas, I had no problem installing archlinux, using a serial cable, and I am satisfied so far. Today I installed the second disk, both disks were formatted on the old nas and use lvm, and I noticed it was considerably slower than the first disk, but supposedly it is a much faster and recent disk.
This are my results, I am using hdparm here to test but the results are the same using iscsi or aoe:
$this->bbcode_second_pass_code('', ' LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data fedora -wi-ao---- 131.55g
root fedora -wi-ao---- 15.00g
swap fedora -wi-a----- 2.00g
home sl -wi-a----- 647.35g
root sl -wi-a----- 16.00g')
the fedora VG is on the first disk /dev/sdb and the sl VG is on /dev/sda
$this->bbcode_second_pass_code('', '[root@alarm vblade]# hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 314 MB in 3.02 seconds = 104.09 MB/sec
[root@alarm vblade]# hdparm -t /dev/sdb
/dev/sdb:
Timing buffered disk reads: 166 MB in 3.01 seconds = 59.13 MB/sec
[root@alarm vblade]#
')
Accessing the physical disk sda is a lot faster than sdb as expected, and both disks are as fast as they were on the old system.
$this->bbcode_second_pass_code('', '[root@alarm vblade]# hdparm -t /dev/mapper/fedora-data
/dev/mapper/fedora-data:
Timing buffered disk reads: 178 MB in 3.00 seconds = 59.28 MB/sec
')
Accessing a logical volume on sdb is as fast as accessing the physical device, as expected.
$this->bbcode_second_pass_code('', '/dev/mapper/sl-home:
Timing buffered disk reads: 56 MB in 3.09 seconds = 18.13 MB/sec
')
Accessing logical volumes on sda instead is terribly slow 5 times slower than the physical disk ... what is going on? I had 40Mb/s write speed over Gbit network on exactly that logical volume when it was mounted on the old nas ...
Is it possible that it has something to do with the ARM architecture?