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

Try mounting / once #90

Open
ezrizhu opened this issue Jun 29, 2023 · 2 comments
Open

Try mounting / once #90

ezrizhu opened this issue Jun 29, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ezrizhu
Copy link
Collaborator

ezrizhu commented Jun 29, 2023

via merger/unionfs

@mgree mgree added the enhancement New feature or request label Jun 29, 2023
@ezrizhu ezrizhu self-assigned this Jun 29, 2023
@ezrizhu ezrizhu mentioned this issue Mar 9, 2024
7 tasks
@ezrizhu
Copy link
Collaborator Author

ezrizhu commented Apr 4, 2024

we have good progress on this with root.

root@pashsn3:~# unshare --mount --user --pid --fork /bin/sh
((do gidmapping here # gidmapper 67195 0 0 65535 0 0 65535))
$ pwd
/root
$ mkdir overlay
$ cd overlay
$ mkdir low up merged work
$ mergerfs / low
$ mount -t overlay overlay -o userxattr -o lowerdir=low,upperdir=up,workdir=work merged
$ chroot merged /bin/bash
root@pashsn3:/# touch x
root@pashsn3:/# echo z > x
root@pashsn3:/#

Can not reproduce this with out running as root. Getting EOVERFLOW

@ezrizhu
Copy link
Collaborator Author

ezrizhu commented Apr 8, 2024

Progress also made by @SleepyMug on 0621375

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
None yet
Development

No branches or pull requests

2 participants