OK,
I've been reading these forums and the mailing list and anything else I can find for about 3 weeks now. No matter what I do, I cannot get anything above 1 mb/sec on any of the 4 drives I just purchased. All 4 drives are the same. Seagate ST2000DL003 in a SansDigital TR8M enclosure. The controller is a HighPoint 622 dual eSATA.
I've tried both FreeBSD 8.2 and now I'm on 9.0 RC1. I can create a partition and format the drive, I can use gstripe or zfs (yes the ashift is 12) and I'll have a filesystem on the drives, yet when I run bonnie or dd, I get absolutely awful performance no matter how I create things. Even if I just partition with gpart, and run newfs and mount a single drive the performance is about 700kb/sec.
I can take the same box and controller and move it to a CENTOS or Windows system, and performance is where it should be.
Here's info from one drive:
I even tried just doing 'newfs -U -f 4096 /dev/ada7' and mounting it after that with no partition. No difference.
Any help would be appreciated.
Thanks!
I've been reading these forums and the mailing list and anything else I can find for about 3 weeks now. No matter what I do, I cannot get anything above 1 mb/sec on any of the 4 drives I just purchased. All 4 drives are the same. Seagate ST2000DL003 in a SansDigital TR8M enclosure. The controller is a HighPoint 622 dual eSATA.
I've tried both FreeBSD 8.2 and now I'm on 9.0 RC1. I can create a partition and format the drive, I can use gstripe or zfs (yes the ashift is 12) and I'll have a filesystem on the drives, yet when I run bonnie or dd, I get absolutely awful performance no matter how I create things. Even if I just partition with gpart, and run newfs and mount a single drive the performance is about 700kb/sec.
I can take the same box and controller and move it to a CENTOS or Windows system, and performance is where it should be.
Here's info from one drive:
Code:
alexandria# gpart list ada7
Geom name: ada7
modified: false
state: OK
fwheads: 16
fwsectors: 63
last: 3907029134
first: 34
entries: 128
scheme: GPT
Consumers:
1. Name: ada7
Mediasize: 2000398934016 (1.8T)
Sectorsize: 512
Stripesize: 4096
Stripeoffset: 0
Mode: r0w0e0
alexandria# diskinfo -v ada7
ada7
512 # sectorsize
2000398934016 # mediasize in bytes (1.8T)
3907029168 # mediasize in sectors
4096 # stripesize
0 # stripeoffset
3876021 # Cylinders according to firmware.
16 # Heads according to firmware.
63 # Sectors according to firmware.
6YD0G9RG # Disk ident.
I even tried just doing 'newfs -U -f 4096 /dev/ada7' and mounting it after that with no partition. No difference.
Any help would be appreciated.
Thanks!