May 15, 20251 yr When adding a share through the UI in Unraid VM setup, users currently have to manually mount the share from the VM OS. The UI makes it seem like this is done automatically when adding the share but this in fact not possible since the setup has no control over VM OS files so mounting the added share from the UI must be a manual step. A helpful improvement would be to provide a dynamically generated line suggestion within the template that needs to be added to the fstab file when adding a share. Possible example: # Mount <sharename> share at startup using virtiofs <mountpathinvm> virtiofs defaults 0 0 <sharename> <mountpathinvm> virtiofs defaults 0 0 Taking into account the type of share virtiofs/9pmode and whatever other setting is needed that changes the mount script This would guide users through the correct mounting process and make this feature a little more polished. Somewhere in here, near its respective VM would be a nice place to put the info described above Edited May 15, 20251 yr by Tareku
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.