Configure Storage
Identify Your Drives
Match Linux device names to the physical drives before any formatting or RAID command can erase data.
Guide difficulty⭐⭐⭐⭐⭐ Beginner Friendly
Estimated time⏱️ Around 20–40 minutesEstimated for a first-time user.
List disks and serial numbers
lsblk -o NAME,SIZE,TYPE,FSTYPE,MOUNTPOINTS,MODEL,SERIALList stable device links
ls -l /dev/disk/by-id/Compare with your physical labels
Record which serial number belongs to each bay. The microSD card must not be included in later storage commands.
Count the expected drives
The reference RAID build should show four equal-capacity hard drives plus the Pi system card.
IMAGE PLACEHOLDERTerminal output from lsblk showing the system card and four SATA drives, with annotations explaining each row.