Advertisement
pangu007

raid5

Oct 2nd, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. [orca@orcacomputers raid5]$ cat /proc/mdstat
  2. Personalities : [raid6] [raid5] [raid4]
  3. md0 : active raid5 sdd[1] sde[3] sdc[0]
  4. 3906762752 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU]
  5. bitmap: 0/15 pages [0KB], 65536KB chunk
  6.  
  7. unused devices: <none>
  8. [orca@orcacomputers raid5]$ mdadm --detail /dev/md*
  9. mdadm: must be super-user to perform this action
  10. [orca@orcacomputers raid5]$ sudo mdadm --detail /dev/md*
  11. [sudo] password for orca:
  12. mdadm: /dev/md does not appear to be an md device
  13. /dev/md0:
  14. Version : 1.2
  15. Creation Time : Sat Jul 4 00:09:25 2020
  16. Raid Level : raid5
  17. Array Size : 3906762752 (3725.78 GiB 4000.53 GB)
  18. Used Dev Size : 1953381376 (1862.89 GiB 2000.26 GB)
  19. Raid Devices : 3
  20. Total Devices : 3
  21. Persistence : Superblock is persistent
  22.  
  23. Intent Bitmap : Internal
  24.  
  25. Update Time : Wed Sep 30 22:49:32 2020
  26. State : clean
  27. Active Devices : 3
  28. Working Devices : 3
  29. Failed Devices : 0
  30. Spare Devices : 0
  31.  
  32. Layout : left-symmetric
  33. Chunk Size : 512K
  34.  
  35. Consistency Policy : bitmap
  36.  
  37. Name : orcacomputers.orcainbox:0 (local to host orcacomputers.orcainbox)
  38. UUID : 4ca9118c:3a557d0f:db723ff2:e8b9a521
  39. Events : 5327
  40.  
  41. Number Major Minor RaidDevice State
  42. 0 8 32 0 active sync /dev/sdc
  43. 1 8 48 1 active sync /dev/sdd
  44. 3 8 64 2 active sync /dev/sde
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement