Solutions
-
trurl's post in docker container permissions was marked as the answerYou can usually go directly to the correct support thread for your docker by clicking its icon and selecting Support.
-
trurl's post in Parity disk - move from 2 - to 1? was marked as the answerYou will have to New Config before it will let you reassign parity 2
-
trurl's post in Drive Read Errors & Building (Very Slow) Parity was marked as the answerYou should go to each for your WD disks and add attributes 1, 200 for monitoring. Disk1 has a large number of attribute 1.
You should replace disk1 which I assume is what you intended. Do that before adding parity2. Dual parity is probably overkill since you only have 5 data disks.
-
trurl's post in Disk Failed right after Party Build was marked as the answerDoesn't matter at all what is on the disk you are going to rebuild to. It can be a clear drive, it can be a drive formatted as XFS or as anything else. It can even be an NTFS drive from Windows full of pron. Rebuild is going to overwrite the entire disk.
Parity doesn't know anything about filesystems and files. It is all just bits.
https://wiki.unraid.net/Manual/Overview#Parity-Protected_Array
The bits on a disk represent a filesystem with its files, but parity is just going to rebuild the bits. The rebuilt bits will represent the same filesystem with its files as were on the original disk.
That will get the disk to the correct filesystem, but it will be an empty filesystem. So first
Then after reformat you can copy to the empty filesystem.
-
trurl's post in server crashes / unresponsive requiring unclean resets. was marked as the answer
-
trurl's post in [SOLVED ] - Help a newbie - 3 drives redballed was marked as the answerDoesn't really matter at this point what is assigned as disks 5, 6 since we aren't going to actually try to access those disks for a while
Go to Tools - New Config, Retain All, Apply Might as well assign the new disks as disks 5, 6. You don't really have to, but if you go ahead and assign them now you won't have to later. Don't change any other assignments. Very Important! Check BOTH Parity Valid and Maintenance Mode checkboxes, then start the array. This will accept all disks just as they are without accessing any disk and changing any contents. Then, post a screenshot of Main - Array Devices and new diagnostics.
-
trurl's post in SMART Poll CPU spikes, SAS Drives wont Spin Down was marked as the answer
-
trurl's post in Parity drive error unRaid 6.11.5 was marked as the answerDiagnostics includes the current syslog, which is in RAM like the rest of the OS. Diagnostics can tell us how things are now, but can't tell us anything about what happened before boot.
Disk3 has
199 UDMA_CRC_Error_Count -O-R-- 200 200 000 - 1347 These are recorded by the drive when it receives inconsistent data as determined by checksum. These are almost always connection problems. Often these won't cause a problem because the data is resent. And connection problems often don't result in CRC errors since the drive never receives any data to checksum. You should be getting a SMART warning ( 👎) for this disk on the Dashboard page. You can click on it to acknowledge and it will warn again if it increases.
Other than that, SMART for disk3 looks OK, and SMART for parity looks OK.
According to SMART reports, parity has had no self-test run. Disk3 did pass some short tests, but that was a couple of years ago. Neither have had extended tests.
Unraid disables a disk when a write to it fails for any reason. But the failed write updates parity so it can be recovered by rebuilding. And even though one of the disabled disks is parity, parity2 was updated. So the disks are now out-of-sync with the array and have been "kicked out".
After a disk is disabled, it isn't used again until rebuilt. It is instead emulated by parity. Reads from the disk are emulated from the parity calculation by reading all other disks, and writes to the disk are emulated by updating parity so the emulated write can be read. The initial failed write is emulated, and any subsequent writes are emulated, and these can all be recovered by rebuilding. (In your case, the only parity still being read or updated is parity2 since parity is disabled).
Bad connections are much more common than bad disks, and that is probably what happened here, but unless you have syslog from before reboot, can't say for sure. No obvious problems currently.
Emulated disk3 is mounted and has plenty of data, so that's all good. The emulated contents is what you will get when you rebuild.
Your configuration looks good. Most people would consider dual parity overkill since you only have 3 data disks in the array.
It's usually safer to rebuild to spares and keep the originals in case of problems, but it should be OK to rebuild onto the same disks after checking all connections.
-
trurl's post in mover not working: "error: No medium found" was marked as the answerI'm not sure that name is allowed
-
trurl's post in Prepairing to change the USB flash boot device was marked as the answeryes
-
trurl's post in Disk1 is dead. (3disk array). Flash drive is dead. I have no config backup. ¿Whats next? was marked as the answerNot ADD, REPLACE.
Preclear if you want to test the new disk. A clear disk is only required for ADD, not for REPLACE. Rebuild will be a test of sorts anyway.
Since the new disk is already installed, all you need is...
Stop array, assign new disk as disk1, start array to begin rebuild.
-
trurl's post in (SOLVED) Cache drive shows under Unassigned, and many CRC errors after a restart was marked as the answerThere is no complete list of corrupted files.
Recreate flash drive as a new install of whatever version, copy the config folder from your backup.
-
trurl's post in Server Lockups was marked as the answersetup syslog server
-
trurl's post in Request: Broad explanation of the Mathematics behind dual parity was marked as the answerhttps://en.wikipedia.org/wiki/Standard_RAID_levels#General_parity_system
-
trurl's post in Server Freezing was marked as the answerRename or delete config/smb-extra.conf on the flash drive and reboot.
-
trurl's post in Mover not Moving was marked as the answerI don't even bother with mover tuning. I have enough cache (only 500G, less than you have) to hold all I write to it in one day, and the cached user shares get moved to the array in the middle of the night.
I have a separate pool "fast" (nvme), 256G, where I keep my default shares.
Depends on how much you write to cache.
When I had simpler needs and simpler hardware, I didn't bother with caching much because most writes were queued downloads or scheduled backups, and nobody was waiting on them to complete anyway.
Now, I have downloads that need post-processing, and I have enough hardware that I can download to a cached share, post-process to my "fast" pool, where it gets moved ('arr) to the final destination cached share.
Anything you keep permanently on a single disk pool needs backup. CA Backup plugin, for example. In fact, I would say appdata and vdisks need backup even if on a redundant pool.
-
trurl's post in How to revert parity history was marked as the answerMaybe you mean the disk was disabled? Or perhaps unmountable? Both? The only way an OS would be on a hard drive is if you have a VM on it.
NEVER format a disk that has data you wish to keep. Whether the disk was disabled, unmountable, or whatever.
In future, please ask for help before doing anything.
-
trurl's post in Samba Error Help was marked as the answer
-
trurl's post in A drive just failed on me - help with next steps was marked as the answerhttps://wiki.unraid.net/Manual/Storage_Management#Rebuilding_a_drive_onto_itself
-
trurl's post in moving to a new server, wont boot was marked as the answerYes
-
trurl's post in how to format ntfs drive in new build. was marked as the answerIf Unassigned Devices sees a mountable filesystem on a disk, it will offer to mount it. If not, it will offer to format it so it has a mountable filesystem. Unassigned Devices will mount disks of various filesystems, including NTFS, which is a Windows format.
Disks in the Unraid array or pools must be formatted XFS, btrfs, ReiserFS (soon to be deprecated and unsupported so don't use). ZFS is planned for a future release.
Default for the array is XFS. Multidisk pools must be btrfs.
After you add a data disk to the array you will have to tell Unraid to format it. Same for first disk in pool. Parity has no filesystem so it doesn't get formatted.
-
trurl's post in Unable to access GUI - Connection Refused was marked as the answerEverything about your configuration is in the config folder on flash. If you use a different flash drive you will have to transfer your license.
https://wiki.unraid.net/Manual/Changing_The_Flash_Device
Maybe diagnostics when booted with the original flash drive would tell us something.
-
trurl's post in Replace parity and several data drives at the same time with no spare sata ports was marked as the answerSounds like you've got it.
If the drives you are removing are empty, New Config with all disks assigned as you wish and rebuild parity. Be sure you don't assign any data disk to any parity slot. After array starts you can format the new disks including reused parity.
-
trurl's post in all local network websites redirect to unraid login page was marked as the answerWhat happens when Unraid server is off?
What happens if you boot a new install of Unraid?
-
trurl's post in Unmountable disks present (the two unmountable drives were my "old" parity drives) was marked as the answerProbably you are mistaken that it spent 12 hours formatting the old parity drives. Format doesn't take much time at all.
When you ADD disk(s) to new slot(s) in the parity array with valid parity, the new disk(s) must be cleared so parity will remain valid. Clearing the disks is probably what took 12 hours.
If they have finished clearing you can format them now. It will take a few minutes at most.