Home NAS on a Raspberry Pi 5 with mdadm RAID5
Hey everyone, I have a small home NAS running on a Raspberry Pi with a 3-disk RAID5 array via mdadm. Right now the only way I check on it is by SSH-ing in and running mdadm --detail , and it's only accessible from the Pi itself — no access from other devices on the network, let alone remotely. I'm looking for suggestions on: Easier monitoring - something that tells me if a disk fails or the array goes degraded, instead of me having to manually check via SSH. Remote/multi-device access - a simple way to reach my files from other devices on my network. What do you use for something like this on a Raspberry Pi? Thanks!
评论
?
参与讨论