-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid argument when mapping from QEMU 9p virtio share #8
Comments
Hey @ktprograms creating idmapped mounts requires filesystem support and 9p simply hasn't been converted to support idmapped mounts yet. |
Ah, I see. From reading the description of it I thought it didn't require filesystem support. Would there be any way to do ID-mapping for 9pfs? |
In principle 9pfs can support this going forward. |
What changes would need to be made? Could you please link to the implementation for other filesystems so I can take a look? I wouldn't mind looking at trying to implement it. |
Yeah, I can certainly help you there. Is it ok if I wait until after next week. I won't have time before that. |
On Thu Jun 16, 2022 at 8:47 PM +08, Christian Brauner wrote:
Yeah, I can certainly help you there. Is it ok if I wait until after next week. I won't have time before that.
Thanks. Sure, I'm in no hurry to get it done.
… --
Reply to this email directly or view it on GitHub:
#8 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Hi @brauner, do you have some links to documentation/other implementations? |
Hi, I found out about ID-mapped mounts from LWN and found this tool.
I was able to make it work mounting a regular directory, but when I tried to ID-map a directory mounted from QEMU 9p virtio share, I get an
Invalid argument
error. I'm on Alpine aarch64, with kernel 5.15.29. Commands ran and output below:The text was updated successfully, but these errors were encountered: