Solutions
-
trurl's post in Mount SMB Shares | NFS Shares Copy Files from Unraid to this Share was marked as the answerYour question is really about the Unassigned Devices plugin. You can go directly to the correct support thread for any of your plugins by clicking its Support link on the Plugins page.
-
trurl's post in Cache SSD missing, slow boot, unrecognized drive in windows and unraid was marked as the answerThe paths you already have specified in those settings should result in them being created on cache.
/mnt/user/... are the user shares, which include all array disks and all pools.
Enable Docker and VM Manager, then post new diagnostics
-
trurl's post in ManicTime Server was marked as the answerThe host path you specified is in RAM just like the rest of the Unraid OS. Typically you should use user shares (in /mnt/user) for host paths. The best place for that particular host path is probably going to be a subfolder named for that specific container within appdata (/mnt/user/appdata).
-
trurl's post in Hardware upgrade causing issues was marked as the answerThe correct settings for those shares would be
Primary:cache; Secondary:array; Move action:array->cache. That would get them moved to cache.
But, nothing can move open files, so you have to disable Docker and VM Manager in Settings before running mover
Try that, wait for Mover to complete, then
Post new diagnostics.
-
trurl's post in [7.0.0] disk error but what disk was marked as the answerCheck filesystem on disk1 disk2 from the webUI, capture the output, and post it.
-
trurl's post in Cache drive suddenly full. Running Mover does not seem to do anything. Need help understanding Diagnostics files to learn how to debug. was marked as the answerLooks good! You can enable Docker and VM Manager again.
I see you already have appdata backup plugin installed so that's good.
How are you backing up flash?
-
trurl's post in Invalid folder appdata contained within /mnt was marked as the answerYou must not create any folders at the top level of /mnt, that is for the OS to do.
This is probably the result of specifying the path /mnt/appdata as a host path in one or more of your containers. The correct path would be /mnt/user/appdata
If you actually had a pool named cache, then /mnt/cache would be a valid path, but since you don't, it's not. Possibly another container host path wrong.
You do have a pool named cache_nvme, so /mnt/cache_nvme would be valid. But linux is case-sensitive, so /mnt/Cache_nvme is different and not valid. Possibly another container host path.
You seem to have a lot of non-existent user shares in the diagnostics, which makes me wonder if you don't have other incorrect paths specified causing files to be saved at the top level of /mnt/user or some disk or pool where they wouldn't actually be part of any user share. User shares are subfolders of /mnt/user, files directly in /mnt/user and not in a subfolder are not part of user shares.
What do you get from command line with this?
ls -lah /mnt/user
-
trurl's post in Rebooting leads to server immediately shutting down was marked as the answerIf it works in SAFE mode then that would suggest some plugin is to blame.
-
trurl's post in HP EliteDesk G5 Mini: unclean shutdowns was marked as the answerUSB not recommended for assigned disks. Also SSDs in the parity array cannot be trimmed, and can only be written at parity speed.
Unraid V7 doesn't require you to have an array. Usually SSDs would be put in pools.
-
trurl's post in USB died due to power outage. Help is appreciated. was marked as the answerIf you didn't change any disk assignments since that backup then I would consider reusing it, except maybe the .plg files in config/plugins since they were probably way out-of-date.
And if you are unsure if any disk assignments were changed, you could just delete config/super.dat and it will make you assign array disks again.
That might give you a head start.
config has your share settings in config/shares, it has your docker templates in config/plugins/dockerMan/templates-user.
Almost all files in config are text, you can examine them. and maybe figure out how they correspond to webUI settings. And decide what you want to transfer from the backup to your new flash.
For future reference, you can always download a zipped copy of flash from Main - Boot Device - Flash - Flash Backup. Also, Unraid Connect plugin will keep a backup of your flash in Unraid Cloud.
You must always have a current backup of flash. When you make any settings in the webUI, they will be lost unless they are backed up.
-
trurl's post in migrrating from ReiserFS was marked as the answerInstead of replacing computer, another possibility would be to empty one of your existing drive by moving its contents to other drives, then reformat it to XFS, move files to it to empty other drives, repeat. You could also upsize drives to make room for emptying other drives, etc
-
trurl's post in Device disabled, contents emulated was marked as the answerLooks good!
-
trurl's post in Mover not working and constant "Soliciting pool server..." in log was marked as the answerThat share has no setting for Mover action.
Set it to Primary:cache; Secondary:array; Mover action:cache->array.
Then after you get it moved, if you don't want new files to go to cache you can set it to Primary:array.
-
trurl's post in Cache is full move not working and docker now wont start. was marked as the answer
-
trurl's post in SMB Folder is public, but Windows 11 sees it as ReadOnly was marked as the answerTools - New Permissions, select Shares from the Disks/Shares dropdown on the left, select the Share in the right dropdown. press Start.
-
trurl's post in Sudden Red X on both Parity 2 and a Data Drive was marked as the answerBoth disks look OK, and emulated disk2 mounts. You can rebuild both at the same time.
-
trurl's post in Moving files within same share is slow? was marked as the answerDynamix File Manager does Move as Copy to destination then Delete from source. Maybe 'arrs do too.
-
trurl's post in Need help getting mover stopped was marked as the answer
-
trurl's post in unable to create new Array, etc was marked as the answerPress the Stop button in your screenshot, and then post another screenshot.
-
trurl's post in Large file transfers start fast but after about 2mins slow down considerably was marked as the answerRAM buffer filled up.
-
trurl's post in Replacing a suspected failing parity drive - A few questions was marked as the answerTo simplify and clarify
Shutdown - Replace parity disk - Reboot
Assign new parity disk - Start array to begin rebuild
-
trurl's post in [7.0] cache full - everything stopped working was marked as the answerNeeds to be set for cache so cache can overflow to the array, and for share, so share can choose another disk. But since you have only 1 array data disk, no other disk for the share to choose.
Disable Docker in Settings until you get cache fixed.
cache is readonly now so nothing can be moved from it. If you have anything you wish to keep on cache, copy it.
Then you will probably have to reformat it before you can recreate docker.img, reinstall containers.
-
trurl's post in Automatically update Docker Containers? was marked as the answer
-
trurl's post in Multiple Disk Read Errors across majority of my Array disk (After upgrading to 7.0.0...? was marked as the answerRebuild is required because the disk is out-of-sync. The emulated filesystem is mounted so shouldn't be any corruption on rebuild.
Unraid disables a disk when a write to it fails. After a disk is disabled, it will not be used again until rebuilt. Instead, the disk is emulated. When the emulated disk is read, all other disks are read and the contents of the emulated disk are the result of the parity calculation. When the emulated disk is written, parity is updated so the emulated write can be recovered.
The initial write failure which caused the disk to be disabled, and any subsequent writes, are all emulated by updating parity. The actual disk is not written, so it is out-of-sync with the rest of the array, and must be rebuilt to recover the emulated writes and get back in sync.
-
trurl's post in User Shares Missing was marked as the answerEnabling Docker will create the paths specified in Docker Settings.
Enabling VM Manager will create the paths specified in VM Manager Settings.