September 3, 2025Sep 3 I have attached my logs to this topic and have ran this command: dd if=/dev/sdh bs=512 count=1 | od -Ax -x1+0 records in1+0 records out000000 0000 0000 0000 0000 0000 0000 0000 0000512 bytes copied, 1.1198e-05 s, 45.7 MB/s*0001c0 0002 ffee ffff 0001 0000 ffff ffff 00000001d0 0000 0000 0000 0000 0000 0000 0000 0000*0001f0 0000 0000 0000 0000 0000 0000 0000 aa55000200I am currently have been running this command, after stopping my array and putting it in maintenance mode. I ahve been running this command, for the past 8 hours:xfs_repair -v /dev/sdh (20 TB drive)It talked about finding a secondary superblock... and all I see this... over and over sithlord-syslog-20250903-1228.zip
September 3, 2025Sep 3 Community Expert The command you used is wrong because you have used the wrong device name. and even if it worked would have invalidated any parity.You should run this from the GUI as it would then automatically select the correct device name and it would then keep also avoid invalidating parity.
September 3, 2025Sep 3 Author 15 minutes ago, itimpi said:The command you used is wrong because you have used the wrong device name. and even if it worked would have invalidated any parity.You should run this from the GUI as it would then automatically select the correct device name and it would then keep also avoid invalidating parity.What (and how) command should I have run from the GUI? Could you provide a step by step detail, please?
September 3, 2025Sep 3 Community Expert Doesn't really matter, but sdh is 18TB. Please post the complete diagnostics and the output from wipefs /dev/md8p1 (with the array started)
September 3, 2025Sep 3 Author Just now, JorgeB said:Doesn't really matter, but sdh is 18TB. Please post the complete diagnostics and the output from wipefs /dev/md8p1 (with the array started)wipefs /dev/md8p1 listed no output with array startedshould I have used wipefs /dev/sdh? (Disk 8 is issue and it is 18 TB not 20 sorry)ParityST20000NM004E-3HR103_ZX213CM2 - 20 TB (sdk)33 °C83.2 MB/s83.2 MB/s0Disk 1ST18000NM000J-2TV103_ZR50LQTA - 18 TB (sdd)32 °C0.0 B/s0.0 B/s0xfs18 TB8.87 TB9.13 TBDisk 2ST18000NM000J-2TV103_ZR51F7Y3 - 18 TB (sdf)31 °C0.0 B/s0.0 B/s0xfs18 TB8.75 TB9.25 TBDisk 3ST18000NM000J-2TV103_ZR58W9FF - 18 TB (sdg)32 °C83.4 MB/s82.2 MB/s0xfs18 TB5.13 TB12.9 TBDisk 4ST18000NM000J-2TV103_ZR51ALH8 - 18 TB (sdl)32 °C0.0 B/s0.0 B/s0xfs18 TB126 GB17.9 TBDisk 5HGST_HUH721010ALE600_7PGVSM3C - 10 TB (sde)30 °C0.0 B/s0.0 B/s0xfs10 TB69.7 GB9.93 TBDisk 6HGST_HUH721010ALE600_7PGRN7BG - 10 TB (sdj)30 °C0.0 B/s0.0 B/s0xfs10 TB69.7 GB9.93 TBDisk 7ST20000NM004E-3HR103_ZX212P46 - 20 TB (sdi)34 °C0.0 B/s0.0 B/s0xfs20 TB139 GB19.9 TBDisk 8ST18000NM003D-3DL103_ZVT7BXT7 - 18 TB (sdh)37 °C0.0 B/s0.0 B/s0autoUnmountable: unsupported or no file systemHere is the diag filesithlord-diagnostics-20250903-0657.zip
September 3, 2025Sep 3 Community Expert 26 minutes ago, StangSCT69 said:wipefs /dev/md8p1 listed no output with array startedThat confirms there's no filesystem signature on that partition, is this a new disk or a disk that had data before and was rebuilt, or did something else happen?
September 3, 2025Sep 3 Author 8 minutes ago, JorgeB said:That confirms there's no filesystem signature on that disk, is this a new disk or a disk that had data before and was rebuilt, or did something else happen?Thank you for looking into this concern for me. This was an exisiting disk that had data on it and was working. It stopped sometime over the weekend and displayed that error. (Unmountable: unsupported or no file system") I have not done a rebuild and I did a smart test and it passed
September 3, 2025Sep 3 Community Expert Something wiped the filesystem signature from the partition; that is not normal, try running xfs_repair on the partition to see if it finds a backup superblock. If it doesn't find one after an hour or so, the only other option is running a file recovery app like UFS Explorer; the free trial should show if it can recover any data.With the array started, type:xfs_repair /dev/md8p1
September 3, 2025Sep 3 Author 1 hour ago, JorgeB said:Something wiped the filesystem signature from the partition; that is not normal, try running xfs_repair on the partition to see if it finds a backup superblock.If it doesn't find one after an hour or so, the only other option is running a file recovery app like UFS Explorer; the free trial should show if it can recover any data.With the array started, type:xfs_repair /dev/md8p1I assume that I will need to stop the array and then start it in maintenance mode first before I run xfs_repair /dev/md8p1Is that correct? Also, what is the difference between /dev/md8p1 and /dev/sdh? Is sdh the ind disk and md8p1 the array?
September 3, 2025Sep 3 Community Expert 20 minutes ago, StangSCT69 said:I assume that I will need to stop the array and then start it in maintenance mode first before I run xfs_repair /dev/md8p1No need since the disk is not mounted.20 minutes ago, StangSCT69 said:Also, what is the difference between /dev/md8p1 and /dev/sdh? Is sdh the ind disk and md8p1 the array?md8p1 is the partition on disk8, sdh is the whole disk. It would not work even in normal circumstances. /dev/sdh1 would work, but would not keep parity in sync during the repair.
September 3, 2025Sep 3 Author 1 hour ago, JorgeB said:No need since the disk is not mounted.md8p1 is the partition on disk8, sdh is the whole disk. It would not work even in normal circumstances. /dev/sdh1 would work, but would not keep parity in sync during the repair.Thank you so much!
September 3, 2025Sep 3 Author Wish me luck!xfs_repair /dev/md8p1Phase 1 - find and verify superblock...bad primary superblock - bad magic number !!!attempting to find secondary superblock..................................................will check when I get back home!
September 3, 2025Sep 3 Author It did not work, so since this is a single disk failure, I think I will just attempt to rebuild the drive after formatting it, @JorgeB is that ok?
September 4, 2025Sep 4 Author I did some digging and went down this path and it seems to be working...xfs_repair -n /dev/md8 /dev/md8: No such file or directory fatal error -- couldn't initialize XFS librarylsblk -o NAME,SIZE,FSTYPE,MOUNTPOINT NAME SIZE FSTYPE MOUNTPOINT loop0 579.8M squashfs /usr loop1 169.8M squashfs /lib loop2 64G btrfs /var/lib/docker sda 14.6T ├─sda1 200M vfat └─sda2 14.6T ntfs sdb 119.5G └─sdb1 119.5G vfat /boot sdc 14.6T ├─sdc1 200M vfat └─sdc2 14.6T ntfs sdd 16.4T └─sdd1 16.4T xfs sde 9.1T └─sde1 9.1T xfs sdf 16.4T └─sdf1 16.4T xfs sdg 16.4T └─sdg1 16.4T xfs sdh 16.4T └─sdh1 16.4T sdi 18.2T └─sdi1 18.2T xfs sdj 9.1T └─sdj1 9.1T xfs sdk 18.2T └─sdk1 18.2T xfs sdl 16.4T └─sdl1 16.4T xfs md1p1 16.4T /mnt/disk1 md2p1 16.4T /mnt/disk2 md3p1 16.4T /mnt/disk3 md4p1 16.4T /mnt/disk4 md5p1 9.1T /mnt/disk5 md6p1 9.1T /mnt/disk6 md7p1 18.2T /mnt/disk7 md8p1 16.4T nvme1n1 3.6T └─nvme1n1p1 3.6T btrfs /mnt/fetching nvme2n1 1.8T └─nvme2n1p1 1.8T btrfs /mnt/cache nvme0n1 476.9G └─nvme0n1p1 476.9G btrfs /mnt/vmdiskxfs_repair -n /dev/sdh1 /dev/sdh1: No such file or directory fatal error -- couldn't initialize XFS librarywipefs -a /dev/sdh1 wipefs: error: /dev/sdh1: probing initialization failed: No such file or directoryParted /dev/sdh print Model: ATA ST18000NM003D-3D (scsi) Disk /dev/sdh: 18.0TB Sector size (logical/physical): 512B/4096B Partition Table: gpt Disk Flags: Number Start End Size File system Name Flags 1 32.8kB 18.0TB 18.0TBAt this point, I decicded to try to rebuild... I think I see what happened... the system crashed ad casued this system to act up...I have set the disk to no device and then selected this... Start will disable the missing disk and then bring the array on-line. Install a replacement disk as soon as possible. Yes, I want to do thisReassign Disk 8 and Trigger RebuildStop the array again.Go back to the Disk 8 dropdown and reassign your drive: ST18000NM003D-3DL103_ZVT7BXT7 (sdh)Scroll down and click Start.Unraid should now detect that Disk 8 is “wrong” and offer to rebuild it from parity.As soon as I set the drive to ST18000NM003D-3DL103_ZVT7BXT7 (sdh) It now says: "All existing data on this device will be OVERWRITTEN when array is Started" When I started it, I see "Started Stop will take the array off-line. Disabled -- Parity operation is running Unmountable disk present: Disk 8 • ST18000NM003D-3DL103_ZVT7BXT7 (sdh) Format will create a file system in all Unmountable disks. Yes, I want to do this Data-Rebuild in progress."I see this... tail -f /var/log/syslog Sep 3 18:36:57 SITHLORD kernel: docker0: port 4(vethd3c2eb8) entered blocking state Sep 3 18:36:57 SITHLORD kernel: docker0: port 4(vethd3c2eb8) entered forwarding state Sep 3 18:36:57 SITHLORD rc.docker: tautulli: started successfully! Sep 3 18:36:57 SITHLORD rc.docker: tautulli: wait 30 seconds Sep 3 18:36:58 SITHLORD Parity Check Tuning: No restart information present Sep 3 18:36:58 SITHLORD tips.and.tweaks: Tweaks Applied Sep 3 18:36:58 SITHLORD unassigned.devices: Mounting 'Auto Mount' Remote Shares... Sep 3 18:36:58 SITHLORD unassigned.devices: Using Gateway '10.1.1.1' for Remote Shares. Sep 3 18:36:58 SITHLORD unassigned.devices: Waiting 5 secs before mounting Remote Shares... Sep 3 18:37:06 SITHLORD reload_services: execute queued job 18 Sep 3 18:37:27 SITHLORD rc.docker: binhex-jackett: started successfully! Sep 3 18:37:27 SITHLORD rc.docker: binhex-radarr: started successfully! Sep 3 18:37:28 SITHLORD rc.docker: binhex-radarr-cartoons: started successfully! Sep 3 18:37:28 SITHLORD rc.docker: binhex-radarr4k: started successfully! Sep 3 18:37:28 SITHLORD rc.docker: binhex-sonarr: started successfully! Sep 3 18:37:28 SITHLORD rc.docker: SonnarAnime: started successfully! Sep 3 18:37:28 SITHLORD rc.docker: binhex-lidarr: started successfully! Sep 3 18:37:28 SITHLORD rc.docker: Containers started. Sep 3 18:37:28 SITHLORD rc.docker: firefox: started successfully!I am seeing the data being rebuilt. If this fails then I know what to do next... again thank you for you help @JorgeB I really appreciate it
September 4, 2025Sep 4 Author So far we are looking good:tail -f /var/log/syslogSep 3 18:37:28 SITHLORD rc.docker: binhex-radarr-cartoons: started successfully!Sep 3 18:37:28 SITHLORD rc.docker: binhex-radarr4k: started successfully!Sep 3 18:37:28 SITHLORD rc.docker: binhex-sonarr: started successfully!Sep 3 18:37:28 SITHLORD rc.docker: SonnarAnime: started successfully!Sep 3 18:37:28 SITHLORD rc.docker: binhex-lidarr: started successfully!Sep 3 18:37:28 SITHLORD rc.docker: Containers started.Sep 3 18:37:28 SITHLORD rc.docker: firefox: started successfully!Sep 3 18:51:42 SITHLORD Parity Check Tuning: Parity Sync/Data Rebuild detectedSep 3 18:52:01 SITHLORD emhttpd: spinning down /dev/sdcSep 3 18:52:01 SITHLORD emhttpd: spinning down /dev/sda
September 4, 2025Sep 4 Community Expert 5 hours ago, StangSCT69 said:I am seeing the data being rebuilt.Is the emulated disk mounting?
September 5, 2025Sep 5 Author Sorry @JorgeB for the late reply.... I was sick yesterday and the drive is still rebuilding... it is at 96% done. I did buy a new 20 TB drive in the event this one fails
September 5, 2025Sep 5 Author tail -f /var/log/syslogSep 4 21:54:32 SITHLORD shfs: share cache fullSep 4 21:54:33 SITHLORD shfs: share cache fullSep 4 21:54:33 SITHLORD shfs: share cache fullSep 4 22:49:15 SITHLORD emhttpd: spinning down /dev/sdjSep 4 22:49:15 SITHLORD emhttpd: spinning down /dev/sdeSep 4 23:28:26 SITHLORD shfs: share cache fullSep 5 00:46:21 SITHLORD shfs: share cache fullSep 5 00:46:21 SITHLORD shfs: share cache fullSep 5 00:54:13 SITHLORD shfs: share cache fullSep 5 00:56:31 SITHLORD shfs: share cache full Edited September 5, 2025Sep 5 by StangSCT69
September 5, 2025Sep 5 Author cat /proc/mdstatsbName=/boot/config/super.datsbVersion=2.9.27sbCreated=1719958472sbUpdated=1757030496sbEvents=143sbState=1sbNumDisks=10sbLabel=090C-1000-0370-423100000190sbSynced=1757030496sbSynced2=0sbSyncErrs=0sbSyncExit=0mdVersion=2.9.35mdState=STARTEDmdNumDisks=9mdNumDisabled=1mdNumReplaced=0mdNumInvalid=2mdNumMissing=0mdNumWrong=0mdNumNew=0mdSwapP=0mdSwapQ=0mdResyncAction=recon D8mdResyncSize=17578328012mdResyncCorr=1mdResync=17578328012mdResyncPos=17167986392mdResyncDt=31mdResyncDb=3686536diskNumber.0=0diskName.0=diskSize.0=19531825100diskState.0=7diskId.0=ST20000NM004E-3HR103_ZX213CM2rdevNumber.0=0rdevStatus.0=DISK_OKrdevName.0=sdkrdevOffset.0=64rdevSize.0=19531825100rdevId.0=ST20000NM004E-3HR103_ZX213CM2rdevReads.0=4293934077rdevWrites.0=1939279rdevNumErrors.0=0diskNumber.1=1diskName.1=md1p1diskSize.1=17578328012diskState.1=7diskId.1=ST18000NM000J-2TV103_ZR50LQTArdevNumber.1=1rdevStatus.1=DISK_OKrdevName.1=sddrdevOffset.1=64rdevSize.1=17578328012rdevId.1=ST18000NM000J-2TV103_ZR50LQTArdevReads.1=4292533033rdevWrites.1=522rdevNumErrors.1=0diskNumber.2=2diskName.2=md2p1diskSize.2=17578328012diskState.2=7diskId.2=ST18000NM000J-2TV103_ZR51F7Y3rdevNumber.2=2rdevStatus.2=DISK_OKrdevName.2=sdfrdevOffset.2=64rdevSize.2=17578328012rdevId.2=ST18000NM000J-2TV103_ZR51F7Y3rdevReads.2=4292133229rdevWrites.2=522rdevNumErrors.2=0diskNumber.3=3diskName.3=md3p1diskSize.3=17578328012diskState.3=7diskId.3=ST18000NM000J-2TV103_ZR58W9FFrdevNumber.3=3rdevStatus.3=DISK_OKrdevName.3=sdgrdevOffset.3=64rdevSize.3=17578328012rdevId.3=ST18000NM000J-2TV103_ZR58W9FFrdevReads.3=4428485691rdevWrites.3=1936143rdevNumErrors.3=0diskNumber.4=4diskName.4=md4p1diskSize.4=17578328012diskState.4=7diskId.4=ST18000NM000J-2TV103_ZR51ALH8rdevNumber.4=4rdevStatus.4=DISK_OKrdevName.4=sdlrdevOffset.4=64rdevSize.4=17578328012rdevId.4=ST18000NM000J-2TV103_ZR51ALH8rdevReads.4=4291998477rdevWrites.4=523rdevNumErrors.4=0diskNumber.5=5diskName.5=md5p1diskSize.5=9766436812diskState.5=7diskId.5=HGST_HUH721010ALE600_7PGVSM3CrdevNumber.5=5rdevStatus.5=DISK_OKrdevName.5=sderdevOffset.5=64rdevSize.5=9766436812rdevId.5=HGST_HUH721010ALE600_7PGVSM3CrdevReads.5=2441609974rdevWrites.5=523rdevNumErrors.5=0diskNumber.6=6diskName.6=md6p1diskSize.6=9766436812diskState.6=7diskId.6=HGST_HUH721010ALE600_7PGRN7BGrdevNumber.6=6rdevStatus.6=DISK_OKrdevName.6=sdjrdevOffset.6=64rdevSize.6=9766436812rdevId.6=HGST_HUH721010ALE600_7PGRN7BGrdevReads.6=2441609974rdevWrites.6=523rdevNumErrors.6=0diskNumber.7=7diskName.7=md7p1diskSize.7=19531825100diskState.7=7diskId.7=ST20000NM004E-3HR103_ZX212P46rdevNumber.7=7rdevStatus.7=DISK_OKrdevName.7=sdirdevOffset.7=64rdevSize.7=19531825100rdevId.7=ST20000NM004E-3HR103_ZX212P46rdevReads.7=4291998551rdevWrites.7=523rdevNumErrors.7=0diskNumber.8=8diskName.8=md8p1diskSize.8=17578328012diskState.8=6diskId.8=ST18000NM003D-3DL103_ZVT7BXT7rdevNumber.8=8rdevStatus.8=DISK_INVALIDrdevName.8=sdhrdevOffset.8=64rdevSize.8=17578328012rdevId.8=ST18000NM003D-3DL103_ZVT7BXT7rdevReads.8=97rdevWrites.8=4291996738rdevNumErrors.8=0diskNumber.9=9diskName.9=diskSize.9=0diskState.9=0diskId.9=rdevNumber.9=9rdevStatus.9=DISK_NPrdevName.9=rdevOffset.9=0rdevSize.9=0rdevId.9=rdevReads.9=0rdevWrites.9=0rdevNumErrors.9=0diskNumber.10=10diskName.10=diskSize.10=0diskState.10=0diskId.10=rdevNumber.10=10rdevStatus.10=DISK_NPrdevName.10=rdevOffset.10=0rdevSize.10=0rdevId.10=rdevReads.10=0rdevWrites.10=0rdevNumErrors.10=0diskNumber.11=11diskName.11=diskSize.11=0diskState.11=0diskId.11=rdevNumber.11=11rdevStatus.11=DISK_NPrdevName.11=rdevOffset.11=0rdevSize.11=0rdevId.11=rdevReads.11=0rdevWrites.11=0rdevNumErrors.11=0diskNumber.12=12diskName.12=diskSize.12=0diskState.12=0diskId.12=rdevNumber.12=12rdevStatus.12=DISK_NPrdevName.12=rdevOffset.12=0rdevSize.12=0rdevId.12=rdevReads.12=0rdevWrites.12=0rdevNumErrors.12=0diskNumber.13=13diskName.13=diskSize.13=0diskState.13=0diskId.13=rdevNumber.13=13rdevStatus.13=DISK_NPrdevName.13=rdevOffset.13=0rdevSize.13=0rdevId.13=rdevReads.13=0rdevWrites.13=0rdevNumErrors.13=0diskNumber.14=14diskName.14=diskSize.14=0diskState.14=0diskId.14=rdevNumber.14=14rdevStatus.14=DISK_NPrdevName.14=rdevOffset.14=0rdevSize.14=0rdevId.14=rdevReads.14=0rdevWrites.14=0rdevNumErrors.14=0diskNumber.15=15diskName.15=diskSize.15=0diskState.15=0diskId.15=rdevNumber.15=15rdevStatus.15=DISK_NPrdevName.15=rdevOffset.15=0rdevSize.15=0rdevId.15=rdevReads.15=0rdevWrites.15=0rdevNumErrors.15=0diskNumber.16=16diskName.16=diskSize.16=0diskState.16=0diskId.16=rdevNumber.16=16rdevStatus.16=DISK_NPrdevName.16=rdevOffset.16=0rdevSize.16=0rdevId.16=rdevReads.16=0rdevWrites.16=0rdevNumErrors.16=0diskNumber.17=17diskName.17=diskSize.17=0diskState.17=0diskId.17=rdevNumber.17=17rdevStatus.17=DISK_NPrdevName.17=rdevOffset.17=0rdevSize.17=0rdevId.17=rdevReads.17=0rdevWrites.17=0rdevNumErrors.17=0diskNumber.18=18diskName.18=diskSize.18=0diskState.18=0diskId.18=rdevNumber.18=18rdevStatus.18=DISK_NPrdevName.18=rdevOffset.18=0rdevSize.18=0rdevId.18=rdevReads.18=0rdevWrites.18=0rdevNumErrors.18=0diskNumber.19=19diskName.19=diskSize.19=0diskState.19=0diskId.19=rdevNumber.19=19rdevStatus.19=DISK_NPrdevName.19=rdevOffset.19=0rdevSize.19=0rdevId.19=rdevReads.19=0rdevWrites.19=0rdevNumErrors.19=0diskNumber.20=20diskName.20=diskSize.20=0diskState.20=0diskId.20=rdevNumber.20=20rdevStatus.20=DISK_NPrdevName.20=rdevOffset.20=0rdevSize.20=0rdevId.20=rdevReads.20=0rdevWrites.20=0rdevNumErrors.20=0diskNumber.21=21diskName.21=diskSize.21=0diskState.21=0diskId.21=rdevNumber.21=21rdevStatus.21=DISK_NPrdevName.21=rdevOffset.21=0rdevSize.21=0rdevId.21=rdevReads.21=0rdevWrites.21=0rdevNumErrors.21=0diskNumber.22=22diskName.22=diskSize.22=0diskState.22=0diskId.22=rdevNumber.22=22rdevStatus.22=DISK_NPrdevName.22=rdevOffset.22=0rdevSize.22=0rdevId.22=rdevReads.22=0rdevWrites.22=0rdevNumErrors.22=0diskNumber.23=23diskName.23=diskSize.23=0diskState.23=0diskId.23=rdevNumber.23=23rdevStatus.23=DISK_NPrdevName.23=rdevOffset.23=0rdevSize.23=0rdevId.23=rdevReads.23=0rdevWrites.23=0rdevNumErrors.23=0diskNumber.24=24diskName.24=diskSize.24=0diskState.24=0diskId.24=rdevNumber.24=24rdevStatus.24=DISK_NPrdevName.24=rdevOffset.24=0rdevSize.24=0rdevId.24=rdevReads.24=0rdevWrites.24=0rdevNumErrors.24=0diskNumber.25=25diskName.25=diskSize.25=0diskState.25=0diskId.25=rdevNumber.25=25rdevStatus.25=DISK_NPrdevName.25=rdevOffset.25=0rdevSize.25=0rdevId.25=rdevReads.25=0rdevWrites.25=0rdevNumErrors.25=0diskNumber.26=26diskName.26=diskSize.26=0diskState.26=0diskId.26=rdevNumber.26=26rdevStatus.26=DISK_NPrdevName.26=rdevOffset.26=0rdevSize.26=0rdevId.26=rdevReads.26=0rdevWrites.26=0rdevNumErrors.26=0diskNumber.27=27diskName.27=diskSize.27=0diskState.27=0diskId.27=rdevNumber.27=27rdevStatus.27=DISK_NPrdevName.27=rdevOffset.27=0rdevSize.27=0rdevId.27=rdevReads.27=0rdevWrites.27=0rdevNumErrors.27=0diskNumber.28=28diskName.28=diskSize.28=0diskState.28=0diskId.28=rdevNumber.28=28rdevStatus.28=DISK_NPrdevName.28=rdevOffset.28=0rdevSize.28=0rdevId.28=rdevReads.28=0rdevWrites.28=0rdevNumErrors.28=0diskNumber.29=29diskName.29=diskSize.29=0diskState.29=4diskId.29=rdevNumber.29=29rdevStatus.29=DISK_NP_DSBLrdevName.29=rdevOffset.29=0rdevSize.29=0rdevId.29=rdevReads.29=0rdevWrites.29=0rdevNumErrors.29=0
September 6, 2025Sep 6 Author @JorgeB I believe we are good now, thanks again!ipefs /dev/md8p1DEVICE OFFSET TYPE UUID LABELmd8p1 0x0 xfs 5c05104a-0a7d-4477-b56a-293fc29435df
September 6, 2025Sep 6 Community Expert Disk8 was still not mounting in the screenshot. Is it mounting now?
September 6, 2025Sep 6 Author 23 minutes ago, JorgeB said:Disk8 was still not mounting in the screenshot. Is it mounting now?Yes it is mounted!
September 6, 2025Sep 6 Community Expert Solution Great, that suggests something wiped the fs from the actual disk, or there was some kind of firmware issue, but it was done directly on the device, and parity was not updated.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.