Solutions
-
trurl's post in [7.3.1] Unraid only boots in Safe Mode, even when all plugins are removed was marked as the answerYour go file appears to be empty, even though it seems to be the correct size. Put the stock go file in your config folder.
-
trurl's post in Community app error was marked as the answerIn binary this is
1000000000000000010000000000000000000000
If you flip that most significant bit it is a more reasonable
4194304 in decimal
= 4 x 1024 x 1024
= 4 MB
Do memtest before anything else.
-
trurl's post in How to reconnect after internet loss? was marked as the answer
-
trurl's post in Docker dysfunctional after upgrade from 7.3.0 to 7.3.1 was marked as the answerYour pool (named "pool") doesn't exist, and appdata is configured to only use that pool. Also, "pool" might not be a good name for a pool.
Your system share is on the array, better if it were on a pool.
USB not recommended for assigned disks for many reasons.
-
trurl's post in What is the rational behind choosing Cache as Primary by default if it originated from Array ... was marked as the answerI have reproduced this behavior on 7.3 by using the command line to create a top level folder on disk1. It results in a new share. The settings for that share show Primary:cache; Secondary:none. However, no .cfg file is created for that share. And, if I create a folder in that test share, it is created on cache.
This is not the way it is supposed to work.
-
trurl's post in BTRFS read/checksum errors on cache pool after update to Unraid 7.3 was marked as the answerMemtest immediately.
-
trurl's post in Unraid 7.3.0 | All Shares Unavailable was marked as the answerMore likely a problem with cache, since /mnt/user0 was mounted, but /mnt/user was not mounted.
-
trurl's post in App Data Backup is creating a share, and it has streams and app data doesen't was marked as the answerNot only has it created a user share, but it is going to create another user share next time it runs, named ab_whatever_date_time.
What is the Backup Destination you have set in the plugin? You must have told it to store it directly to a pool or array disk.
User shares are simply the combined top level folders on array and pools. If you create a top level folder on array or pool it is automatically a user share named for the folder.
Backup Destination needs to be a path to a user share you create for the purpose, or a subfolder of a user share you already have.
Where do you see this?
-
trurl's post in Why did the 7.3.0 update come up with Onboarding when booted? was marked as the answerThe onboarding wizard is new for 7.3. There is another wizard for setting up internal boot.
https://docs.unraid.net/unraid-os/release-notes/7.3.0/#onboarding-and-internal-boot
-
trurl's post in Unmountable: Wrong or no filesyste, was marked as the answerSince you have dual parity you can rebuild both at once.
https://docs.unraid.net/unraid-os/using-unraid-to/manage-storage/array/replacing-disks-in-array/#re-enabling-a-disabled-disk-rebuilding-onto-itself
-
trurl's post in New Parity Drive shows offline was marked as the answerDid you rebuild after you made that change? Parity will remain disabled until it is successfully rebuilt.
-
trurl's post in Replacing failed disk gone wrong was marked as the answerParity doesn't contain any of your data of course. It just allows the data from a missing disk to be calculated from all the other disks. And format doesn't completely wipe out every trace of the original disks data from the array. It just writes an empty filesystem to the disk, and parity agrees the disk has an empty filesystem after that.
But maybe if we make it emulated and rebuild it from parity, even though the result would be an empty filesystem, all the rest of the bits from the original data would still be there and UFS Explorer might be able to recover some of it.
-
trurl's post in “Compute all” going on 36+ hours was marked as the answerTry refreshing the page
-
trurl's post in Mover not moving files from cache to the array was marked as the answerLooks like your Downloads share is fixed now.
I guess you will have to delete media.cfg file in config/shares on your flash drive, then apply settings to your Media share.
-
trurl's post in Can't update dockers and VM's not showing up was marked as the answerhttps://docs.unraid.net/unraid-os/troubleshooting/common-issues/docker-troubleshooting/
-
trurl's post in Flashdrive corrupted or offline message. was marked as the answerWhat could it hurt? If the flash drive can't be reused you will have to do a license transfer.
Might be some useful "flash drive" research for you to do here:
https://forums.unraid.net/topic/196967-unraid-boot-device-guide-usb-and-nvme-hardware-selection/
Also, Unraid v7.3 (currently beta) allows for "internal boot", which doesn't require a flash drive:
https://docs.unraid.net/unraid-os/release-notes/7.3.0/#onboarding-and-internal-boot
-
trurl's post in Very Slow Rebuild After Swapping in New Drive was marked as the answerUSB not recommended for assigned disks for many reasons.
This sounds like a power issue.
-
trurl's post in Upgrading from Unraid 7.2.3 to Unraid 7.2.4 Plugin failed to install was marked as the answerLooks like your flash drive is read-only. Put it in your PC and checkdisk. Or reformat and restore from your flash backup.
-
trurl's post in change docker image brtfs to xfs, can't figure out nextcloud-aio-mastercontainer was marked as the answerWhat I've noticed examining some diagnostics is xfs img is named docker-xfs.img. So maybe both exist as separate files.
-
trurl's post in Unraid 7.2.4 stopped responding. Hard reboot, now all Dockers, Plugins and Shares are just.... Gone. was marked as the answerDisks and pools are mounted, user shares are not. But something is trying to access user shares, perhaps too early. Perhaps some rogue plugin, you have a large number of plugins.
-
trurl's post in User Shares 0 B Free was marked as the answerThe shares in question are set to only include disk3. Also, they are set to exclude disks 1,2. You should never set both include and exclude. And there is never any good reason to think you might want to do that.
Include means only the listed disks, so it already excludes all other disks.
Exclude means except for the listed disks, so it already includes any disks not listed.
Delete the .cfg file for each of those shares in config/shares on the flash drive, restart the array, and configure those shares again.
-
trurl's post in unraid share sub directory not showing contents on disks include in share was marked as the answerOr just copy what you can from it and reformat as XFS/btrfs/ZFS
-
trurl's post in Disk 7 disabled during Disk 1 rebuild, rebuild appears frozen was marked as the answerDisk7 has disconnected and is now Unassigned Device sdm. SMART for that disk looks OK.
Both emulated disks are mounted, disk7 is very full.
Shutdown, check connections, all disks, both ends, SATA and power, including splitters.
Since you have dual parity you can rebuild both at the same time.
-
trurl's post in New Unraid build keeps crashing was marked as the answer
-
trurl's post in File Manager for Unraid that Does not change File Creation Date and attributes? was marked as the answerHave you tried the built-in File Manager?