Created
September 3, 2024 19:50
-
-
Save mdcallag/90a27e850380b975d59e692252ec4e61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo mdadm --detail /dev/md2 | |
| /dev/md2: | |
| Version : 1.2 | |
| Creation Time : Tue Sep 3 17:03:04 2024 | |
| Raid Level : raid1 | |
| Array Size : 2111699968 (2013.87 GiB 2162.38 GB) | |
| Used Dev Size : 2111699968 (2013.87 GiB 2162.38 GB) | |
| Raid Devices : 2 | |
| Total Devices : 2 | |
| Persistence : Superblock is persistent | |
| Intent Bitmap : Internal | |
| Update Time : Tue Sep 3 21:49:54 2024 | |
| State : clean, resyncing | |
| Active Devices : 2 | |
| Working Devices : 2 | |
| Failed Devices : 0 | |
| Spare Devices : 0 | |
| Consistency Policy : bitmap | |
| Resync Status : 82% complete | |
| Name : rescue:2 | |
| UUID : 8822e9e4:508bf8b8:dd3aa57c:7489779b | |
| Events : 5664 | |
| Number Major Minor RaidDevice State | |
| 0 259 10 0 active sync /dev/nvme0n1p4 | |
| 1 259 5 1 active sync /dev/nvme1n1p4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment