What bothers me is that this requires a running linux kernel and root to eventually produce a single regular file. Why is this not refactored in such a way that it can be done conveniently from userspace?
Wow, thanks for the script. Surprising in its simplicity. I would have thought this use-case was popular enough to warrant specialized tools etc. Especially in the scientific community where they transfer large files.
Yeah, we only use simple mode - it's advanced mode that everyone needs to watch out for - it doesn't do what you expect (it's optimized for combining multiple files, not producing one file).
That link talks about putting the entirety of very small files into their inodes. I don't see anything about combining the tails of multiple files in a single block.
Yup - single file operation was a design goal, but I bet there's a better way to get it working than the hack I used.
reply