Formatting drives to 512 byte sectors
This must be done for the HGST SAS 10TB drives which were factory formatted with 4096 byte sectors. 4096 byte sectors are not compatible with Un-Raid.
Drives are noted by their last few letters. The command is as follows:
sg_format --format --fmtpinfo=0 --size=512 -v /dev/sdh
No Comments