Solutions
-
itimpi's post in Rolling Sys-Log / Keeping it after reboot was marked as the answerEnable the syslog server.
-
itimpi's post in Using Trial on different hardware inc USB to eventual build was marked as the answerNo problem doing what you mention, and in fact checking out Unraid satisfies your needs before you commit to buying it is always recommended.
-
itimpi's post in System not starting was marked as the answerAlternatively try the Manual install method. Unraid does not use GRUB so the message you showed definitely means the flash drive was not correctly created.
-
itimpi's post in All Docker containers disappeared after error was marked as the answerSounds as if the docker.img file may have been reset as the diagnostics show it to basically be empty?
Simply restoring the appdata will not do anything if the system thinks no dockers are installed - it simply puts the working data back for containers but you still need the containers to be installed.
You can reinstall containers with their previous settings intact by using Apps->Previous Apps.
-
itimpi's post in Slow Parity Sync - 5MB/s was marked as the answerAccording to your diagnostics you have writing going on to disk1, disk2 and in particular disk3. This will dramatically slow down any parity check while these writes are happening.
-
itimpi's post in Rebuilt Parity was marked as the answerHave you checked that the Shares are not set to Export=No (the default) as shares with that setting are not visible on the network.
-
itimpi's post in One of my array disks died. Now what? was marked as the answerThe simplest solution is to replace the failed disk and rebuild its contents. You solution is valid if you do not intend to replace the failed drive.
-
itimpi's post in i/o device error (1117) was marked as the answerYou did not go to the current documentation that is here in the online documentation accessible via the ‘Manual’ link at the bottom of the GUI or the DOCS link at the top of each forum page. The Unraid OS->Manual section in particular covers most features of the current Unraid release.
-
itimpi's post in 6.12.4 Write speed slowly falls to about half was marked as the answerThe speeds you quote are more than one would normally expect for writing to a parity protected array so doubt there is anything wrong. You will never get close to the disk raw speed because of the way Unraid writes data as described here the online documentation accessible via the Manual link at the bottom of the Unraid GUI. In addition every forum page has a DOCS link at the top and a Documentation link at the bottom. The Unraid OS->Manual section covers most aspects of the current Unraid release.
-
itimpi's post in Best way to install new drives was marked as the answerNo - nowadays the Clear runs with the array online. In terms of time it is probably around ~2 hours per TB (about the same as the write phase of a pre-clear).
-
itimpi's post in Reconfigure Unraid array. was marked as the answerIf they are both HBA then it is just a case of re plugging the drives.
-
itimpi's post in Unable to replace failed drive with bigger drive was marked as the answerProbably better to refer to this section of the online documentation accessible via the ‘Manual’ link at the bottom of the GUI or the DOCS link at the top of each forum page. The Unraid OS->Manual section in particular covers most features of the current Unraid release. It is better to use the documentation for the current release rather than legacy documentation that may no longer be valid.
-
itimpi's post in 6.12.4 Two drives showing as disabled, replaced drives still disabled was marked as the answerReplacing a disabled disk is not sufficient to remove the disabled state. To do this you need to rebuild them as if described here in the online documentation accessible via the Manual link at the bottom of the Unraid GUI. In addition every forum page has a DOCS link at the top and a Documentation link at the bottom. The Unraid OS->Manual section covers most aspects of the current Unraid release.
Note that a drive being disabled does not necessarily mean there is a problem with the drive. More often than not it is a problem with the power or SATA cabling to the drive.
-
itimpi's post in New config screen always pops up after a reboot. was marked as the answerThat looks like the standard screen if the array is not started. Have you enabled Autostart under Settings->Disk Settings? If you have you should post your system's diagnostics zip file so we can see what is happening.
-
itimpi's post in Unmountable: Wrong or no file System on several drives was marked as the answerYou need to run with -L (and without -n).
-
-
itimpi's post in Why are there files on cache? was marked as the answerIf you used move from the command line then you probably encountered the behaviour described in the Caution in this section of the online manual.
-
itimpi's post in UNRAID works only with the GPU present was marked as the answerUnraid does not need a GPU, but your motherboard might. Have you checked the motherboard manual? It could also be a BIOS setting.
-
itimpi's post in procedure to replace parity drive was marked as the answerThis topic is covered here in the online documentation accessible via the ‘Manual’ link at the bottom of the GUI or the DOCS link at the top of each forum page. The Unraid OS->Manual section in particular covers most features of the current Unraid release.
-
itimpi's post in Where is my checkbox to select files/folders? was marked as the answerMy guess is you have the Dynamix File Manager plugin installed on one server and not the other?
-
itimpi's post in Shares showing they are protected even though they are only on a single cache SSD? was marked as the answerYes - the shares unexpectedly showing as protected have all their files on disk1 and appdata also has some files there.
Note that simply changing the primary storage to a pool and removing the secondary storage does NOT automatically transfer files onto the pool. To get the files into the right location you will need to:
stop docker and vm services under settings as these will stop any files they have open from being moved. for the shares you want to only be on a pool set the pool as primary storage and the array as secondary storage. set the mover direction to be array->pool manually run mover from the Main tab to get files moved onto the pool. when mover finishes you can remove the secondary storage=array as it is no longer needed re-enable docker and/or vm services (optional) enable the option to use Exclusive mode shares under Settings->Global share settings. This gives better performance for shares with all files on a pool by by-passing Unraid’s fuse layer for such shares. -
itimpi's post in Unmountable : Unsupported or no file system was marked as the answerYou need to rerun that check without -n and add -L
-
itimpi's post in Start/stop syslog server from command line was marked as the answerYou should be able to copy the syslog files without shutting down the syslog server.
-
itimpi's post in Unraid Crashes at same time once a week. was marked as the answerThat shows something is actively configured to issue the shutdown command, so it is not a crash.
Have you checked that you have nothing configured to run at that time? Feels like it could be a User Script. One small clue is that is using the ‘powerdown’ command to do this rather than the ‘shutdown’ command. Have you tried looking at something like /etc/cron.d/root to see if it contains an entry for that specific time?
-
itimpi's post in [Unraid 6.9.2] Slow parity check and stability issues + poorly timed drive replacement was marked as the answerThere is no way to tell what the parity check is doing in terms of any files that might be affected (parity does not understand the concept of files). It just knows how far through the check it has got and it tells you that in the GUI.
Chances are that since disk2 is a new large drive all new files are going to it thus explaining the write behaviour.
Probably the best thing to do at this point is to run a check filesystem on all array drives to check there is no corruption at that level, and assuming it all looks good run a parity check with the option to correct errors set.