Page 1 of 1

Re: How to format disk with 512 or 520 byte?

Posted: 19.07.18, 17:13
by DataMedics
I can't help with how to do this via PC-3000 SAS (since I don't own one). However, you can easily do this in Linux using SG3-utils

sudo apt-get install sg3-utils
sudo sg_format --format --size=520 (or size=512 to do the opposite)