Page 1 of 1

Performance Issue 4TB 4K physical emulated as 512byte sector

Posted: 19 Aug 2013 19:13
by foxdoismil
Seagate NAS HDD 4TB is 4K physical emulated at 512-byte sectors (according to its manual)

This blog (http://nex7.blogspot.com.br/2013/03/readme1st.html) states that
The problem is a number of these devices are lying to the OS about their sector size, claiming it is 512-byte; this will cause significant performance issues if not dealt with at zpool creation time.
My question is: What should be done at the zpool creation time?

Re: Performance Issue 4TB 4K physical emulated as 512byte se

Posted: 19 Aug 2013 22:31
by hotalot
Check the force 4k sectors box on N4F.

Performance Issue 4TB 4K physical emulated as 512byte sector

Posted: 14 Nov 2013 01:42
by foxdoismil
Step by step How-to (use your own pool names etc, ZFS format, etc. examples are my own server)
1st: Disks=>Format. Select the 1st disk: da0 for example. Select file system: ZFS Storage pool device. format. repeat for all disks of your pool.
2nd: Disks=>ZFS=>Pools=>Virtual device. Click Add device. Name: virtual_device1. Type: Double-parity Raid-Z. Devices: select all that will be part of this pool. Select: Enable Advanced Format (4KB sector)
Click "ADD" and then click "Apply changes".
3rd: now you can proceed to create your pools.