-
Notifications
You must be signed in to change notification settings - Fork 38
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
mount: Support EROFS file-backed mounts #403
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using this feature would be quite nice. composefs-rs
does it only this way (with no support for older kernels).
Here's a couple of immediate issues I noticed:
Signed-off-by: Misaki Kasumi <misakikasumi@outlook.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I'm marking this as closing both of the outstanding issues we have around loopback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Hm, technically the merge settings right now require the person who marked things as "requested changes" to switch to approval but I can see you've addressed those changes. |
It turns out we can directly mount
/dev/fd/$fd
, so current API does not need to be changed.Closes: #361
Closes: #144