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
Does fuse-overlayfs support all options of mount -t overlayfs ? It seems to recognize volatile but not recognize metacopy=on .
fuse-overlayfs
mount -t overlayfs
volatile
metacopy=on
unknown argument ignored: metacopy=on
here is the command used :
fuse-overlayfs -o lowerdir="${v_lowerdir}",upperdir="${v_upperdir}",workdir="${v_workdir}",volatile,metacopy=on "${v_merged}"
The text was updated successfully, but these errors were encountered:
I don't think metacopy is implemented, I think all of the supported options are listed here: https://github.com/containers/fuse-overlayfs/blob/main/main.c#L194
metacopy
Sorry, something went wrong.
No branches or pull requests
Does
fuse-overlayfs
support all options ofmount -t overlayfs
?It seems to recognize
volatile
but not recognizemetacopy=on
.unknown argument ignored: metacopy=on
here is the command used :
fuse-overlayfs -o lowerdir="${v_lowerdir}",upperdir="${v_upperdir}",workdir="${v_workdir}",volatile,metacopy=on "${v_merged}"
The text was updated successfully, but these errors were encountered: