You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: trying to remaster an ISO by just fuse-mounting and modifying the overlay to generate a new ISO, without doing useless file copies. fuseiso gives me a filesystem where all files appear as readonly (and even owned by root).
There should be no reason to be unable to replace such a file in an overlay, but something seems to just prevent it:
$ fuse-overlayfs --version
fuse-overlayfs: version 1.10
FUSE library version 3.13.0
using FUSE kernel interface version 7.38
fusermount3 version: 3.13.0
Context: trying to remaster an ISO by just fuse-mounting and modifying the overlay to generate a new ISO, without doing useless file copies.
fuseiso
gives me a filesystem where all files appear as readonly (and even owned by root).There should be no reason to be unable to replace such a file in an overlay, but something seems to just prevent it:
This can be worked around by adding updated files manually in upper dir, but it kinda defeats the purpose in the general case :)
The text was updated successfully, but these errors were encountered: