Hard Drive Failed - Rebuild failed - 4 Drives showing no data


Recommended Posts

26 minutes ago, JorgeB said:

use -L

 

Cool got that done. Re-ran the UUIC change, gave an error :(

 

Apr 12 05:20:28 Tower unassigned.devices: Error: shell_exec(/usr/sbin/xfs_admin -U generate /dev/sdd1) took longer than 1s!
Apr 12 05:20:28 Tower unassigned.devices: Changing disk '/dev/sdd' UUID. Result: command timed out

Link to comment
16 minutes ago, JasenHicks said:

Cool got that done. Re-ran the UUIC change, gave an error :(

 

Apr 12 05:20:28 Tower unassigned.devices: Error: shell_exec(/usr/sbin/xfs_admin -U generate /dev/sdd1) took longer than 1s!
Apr 12 05:20:28 Tower unassigned.devices: Changing disk '/dev/sdd' UUID. Result: command timed out

@dlandonLooks like you need to make the timeout for this longer.

 

 

2 minutes ago, JasenHicks said:

1. Start the Array

2. Mount the ZAD8EYTY drive

3. rsync between the two? Should I do that in the UNRAID terminal? 

Yep, you can use for example:

 

rsync -av /mnt/disks/name_of_UD_disk/ /mnt/diskX/

 

Replace X with correct disk number.

Link to comment

I'm sorry for the silly questions back and forth and am truly grateful for the assistance. I re-read the post and was like "DUH" UD = Unassigned device.

 

Ran the command: rsync -av /mnt/disks/oldSeagate/ /mnt/disk7/

 

Output (error) below:

 

Linux 4.19.107-Unraid.
Last login: Mon Apr 12 05:29:17 -0700 2021 on /dev/pts/0.
root@Zeus:~# rsync -av /mnt/disks/oldSeagate/ /mnt/disk7/
sending incremental file list
rsync: ERROR: cannot stat destination "/mnt/disk7/": Input/output error (5)
rsync error: errors selecting input/output files, dirs (code 3) at main.c(642) [Receiver=3.1.3]
root@Zeus:~# 
 

 

Link to comment

They should have a blue icon, try this:

 

Unassign all cache devices, start array to make Unraid "forget" current cache config, stop array, reassign all cache devices (there can't be an "All existing data on this device will be OVERWRITTEN when array is Started" warning for any cache device), start array.

Link to comment

OK. Did the following.

 

1. Stopped the Array.

2. Unassigned all the cache drives. It wouldn't let me start the array though.

3. Reassigned the cache drives. Started up the array. 

4. Now we have GREEN BUBBLES next to each cache drive but still have the "Unmountable: No File System" on the NVME drive.

 

image.thumb.png.7fbe9a219fdc2847261ec67452a7d57e.png

 

image.thumb.png.4b64d7440a24764b198a3c2e2b5b4e72.png

Link to comment

When you started the array before the first screenshot, i.e., when both additional cache devices had a blue icon they were wiped:

 

Apr 13 01:31:05 Zeus emhttpd: shcmd (453): /sbin/wipefs -a /dev/sdc1
Apr 13 01:31:05 Zeus root: /dev/sdc1: 8 bytes were erased at offset 0x00010040 (btrfs): 5f 42 48 52 66 53 5f 4d
Apr 13 01:31:05 Zeus emhttpd: shcmd (454): /sbin/wipefs -a /dev/sdd1
Apr 13 01:31:06 Zeus root: /dev/sdd1: 8 bytes were erased at offset 0x00010040 (btrfs): 5f 42 48 52 66 53 5f 4d
Apr 13 01:31:06 Zeus emhttpd: cache uuid: 9ac8c9e6-3103-4734-a27f-a043b30a7659

 

There should have been an "all data on this device will be deleted at array start" warning in red in front of both, now you can try this, with some luck it might work.

 

With the array stopped type on the console:

 

btrfs-select-super -s 1 /dev/sdc1

 

then

 

btrfs-select-super -s 1 /dev/sdd1

 

Now start the array.

 

 

Link to comment
33 minutes ago, JorgeB said:

When you started the array before the first screenshot, i.e., when both additional cache devices had a blue icon they were wiped:

 


Apr 13 01:31:05 Zeus emhttpd: shcmd (453): /sbin/wipefs -a /dev/sdc1
Apr 13 01:31:05 Zeus root: /dev/sdc1: 8 bytes were erased at offset 0x00010040 (btrfs): 5f 42 48 52 66 53 5f 4d
Apr 13 01:31:05 Zeus emhttpd: shcmd (454): /sbin/wipefs -a /dev/sdd1
Apr 13 01:31:06 Zeus root: /dev/sdd1: 8 bytes were erased at offset 0x00010040 (btrfs): 5f 42 48 52 66 53 5f 4d
Apr 13 01:31:06 Zeus emhttpd: cache uuid: 9ac8c9e6-3103-4734-a27f-a043b30a7659

 

There should have been an "all data on this device will be deleted at array start" warning in red in front of both, now you can try this, with some luck it might work.

 

With the array stopped type on the console:

 


btrfs-select-super -s 1 /dev/sdc1

 

then

 


btrfs-select-super -s 1 /dev/sdd1

 

Now start the array.

 

 

 

You are a god damn hero. Thank you! I seem to be full up round again.

  • Like 1
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.