We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/
via merger/unionfs
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Progress also made by @SleepyMug on 0621375
ezrizhu
No branches or pull requests
via merger/unionfs
The text was updated successfully, but these errors were encountered: