October 6, 20223 yr I have a Linux VM running on unRAID in which I bind the unRAID shares via virtio in fstab. The problem I have is that it seem that the right permissions are not set. I want to set uid=99 & guid=100 & umask=022 and use the following parameters in fstab: SHARE /mnt/SHARE 9p rw,dirsync,_netdev,relatime,trans=virtio,version=9p2000.L,posixacl,cache=loose,uid=99,guid=100,umask=022 0 0 Unfortunately, when files are written to the share they have rights for USERNAME:1001 (username is in this case an example/ a placeholder for my real username). Has anyone an idea what I am doing wrong?
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.