Greetings,
I recently upgraded my ZFS/NFS server to 8.1-RELEASE and tried the ahci driver with a 5GB file creation with dd on a ZFS pool, here are the results :
With AHCI disabled :
With AHCI enabled :
the command I performed is :
Any hints ?
Regards,
I recently upgraded my ZFS/NFS server to 8.1-RELEASE and tried the ahci driver with a 5GB file creation with dd on a ZFS pool, here are the results :
With AHCI disabled :
Code:
5368709120 bytes transferred in 106.757255 secs (50288939 bytes/sec)
With AHCI enabled :
Code:
5368709120 bytes transferred in 119.206514 secs (45037045 bytes/sec)
the command I performed is :
dd if=/dev/zero of=/myfs/file5GB bs=1k count=5M
(myfs is a zfs mountpoint)Any hints ?
Regards,