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
The expected fstab syntax doesn't work since commit 3da0b6c.
Something like this used to work with the 1.3 release. /mnt/src /mnt/target fuse.rofs-filtered allow_other,ro 0 0
/mnt/src /mnt/target fuse.rofs-filtered allow_other,ro 0 0
For some reason the source directory was moved from a positional argument to an option (-o source=) which make the fstab syntax fail.
See #36 for a pull request with my local changes restoring the old behaviour.
It was non-trivial to support the current design and the old 1.3 behaviour.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The expected fstab syntax doesn't work since commit 3da0b6c.
Something like this used to work with the 1.3 release.
/mnt/src /mnt/target fuse.rofs-filtered allow_other,ro 0 0
For some reason the source directory was moved from a positional argument to an option (-o source=) which make the fstab syntax fail.
See #36 for a pull request with my local changes restoring the old behaviour.
It was non-trivial to support the current design and the old 1.3 behaviour.
The text was updated successfully, but these errors were encountered: