I have to reformat 28 10TB drives inside a server from 4096 Bytes to 512 Bytes, in order for them to be recognised by the raid controller.
Due to the large capacity, when using the GParted Live CD and the
sg_format --format --size=512 /dev/sdX
command, the process takes very long for a single drive to complete.
My next guess was to automate the process sequentially by running it inside a bash loop, however, that way it would still take ~3-4 days to complete.
Is there a way to execute this process in parallel? Any help would be appreciated. I don't mind switching to another live CD, however I would prefer to stay with GParted as it was already a pain to boot something on this server.
I formatted the first drive inside a terminal, it has progressed 4% in 30 minutes.
I first tried loading the GParted GUI, however I think somewhere it crapped out (maybe due to me using the HP iLO 4 interface to load .isos) and froze up.