- Format SAS drives to 4Kn using
sg3_utilsfrom http://sg.danny.cz/sg/sg3_utils.html
sg_format /dev/sdx --format --ffmt=1 --size=4096 --count=-1 --wait- Format SATA drives to 4Kn using
hdparmfrom https://sourceforge.net/projects/hdparm/
hdparm --set-sector-size 4096 --please-destroy-my-drive /dev/sdx