How do I set default PID and GID for files created from a VM?


Recommended Posts

I've got an Ubuntu Server VM that I mount some shares to via virtiofs.  I have corresponding fstab entries for these that look like this:

 

media   /mnt/media   virtiofs rw,relatime 0 0

 

However, when I create or edit files in these shares from the VM, it gives me an owner of my username, and a GID 1000.  Ideally I'd want the group to be "users" so my docker containers could perform operations on these files as well, but I cannot for the life of me figure out how to do this. Is there a way?

Link to comment
  • 3 months later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.