Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.93 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.93 KB

Disk Formating Guide

This guide covers an array of formatting related issues with SAS / SATA hard disk for usage in general purpose server environments.

Should I boot from disk?

Largely speaking all instructions here should perform reasonably well in all linux environments. Some systems though such as TrueNas do not allow the installation of additional packages needed to fix your issues effectively. For that reason I would consider to boot from an iso to avoid any issues. For the purpose of reformating disks SystemRescue (formerly known as SystemRescueCd) is a good choice.

  • it is lightweight;
  • it comes with support for most sas / raid controllers;
  • it comes with support for plenty of network cards;
  • you can easily add a package called parallel to compute multiple reformating tasks at once.

How do I start?

  1. Download the iso from the Systemrescue website
  2. run pacman -Sy to update the package manager
  3. If you need to handle multiple disks run pacman -S parallel
  4. If you want to access via ssh run passwd to set a password of your choice and enable the correct port for SSH (22) on the firewall that comes factory installed (iptables as of writing)
  5. Follow the instructions you can find below in the guides.

Contained Guides

  1. Change Block size from 3Par or EMC Storrage solution disks from 520 to 512 / 4096 bytes
  2. Remove the Data Integrity Feature from disks

Sources