Temat: NTFS signature is missing. RAID 5
Witam,
podczas awarii zasilania na ulicy padł mi RAID5.
po powrocie zasilania wszystkie dyski były widoczne jako SPARE (3 dyski)
No to stwierdziłem, że ponownie złoże macierz
# mdadm --assemble --force /dev/md0
Macierz wstała...
# mdadm --detail /dev/md0
/dev/md0:
Version : 1.2
Creation Time : Fri Jun 19 11:46:08 2020
Raid Level : raid5
Array Size : 1953258496 (1862.77 GiB 2000.14 GB)
Used Dev Size : 976629248 (931.39 GiB 1000.07 GB)
Raid Devices : 3
Total Devices : 3
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Thu Sep 10 00:08:35 2020
State : clean
Active Devices : 3
Working Devices : 3
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 512K
Consistency Policy : bitmap
Name : OpenWrt:0 (local to host OpenWrt)
UUID : bf94c165:6d34752e:b65cdcfd:97187f53
Events : 317407
Number Major Minor RaidDevice State
0 8 33 0 active sync /dev/sdc
1 8 17 1 active sync /dev/sdd
3 8 65 2 active sync /dev/sdeLuci również widzi /dev/md0 po UUID
Problem zaczyna się w momencie próby montowania.
fstab po restarcie nie montuje /dev/md0 mimo, że macierz jest złożona.
próba ręcznego montowania kończy się:
# mount -t ext4 /dev/md0 /mnt/raid5
NTFS signature is missing.
Failed to mount '/dev/md0': Invalid argument
The device '/dev/md0' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount: mounting /dev/md0 on /mnt/raid5 failed: No such device# fdisk -l
Disk /dev/md0: 1.84 TiB, 2000136699904 bytes, 3906516992 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 524288 bytes / 1048576 bytes