Skip to content
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

Stacking of DwarFS layers can be done in an OverlayFS manner #3

Open
ronaldtse opened this issue Jul 19, 2021 · 2 comments
Open

Stacking of DwarFS layers can be done in an OverlayFS manner #3

ronaldtse opened this issue Jul 19, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link
Contributor

ronaldtse commented Jul 19, 2021

The dwarfs man page shows an example for setting up DwarFS with overlayfs in order to create a writable file system mount on top a read-only DwarFS image.

@ronaldtse ronaldtse added the enhancement New feature or request label Jul 19, 2021
@maxirmx
Copy link
Member

maxirmx commented Oct 20, 2021

DwarFS manuals are not applicable since they all relay on underling linux kernel. Technically we are not implementing a filesystem, we will have a library that works one level up.

ruby packer / squashfs implement their own custom overlay functionality. It looks like this is the only possible approach as far as we want to have patched Ruby and not a solution integrated into operationg system kernel.

@ronaldtse
Copy link
Contributor Author

@maxirmx exactly, that's why the issue says "OverlayFS manner" instead of using "OverlayFS"; the man page was given to illustrate the concept. It would need to be a user-space library that allows overlays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants