May 7, 20242 yr I know this may seem stupid but I brushed up against one of the power connectors to one of my drives and it says it's Disabled and the device is emulated. After browsing the drive and doing SMART tests, I can confirm it's fine. I have had issues getting it to rebuild the drive and frankly (I know it may seem stupid) but, I lost about 6-8 TB doing that one time. It wants me to reformat the drive for some reason, I tried following this link but I just don't get the option when I tried to rebuild I would like to just accept the risk and edit whatever file is causing it to say that. One of the main reasons is I am getting UDMA errors on another drive (I think one of the resistors, I think, might be going as it got replaced recently) and I'm worried that something will mess up rebuilding it causing me to lose everything. And if I replace the drive with UDMA, I'm sure I will get an error saying I can't add 2 drives. I would like to avoid having to rebuild everything on one drive, run a parity check, then replace the other on. If I sound like I'm all over the place, I apologize, this has been giving me anxiety. cd1git-unraid-diagnostics-20240507-1743.zip Edited May 7, 20242 yr by Exes
May 8, 20242 yr Community Expert have you already rebooted the server? Disk go into states to protect themselves and require a reboot to reinitalite under main click spin down arrow xyz... the disks I vague remember having a disabled disk. if you don't want to reboot stop all vms and dockers. then stop the array. Per redit user Medical_Shame4079: Stop the array, unassign the disk, start the array in maintenance mode, stop it again, reassign the drive to the same slot. The idea is to start the array temporarily with the drive “missing” so it changes from “disabled” to “emulated” status, then to stop it and “replace” the drive to get it back to “active” status Edited May 8, 20242 yr by bmartino1
May 8, 20242 yr Community Expert Diags show constant errors with disk2, replace cables and post new diags after array start, don't do anything else to disk1 for now.
May 8, 20242 yr Author 21 hours ago, bmartino1 said: have you already rebooted the server? Disk go into states to protect themselves and require a reboot to reinitalite under main click spin down arrow xyz... the disks I vague remember having a disabled disk. if you don't want to reboot stop all vms and dockers. then stop the array. Per redit user Medical_Shame4079: Stop the array, unassign the disk, start the array in maintenance mode, stop it again, reassign the drive to the same slot. The idea is to start the array temporarily with the drive “missing” so it changes from “disabled” to “emulated” status, then to stop it and “replace” the drive to get it back to “active” status Yeah I've rebooted it, then unmounted it and mounted using unassigned drives, just to check. I've never been able to get a drive to go from Disabled to Enabled without completely rebuilding it. I am not sure if it's the power cables I have or my luck is bad
May 8, 20242 yr Author 16 hours ago, JorgeB said: Diags show constant errors with disk2, replace cables and post new diags after array start, don't do anything else to disk1 for now. cd1git-unraid-diagnostics-20240508-1916.zip Done, also, thank you for not giving me crap. I've tried Reddit and people just aren't helpful there
May 8, 20242 yr Community Expert Curious. Is this a shuck drive? with the 3.3volt sata power? https://electronics.stackexchange.com/questions/604512/is-3-3-v-necessary-for-basic-functionality-of-any-sata-drives-how-to-check-if#:~:text=Wiki SATA,of the SATA power connector. new sata hard disk have changed SATA power to add a 3.3volt diver restart power function. is this drive new and came with a power adapter? Edited May 8, 20242 yr by bmartino1
May 9, 20242 yr Community Expert 8 hours ago, Exes said: Done Diags are not fresh, did you replace the cables without powering down? In any case reboot to clear the logs and post new diags after array start.
May 22, 20242 yr Community Expert No disk errors for now, but you need to check filesystem on disk1, run it without -n.
May 23, 20242 yr Author cd1git-unraid-diagnostics-20240522-2230.zip tried a new cable and it looks like it's working. is this a good sign?
May 23, 20242 yr Community Expert 23 hours ago, JorgeB said: but you need to check filesystem on disk1, run it without -n. Did you do this?
May 23, 20242 yr Author Not yet it's rebuilding but no longer saying it's disabled. Should I stop the rebuild and do that? It didn't say it was disabled though Edited May 23, 20242 yr by Exes
May 23, 20242 yr Community Expert kinda. I would wait for hte rebuild and then run the commands aginst the disk. Only to fix/maintain unraid party and data. and only if the drive is in its forever home and not to be hit again. Running the Test using the command line XFS and ReiserFS You can run the file system check from the command line for ReiserFS and XFSxfs as shown below if the array is started in Maintenance mode by using a command of the form: xfs_repair -v /dev/mdX or reiserfsck -v /dev/mdX where X corresponds to the diskX number shown in the Unraid GUI. Using the /dev/mdX type device will maintain parity. If the file system to be repaired as an encrypted XFS one then the command needs to be modified to use the /dev/mapper/mdX device
May 23, 20242 yr Community Expert 5 minutes ago, bmartino1 said: kinda. I would wait for hte rebuild and then run the commands aginst the disk. Only to fix/maintain unraid party and data. and only if the drive is in its forever home and not to be hit again. Running the Test using the command line XFS and ReiserFS You can run the file system check from the command line for ReiserFS and XFSxfs as shown below if the array is started in Maintenance mode by using a command of the form: xfs_repair -v /dev/mdX or reiserfsck -v /dev/mdX where X corresponds to the diskX number shown in the Unraid GUI. Using the /dev/mdX type device will maintain parity. If the file system to be repaired as an encrypted XFS one then the command needs to be modified to use the /dev/mapper/mdX device Note that this is no longer quite accurate as the device name for array drives can vary according to the Unraid release and whether encryption is being used or not. Much better to do it from the GUI as then you do not need to worry about the device name.
May 24, 20242 yr Author So it finished rebuilding but it still says this. Do I need to go into maintenance mode and redo it? I don't want to lose anything on the drive. Or should I test the drive first above? cd1git-unraid-diagnostics-20240524-1309.zip
May 24, 20242 yr Author On 5/23/2024 at 1:01 PM, bmartino1 said: kinda. I would wait for hte rebuild and then run the commands aginst the disk. Only to fix/maintain unraid party and data. and only if the drive is in its forever home and not to be hit again. Running the Test using the command line XFS and ReiserFS You can run the file system check from the command line for ReiserFS and XFSxfs as shown below if the array is started in Maintenance mode by using a command of the form: xfs_repair -v /dev/mdX or reiserfsck -v /dev/mdX where X corresponds to the diskX number shown in the Unraid GUI. Using the /dev/mdX type device will maintain parity. If the file system to be repaired as an encrypted XFS one then the command needs to be modified to use the /dev/mapper/mdX device Ah just saw this, can you let me know what I should do regarding my last post?
May 24, 20242 yr Community Expert On 5/22/2024 at 9:03 AM, JorgeB said: you need to check filesystem on disk1, run it without -n.
May 25, 20242 yr Author Out of curiosity, I do have another drive that I was pulling stuff off of that is the same size. If I replace the Drive1, would that be a better idea?
May 25, 20242 yr Community Expert Seeing that your parity build was 1 month time. yes. There may be other damage to that disk. I would run spinrite a third party tool to check the bumped disk. (simlar to memtest but for HDD) paid software.. Review: https://mbusb.aguslr.com/misc/spinrite.html You may see a similar party build time depending on data. (highest I've seen was a year. The shortest i've seen was 3 hours. Times vary based on data on disk. Average 1 day for a data build depending on mead type... Even it its a "1TB" drive, the sizes are not the same when moving media. A HDD 1TB has more sectors and space than a SSD/NVME do not change media types if doing this unless its a bigger size. I would recommend replacing the disk.
May 25, 20242 yr Author I still have the replacement plan from Best Buy, I could just get a new drive tomorrow if that'd be the safest idea haha
May 26, 20242 yr Community Expert 14 hours ago, Exes said: If I replace the Drive1, would that be a better idea? Doing that won't fix the filesystem issues.
May 30, 20242 yr Author You mean because it wrote that to parity? It was fine (from what I could tell) until I accidentally hit the power cable. I tried the xfs_repair and it didn't get past phase 1, something about not enough super blocks Edit: My parity check was before all of that happened too Edited May 30, 20242 yr by Exes
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.