https://bugzilla.kernel.org/show_bug.cgi?id=202127 --- Comment #27 from Eric Sandeen (sandeen@xxxxxxxxxxx) --- It may still fail, but you've specified your sunit * swidth incorrectly (backwards) [ 316.159473] XFS (sda): stripe width (64) must be a multiple of the stripe unit (256) >From the manpage: sunit=value and swidth=value Used to specify the stripe unit and width for a RAID device or a stripe volume. "value" must be specified in 512-byte block units. These options are only relevant to filesystems that were created with non-zero data alignment parameters. The sunit and swidth parameters specified must be compati‐ ble with the existing filesystem alignment characteris‐ tics. In general, that means the only valid changes to sunit are increasing it by a power-of-2 multiple. Valid swidth values are any integer multiple of a valid sunit value. -- You are receiving this mail because: You are watching the assignee of the bug.