Skip to main content
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Source Link

Looks like you can run

mdadm -E /dev/sda1  

or similar against one of the devices in the array. It will print the superblock and lists the chunk size there. Note that the switch is -E, not -e.

See the third grey section here

EDIT: See herehere and here on chunk size in RAID1

Looks like you can run

mdadm -E /dev/sda1  

or similar against one of the devices in the array. It will print the superblock and lists the chunk size there. Note that the switch is -E, not -e.

See the third grey section here

EDIT: See here and here on chunk size in RAID1

Looks like you can run

mdadm -E /dev/sda1  

or similar against one of the devices in the array. It will print the superblock and lists the chunk size there. Note that the switch is -E, not -e.

See the third grey section here

EDIT: See here and here on chunk size in RAID1

Corrected switch to -E as per quoted link. Clarification of this was added to prevent a 'minor' edit, and can be removed if desired.
Source Link

Looks like you can run

mdadm -eE /dev/sda1  

or similar against one of the devices in the array. It will print the superblock and lists the chunk size there. Note that the switch is -E, not -e.

See the third grey section here

EDIT: See here and here on chunk size in RAID1

Looks like you can run

mdadm -e /dev/sda1  

or similar against one of the devices in the array. It will print the superblock and lists the chunk size there.

See the third grey section here

EDIT: See here and here on chunk size in RAID1

Looks like you can run

mdadm -E /dev/sda1  

or similar against one of the devices in the array. It will print the superblock and lists the chunk size there. Note that the switch is -E, not -e.

See the third grey section here

EDIT: See here and here on chunk size in RAID1

added 214 characters in body
Source Link
OldWolf
  • 2.5k
  • 15
  • 15

Looks like you can run

mdadm -e /dev/sda1  

or similar against one of the devices in the array. It will print the superblock and lists the chunk size there.

See the third grey section here

EDIT: See here and here on chunk size in RAID1

Looks like you can run

mdadm -e /dev/sda1  

or similar against one of the devices in the array. It will print the superblock and lists the chunk size there.

See the third grey section here

Looks like you can run

mdadm -e /dev/sda1  

or similar against one of the devices in the array. It will print the superblock and lists the chunk size there.

See the third grey section here

EDIT: See here and here on chunk size in RAID1

Source Link
OldWolf
  • 2.5k
  • 15
  • 15
Loading