![mdadm RAID 5에서 유휴 상태의 HDD](https://linux55.com/image/196524/mdadm%20RAID%205%EC%97%90%EC%84%9C%20%EC%9C%A0%ED%9C%B4%20%EC%83%81%ED%83%9C%EC%9D%98%20HDD.png)
6개의 하드 드라이브에 mdadm RAID 5가 있습니다.
매초마다 하드 드라이브에서 동일한 소음 패턴이 들립니다. 마치 무언가를 읽고 쓰는데 아무 작업도 수행되지 않는 것 같습니다...
RAID는 깨끗하며 프로세스(로그 또는 이와 유사한 것)를 작성하는 프로세스가 없습니다.
나는 노력했다
root@pandaria:/# mdadm -D /dev/md0
/dev/md0:
Version : 1.2
Creation Time : Tue Sep 21 13:52:55 2021
Raid Level : raid5
Array Size : 39069470720 (37259.55 GiB 40007.14 GB)
Used Dev Size : 7813894144 (7451.91 GiB 8001.43 GB)
Raid Devices : 6
Total Devices : 6
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Sat Oct 2 20:06:32 2021
State : clean
Active Devices : 6
Working Devices : 6
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 512K
Consistency Policy : bitmap
Name : ubuntu-server:0
UUID : 043182bc:857ef2ce:d2251586:88cb5e32
Events : 73301
Number Major Minor RaidDevice State
0 8 0 0 active sync /dev/sda
1 8 16 1 active sync /dev/sdb
2 8 32 2 active sync /dev/sdc
4 8 48 3 active sync /dev/sdd
6 8 80 4 active sync /dev/sdf
5 8 64 5 active sync /dev/sde
root@pandaria:/# cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4] [linear] [multipath] [raid0] [raid1] [raid10]
md0 : active raid5 sdd[4] sda[0] sdc[2] sdf[6] sdb[1] sde[5]
39069470720 blocks super 1.2 level 5, 512k chunk, algorithm 2 [6/6] [UUUUUU]
bitmap: 2/59 pages [8KB], 65536KB chunk
unused devices: <none>
하드 드라이브가 왜 읽고 쓰는지 아시나요?