Skip to content
New issue

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

Update README.md #1189

Draft
wants to merge 7 commits into
base: latest-release
Choose a base branch
from
Draft

Conversation

dagelf
Copy link

@dagelf dagelf commented Jun 1, 2023

Changed example lines to show =RO flag and globbing, and that emphasizes that globbing in fstab should not be escaped.

Also added comment about the trap of using mv right at the beginning where it is hard to overlook, so as to lower the risk of people deleting their files by accident.

Added examples to show =ro flag and globbing, and that shows that globbing in fstab should not be escaped

If it is, mergerfs manages to mount something that shows up with  ????? in ls, and cant be accessed or doesn't contain anything. TODO for someone to explain why.
Added clarification to globbing section about fstab. Mergerfs not being able to use `\` literal might possibly be classified as a bug.
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated
MUST be escaped when using via the shell else the shell itself will
apply the glob itself.**
apply the glob itself. Do not escape the glob in `fstab`.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is implied by saying it must be done in the shell but sure... be explicit. But why remove the emphasis?

@trapexit
Copy link
Owner

trapexit commented Jun 1, 2023

Please squash the commits and change the summary to be more descriptive.

@trapexit
Copy link
Owner

trapexit commented Jun 1, 2023

Also, the man page is created from the README. Please generate the man page and check it in at the same time.

=RO examples in examples
More clear wording in `mv` section.
Make the biggest potentially devastating trap visible where it is much more likely to be seen in time.
Emphasis back to the note about globbing
@dagelf
Copy link
Author

dagelf commented Jun 12, 2023

I'm not at my own PC, and using Github web, will test the man pages and squash the commit when I'm home later in the week. I have to say, that man page is pretty neat!

@dagelf dagelf marked this pull request as draft June 12, 2023 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants