containers / fuse-overlayfs

FUSE implementation for overlayfs
GNU General Public License v2.0
502 stars 83 forks source link

What are the Supported Options in fuse-overlayfs? #404

Open ragnarov opened 9 months ago

ragnarov commented 9 months ago

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}"

flouthoc commented 4 months ago

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