I had exactly same problem when I upgraded from 8.0 -> 8.0.1-beta initially. I thought it had to do with me setting the swap partition to be 1GB per drive on new volumes, but I can't reproduce this problem anymore.
You may want to try to clear your browser cache, or do another reboot or so?
Write: dd if=/dev/zero of=/mnt/Volume1/ddtest bs=1024k count=20000 Read: dd if=/mnt/Volume1/ddtest of=/dev/zero bs=1024k count=20000
Write: dd if=/dev/zero of=/mnt/volume1/ddtest bs=1024k count=20000 Read: dd if=/mnt/volume1/ddtest of=/dev/zero bs=1024k count=20000
What are your system specs?Write: 320MB/s :D
Read: 752MB/s :D
Let's see if this work...Yaps..it worked.. see my signature ;)
Beta2
512b sector size
Write: 163MBps
Read: 100MBps
4k sector size
Write: 166MBps
Read: 105MBps
I get around 80~90MB/s reading and 70MB/s writing ;)
I left it at the defaults right now.I ordered the exact same components as in your signature to build my first NAS.
Motherboard: GIGABYTE GA-D525TUD
CPU: Intel Atom D525 1.8Ghz
RAM: 4GB (2x2GB DDR3 1333)
Storage Drives: 4x 2TB Samsung Spinpoint drives
LAN Chipset: Realtek 8111E
Still waiting on the delivery. Did you do some ZFS tuning, or are these results with all settings left to defaults. As those speeds will be able to saturate a Gbit network. If I have my NAS build I will post my results.
if i use the beta2 release to take advantage of 4k will i not need to redo the volume again once the stable release comes out as its taken a lifetime to back things up thanks
Thanks for all of the information!
BTW: I think, you have a typo in your signature ... it should be ASUS E35M1-M , not ASUS EM35M1-M ;)
freenas# dd if=/dev/zero of=/mnt/jcube1/ddtest bs=1024k count=20000 20000+0 records in 20000+0 records out 20971520000 bytes transferred in 337.632268 secs (62113494 bytes/sec) freenas# dd of=/dev/zero if=/mnt/jcube1/ddtest bs=1024k count=20000 20000+0 records in 20000+0 records out 20971520000 bytes transferred in 82.097577 secs (255446272 bytes/sec) freenas# dd if=/dev/zero of=/mnt/jcube1/ddtest bs=1024k count=20000 20000+0 records in 20000+0 records out 20971520000 bytes transferred in 344.034804 secs (60957554 bytes/sec)
freenas# dd if=/dev/zero of=/mnt/share/ddfile bs=1M count=10000 10000+0 records in 10000+0 records out 10485760000 bytes transferred in 41.732805 secs (251259411 bytes/sec) freenas# dd of=/dev/null if=/mnt/share/ddfile bs=1M count=10000 10000+0 records in 10000+0 records out 10485760000 bytes transferred in 32.062324 secs (327043042 bytes/sec) freenas#
Just for reference, these are the results for a zpool created under 8.0.1-BETA2 with two stacked vdevs (4x2TB RAIDZ1/4K Sectors + 4x500GB RAIDZ1/4K Sectors) using an LSI 9211-8i controller (IT firmware) with zfs.prefetch:
Code:freenas# dd if=/dev/zero of=/mnt/share/ddfile bs=1M count=10000 10000+0 records in 10000+0 records out 10485760000 bytes transferred in 41.732805 secs (251259411 bytes/sec) freenas# dd of=/dev/null if=/mnt/share/ddfile bs=1M count=10000 10000+0 records in 10000+0 records out 10485760000 bytes transferred in 32.062324 secs (327043042 bytes/sec) freenas#
WRITE: 251MB/s
READ: 327MB/s
The 2TB disks are Samsung HD204UI (3.5") and the 500GB are Samsung HM500JI (2.5"), the server (HP N36L) has 4GB RAM.