Replies: 2 comments 8 replies
-
I'm not exactly sure what you're asking for. Please describe the situation. You have N files at the same relative path and instead of removing all of them on an |
Beta Was this translation helpful? Give feedback.
4 replies
-
Not sure what you mean. There is no such thing as "moving" in a filesystem. There is open, read, write, close, rename, etc. a "mv" is a combination of numerous functions. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This could fix
mv
. If based on atime, or mtime. Not sure how these work with noatime or what kind of weird things programs do with them, maybe an extended attribute can be used? Of course you would have the weird situation of having to delete files multiple times to really delete them.Maybe
mergerfs
could have an option where it adds a "moved" or "moving" attribute to files while moving?I'm sure I've read motivations for/against this before but I can't find them now...
Beta Was this translation helpful? Give feedback.
All reactions