User Tools

Site Tools


snapraid:disks:partition_a_new_parity_disk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

snapraid:disks:partition_a_new_parity_disk [2025/05/12 21:00] – created petersnapraid:disks:partition_a_new_parity_disk [2025/05/12 21:00] (current) peter
Line 1: Line 1:
 ====== SnapRAID - Disks - Partition a new parity disk ====== ====== SnapRAID - Disks - Partition a new parity disk ======
 +
 +<code bash>
 +sudo parted -a optimal -s /dev/sdX -- mklabel gpt mkpart primary 0% 100%
 +sudo mkfs.ext4 -m 0 -T largefile4 -L disk01 /dev/sdX1
 +</code>
 +
 +<WRAP info>
 +**NOTE:** "-m 0" here reserves 0% of the filesystem, ensuring that the parity disks are slightly larger than the data disks.
 +</WRAP>
  
snapraid/disks/partition_a_new_parity_disk.1747083606.txt.gz · Last modified: 2025/05/12 21:00 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki