Everything posted by Stupot
-
Probable dead drive...how to proceed?
Thank you. I truly appreciate the time you took to explain that. In the end though, I have ended up just using the UD Preclear plugin to zero the drive. The command did work and it began zeroing, and I could see the status of what it was doing, but it seems it requires the terminal window to be open for the entire duration. I guess if I SSHd in from another computer using Putty or something alike it would be more stable than doing it through the browser terminal. I am sure there is a Bette lr way of doing this that I am just not experienced and smart enough to figure. It does appear that the Preclear plugin works out to in like I think you said DD does. It starts fast and gets progressively slower as it works it's way inwards on the platter. My hope is that Unraid writes data this way when the disks are used in the array. If that is the case, when I start hitting reallocated sector count warnings should mean the data that was on there has been zeroed and I can stop the process. Thank you once again.
-
Probable dead drive...how to proceed?
Thanks Just so I am crystal clear -- the command above to zero the drive below would be: dd bs=1M if=/dev/zero of=/dev/sde status=progress Correct? Thank you!
-
Probable dead drive...how to proceed?
Hello, I have a follow up question if anyone has any advice. I am sending the defective drive back to the retailer for them to replace for me (with a new drive by the sounds of it, thankfully). In the few weeks I've had the drives, I've used them for storing my files and there is some sensitive data on the drive that I would like to remove before sending. Can anyone offer the best solution? Is there a way to only wipe the sectors of the drive that have actual data on them, rather than the entire drive? I ask this as I believe when I start trying to write zeros or garbled-secure-erase-type data to the empty space, the reallocated sector count is likely to start increasing again. I am assuming of course that the data that I had written to the drive was placed in sectors that were functional up until the moment I hit the sectors that are defective...but I could be assuming correctly and writing anything to any part of the drive might cause more warnings. Regardless, I do need to at least attempt to remove the data. Thank you.
-
Probable dead drive...how to proceed?
Thank you. New drive arrived today so I've got it doing a single pre-clear round now and then I'll do a rebuild. I tried rebuilding last night using the defective drive but on the motherboard SATA and a new SATA cable, just to be sure, but errors started 4hrs in to the task so ye, sounds like the drive is dead. Have opened a ticket with the retailer to see what can be done to get it replaced. Based on what the internet seems to suggest, the replacement will be a recert/refurb drive - which fine, it'll probably be up to standard...but it just feels like a bit of a con to give someone a second-hand product to replace a less-than-2-month-old product. 1st world problems I know.
-
Probable dead drive...how to proceed?
I've only been using the drives for around 6-8 weeks. Everything was fine until yesterday when the warnings started and it quickly rose to over 200. I do not know enough about hard drives to understand the mechanics of hard drive failings. Like...is it a common occurrence for 200+ "reallocated sector count" to happen in a short space of time? Or is that more indicative of an interface problem...i.e. a cable? Regardless, I cannot say that even if I got the drive back working again that I would trust it. I think sorting out an RMA is the only action. It's a shame that the consensus seems to be that I will be sent a refurbished/recertified drive in return - even though i bought the drive less than 2 months ago. Maybe I can contact the place I bought it from and ask for a refund instead. I'm not sure what the laws are these days since the UK left the EU.
-
Probable dead drive...how to proceed?
Hello, I built my first Unraid server nearly 2 months ago. I bought 3 8TB Ironwolf 7200RPM drives to go in. As I was learning as I went, I didn't know then that I probably should have pre-cleared the drives before using them. I set my array up with a single parity drive. I have been using the system without issue until last night I started getting reallocated sector count warnings to the drive where I download my Linux ISO's. It's racked up 200+ sector counts so far. I have asked about this on Reddit already and got a couple suggestions but I think the advice of you fine folk would be most welcome as well! I tried unplugging the SATA data and power cables from the drives. When I rebooted back into Unraid I started moving a small amount of data to the affected drive to see whether that cleared the problem. It did not...reallocated sector count warnings started immediately. I shutdown and instead tried a different connector on the breakout cable...only this time when booting up into Unraid, the drive is now "disabled". I tried different permutations of connectors from the breakout cable and have even got that one drive now connected through the SATA ports on the motherboard rather than the HBA, and it shows as disabled. I thought this was saying the drive was proper-dead..but now I learn that this might just be Unraid throwing a hissy because it's tried write data, failed, and now that has triggered the drive disabling...and that a rebuild of the drive would be required? I am unsure how to proceed. I have a new drive ordered that will arrive Monday. I could wait for that and simply swap it out - but advice on Reddit from 2 people is that it could have been a cable issue and not the drive failing...but I can't enable the drive to test a different cable now without, I am assuming, doing the entire rebuild of the drive which I believe you take the array offline, remove that drive from the array, restart the array then stop it again, then readd that device and then it will rebuild? https://pastebin.com/4Rw7pYSM That is a SMART report for the drive. I'm not sure how to decode it. As you can see there are 200+ reallocated sectors. I don't know whether a quick build up in a short space of time of bad sectors is indicative of a bad drive or something else? Advice most welcomed! Thank you
-
[Support] Dropbox by otherguy
Awesome - looking at it now - it's started doing a sync using the tasks/jobs panels. Tell me, do you know if you can set the sync task to run continuously from within the GUI, so that it is constantly updating as Dropbox does on Desktop? Thanks!
-
[Support] Dropbox by otherguy
Hi, can you tell me what advice you followed to get rclone working with Dropbox? I've got rclone set up so that I am logged in ok and can mount my Dropbox account - I am just trying to understand how to now get a two way sync going. Thanks!
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
Hello, New to Unraid so please forgive me if I sound like a total newb. I have a torrent client running on my Unraid server all the time seeding torrents (100% perfectly legitimate Linux distro ISOs, obviously). I have all my torrent stuff stored on one of the 3 disks (2 array, 1 parity)...so I don't expect that disk to spin down ever - and for some reason I have yet to ever see the other disks spin down of their own accord (though I could have something set wrong - I need to investigate). ANYWAY...my issue would be: if my disks never spin down, does that mean cache_dirs is never going to run? I tried setting " Disk Idle Timer (sec)" to 0. As far as I can tell, it is not caching. I am not seeing an increase in use of memory. Is there a way to actually tell what state the caching plugin is in? Whether it's waiting for something or whether it's actually doing something? Thanks in advance.
-
[Support] Dropbox by otherguy
Spoke to soon. Seems to be syncing fine but the container keeps stopping/crashing after a few minutes with no reason stated. I can restart it without issue and it continues where it left off. I've added the restart if not stopped extra parameter so it always restarts when it crashes - I guess it would be a satisfactory solution but would love to be able to find out why it's crashing. Like I said, new to Unraid and containers/dockers - so any advice? Thanks
-
[Support] Dropbox by otherguy
I'm new to Unraid (Day 3 lol)...and I just wanted to add my current experience. Using the docker as it came off the App page from otherguy...I got the " [ALERT]: Dropbox needs to rename your existing folder or file named Dropbox to finish installing. Please close any open documents and try again." error. Following the above - it now appears to be working. It's currently syncing the files. It's nearly 200,000 files so it's going to take some time but the files it has synced already seem to be correct. Was surprised it work to be honest lol. Will update if anything goes arwy!. Thanks! EDIT: Spoke too soon - see next post.