nas:qnap:recover_raid_data
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nas:qnap:recover_raid_data [2021/09/13 11:48] – peter | nas:qnap:recover_raid_data [2021/09/13 13:28] (current) – [Determine Raid Status] peter | ||
---|---|---|---|
Line 4: | Line 4: | ||
<code bash> | <code bash> | ||
- | cat / | + | cat / |
</ | </ | ||
Line 43: | Line 43: | ||
**NOTE: | **NOTE: | ||
- | * **md1**: | + | QNAP NAS will be automatically cut the internal hard disk into 5 partitions after being connected. |
- | * **md9**: | + | |
- | | + | ^Partition^Array^Type^Capacity*1k=1000^Mount^Use^ |
- | * **md256**: | + | |sda1|md9|raid1|542M|/ |
- | * **md321**: Swap (unmounted) it is used in some way? | + | |sda2|md256|raid1|542M||Log storage area?| |
+ | |sda3|md1|Set by Storage Pool|Disk free space||Data. | ||
+ | |sda4|md13|raid1|469M|/ | ||
+ | |sda5|md322|raid1|7408M||SWAP.| | ||
+ | |||
+ | * ***sda4/md13** is for programs like Apache and Python, but apps like HybridBackup will soft-link to / | ||
+ | |||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Determine Salient Raids ===== | ||
+ | |||
+ | To ignore the internal RAIDs used by QNAP. | ||
+ | |||
+ | <code bash> | ||
+ | /bin/cat / | ||
+ | |||
+ | or | ||
+ | |||
+ | /bin/cat / | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | md4 : active raid1 sdi3[0] | ||
+ | md3 : active raid1 sdk3[0] | ||
+ | md1 : active raid6 sdf3[0] sdd3[7] sdg3[6] sdh3[5] sdc3[4] sdb3[2] sda3[3] sde3[1] | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Run md_checker ===== | ||
+ | |||
+ | **md_checker** is a QNAP script which checks the software RAID. | ||
+ | |||
+ | <code bash> | ||
+ | md_checker | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | Welcome to MD superblock checker (v2.0) - have a nice day~ | ||
+ | |||
+ | Scanning system... | ||
+ | |||
+ | |||
+ | RAID metadata found! | ||
+ | UUID: | ||
+ | Level: | ||
+ | Devices: 8 | ||
+ | Name: md1 | ||
+ | Chunk Size: 64K | ||
+ | md Version: | ||
+ | Creation Time: Mar 6 17:46:54 2018 | ||
+ | Status: | ||
+ | =============================================================================================== | ||
+ | | ||
+ | =============================================================================================== | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | =============================================================================================== | ||
+ | |||
+ | |||
+ | RAID metadata found! | ||
+ | UUID: | ||
+ | Level: | ||
+ | Devices: 1 | ||
+ | Name: md3 | ||
+ | Chunk Size: - | ||
+ | md Version: | ||
+ | Creation Time: Aug 21 18:43:43 2019 | ||
+ | Status: | ||
+ | =============================================================================================== | ||
+ | | ||
+ | =============================================================================================== | ||
+ | | ||
+ | =============================================================================================== | ||
+ | |||
+ | |||
+ | RAID metadata found! | ||
+ | UUID: | ||
+ | Level: | ||
+ | Devices: 1 | ||
+ | Name: md4 | ||
+ | Chunk Size: - | ||
+ | md Version: | ||
+ | Creation Time: Jun 21 00:14:24 2019 | ||
+ | Status: | ||
+ | =============================================================================================== | ||
+ | | ||
+ | =============================================================================================== | ||
+ | | ||
+ | =============================================================================================== | ||
+ | </ | ||
---- | ---- | ||
nas/qnap/recover_raid_data.1631533732.txt.gz · Last modified: 2021/09/13 11:48 by peter