Kilrah
Members
-
Joined
-
Last visited
Solutions
-
Kilrah's post in [SOLVED] Adding storage to binhex-official-windows container was marked as the answerYou have to either delete the recovery partition or use 3rd party tools to move it to the end so the free space is contiguous.
-
Kilrah's post in To many Volumes unused was marked as the answerYeah you can
docker volume prune -a
Or select/delete in portainer.
-
Kilrah's post in To swap USB keys between servers to change unleashed licence to Pro license and visa versa was marked as the answerYes, you can swap the config folders between drives just fine as long as you keep the .key files with the drive they're associated with.
-
Kilrah's post in Fedora VM bootet nicht! was marked as the answerAuf 7.1.2 aktualisieren.
-
-
Kilrah's post in Best practice or method to remove a pool in 7.x without data loss was marked as the answerPrimary pool, secondary array, mover pool->array, run mover, confirm share empty on pool, then switch the primary pool to do the other.
If you always only had primary array and no secondary then you may have stuff configured to write directly to the pool instead of going through /mnt/user/[share], otherwise it wouldn't have gone to the pool. That would need fixing.
-
Kilrah's post in "Registration key / USB Flash GUID mismatch". new license (key) old USERID and old USB stick... was marked as the answer1) Doesn't seem like you needed a new license in the first place? You had one, it was perpetual.
2) You need to contact support for license matters, forum can't deal with those, and you shouldn't post personal information in a public forum.
3) Don't trust LLMs.
-
Kilrah's post in Drives are not spinning down was marked as the answerYour logs are full of a container restarting every couple of minutes, figure out which one it is, probably the culprit
-
Kilrah's post in Shrink array and replace disk all at once was marked as the answerIf a drive is failing then replacing that is the most important and should be done individually before anything else. If you do a new config to shrink the array then you lose the ability to rebuild the failing drive.
-
Kilrah's post in Dynamix S3 plugin was marked as the answerReplying to that topic is how you ask a question about one of the things in that topic if you haven't already found the answer in it.
The point is that the author will (hopefully) be watching this specific topic for support issues.
-
Kilrah's post in I seriously messed up my permissions was marked as the answerYou'll need to delete the directory and recreate it/reinstall your apps from Previous Apps. Wouldn't have been an issue with an image, but yeah with a directory it's wrecked.
https://docs.unraid.net/unraid-os/manual/docker-management/#re-create-the-docker-image-file
-
Kilrah's post in Windows server 2022 not getting an IP address was marked as the answerDid you install the virtio drivers yet?
-
Kilrah's post in Is Unraid really stable, and can it guarantee data safety? was marked as the answerYou hadn't, and it's your first post here... had you asked you'd have been pointed to the manual you could have also looked up on your own, particularly the section about "drive unexpectedly becoming unmountable":
https://docs.unraid.net/unraid-os/troubleshooting/data-recovery/#unmountable-disks
It's stable, but nothing in the world can guarantee data safety, especially not on consumer setups. The only data safety you ever get is backup copies of anything important on completely independent hardware.
-
Kilrah's post in Mover broken was marked as the answerUninstall the old Mover tuning plugin you likely have that doesn't know about 7, and if you really need it install the current version.
-
Kilrah's post in LuckyBackup operation not permittet despite running as root was marked as the answerrsync first makes a temp file, then renames it (to avoid leaving a partial file if the transfer is interrupted mid-way).
What format? The error is about setting permissions, if it's one that doesn't support linux permissions this is normal, should be able to set it to be ignored.
Also should probably be in the LuckyBackup support thread.
-
Kilrah's post in qcow2 seems full but isn't was marked as the answerIf you increased the vdisk size you forgot to also increase the partition size in the VM. Expand it in gparted.
-
Kilrah's post in Exclusive Access (Share) was marked as the answerCheck on the array (/mnt/user0) and any other pool if there are files/folders that remain from those shares. Even an empty leftover folder would prevent the shares from becoming exclusive.
-
Kilrah's post in Mover not working after update to 7.0.0 was marked as the answerCorrect, if there's no primary/secondary nothing will be moved.
-
Kilrah's post in Webui fails to load on google chrome was marked as the answerRecently had the same issue and had to delete the chrome user profile.
-
Kilrah's post in Upgrade to 7.0 (from 6.2.14) - checklist was marked as the answerThere is a python plugin you can install.
-
Kilrah's post in Netdata Warning: BTRFS allocated space utilization was marked as the answerAs far as I know it's perfectly normal, as btrfs does copy on writes when something is changed a new block is allocated to store it, the old location is freed internally but not deallocated. So after a while it's normal for the entire medium to be allocated and it'll remain so unless you run a balance which forces it to reorganize/consolidate everything at which point it'll deallocate what it doesn't need.
Here's my cache, 100% allocated too, has been for years probably.
Netdata makes a warning for it but it's silent by default and is just not meaningful.
-
Kilrah's post in Get content onto array by designating a content-filled drive as cache? was marked as the answerContents are balanced according to share settings as long as you copy to /mnt/user/[share] or /mnt/user0/[share] (no cache).
Nope. Has to be the supported ones for array/pools i.e. xfs, btrfs or zfs.
-
Kilrah's post in Unraid 7, dockers getting stuck in "removal in progress" was marked as the answerYou have Docker set to folder mode, not image. On ZFS drives that's known to be unreliable unless you set the backing FS to overlay, which isn't the case.
https://docs.unraid.net/unraid-os/release-notes/7.0.0/#add-support-for-overlay2-storage-driver
-
Kilrah's post in Boot stuck on "overlay mounted on /lib" when i assign the gpu to vfio was marked as the answerThat's normal, at some point the GPU gets detached from unraid as it was bound to vfio so the display just freezes in its last state.
Depends what hardware you have/if your CPU has a built-in GPU. If so BIOS needs to be set to keep the iGPU enabled and to have it as primary.
-
Kilrah's post in When rebuilding a data drive is the array started with dockers functional? was marked as the answerArray started and everything available.