April 8, 20242 yr Hello everyone, I am running an UnRaid server and would like to pass through 2 HDD to virtual-dsm. But my problem is, how can I apply this part to Unraid? In my Docker settings it looks like this. And with the HDDs like this After the installation What am I doing wrong? Why are the HDDs not displayed in virtual-dsm? Do you have an idea or a tip on how I can fix this? Thanks and best regards Timmey
December 22, 20241 yr Did you manage to move the hard drives? I have the same problem Quote How do I pass-through a disk? It is possible to pass-through a disk device directly, by adding it to your compose file in this way: devices: - /dev/disk/by-uuid/12345-12345-12345-12345-12345:/disk2 Make sure to bind the disk via its UUID (obtainable via lsblk -o name,uuid) instead of its name (/dev/sdc), to prevent ever binding the wrong disk when the drive letters happen to change. I have followed the guide but I can't either
January 19, 20251 yr Hi, this for vDSM you have to add 2 entries for each disk: First add a "disk" and point it to your ID ( ls /dev/disk/by-id -las ) Second add a "variable" and call it DEVICE2 <-- or other number past the same ID as in first entry "disk" ENJOY Edited January 19, 20251 yr by tailor09
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.