fuse-overlayfs icon indicating copy to clipboard operation
fuse-overlayfs copied to clipboard

What are the Supported Options in fuse-overlayfs?

Open ragnarov opened this issue 2 years ago • 1 comments

Does fuse-overlayfs support all options of mount -t overlayfs ? It seems to recognize volatile but not recognize 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}"

ragnarov avatar Sep 14 '23 07:09 ragnarov

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

flouthoc avatar Feb 22 '24 17:02 flouthoc