very useful
very useful
Posted Jan 22, 2015 15:53 UTC (Thu) by jtaylor (guest, #91739)Parent article: Inserting a hole into a file
I have always been wondering why these types of operations are only appearing now, to me they seem very useful.
Video editing is a an obvious example, but there are also uses for plenty other applications. E.g. in scientific environments the need to put something into the middle of a large files comes up often.
Many commonly used data formats allow for padding between logical sections so that block alignment requirement is not a big problem.
Video editing is a an obvious example, but there are also uses for plenty other applications. E.g. in scientific environments the need to put something into the middle of a large files comes up often.
Many commonly used data formats allow for padding between logical sections so that block alignment requirement is not a big problem.
What I'd still love now is a way to dump one file into a newly created hole in another file without needing any copies. Though I assume this is probably tricky as it would depend on capabilities of the filesystem, e.g. whether it can do copy-on-write or or not.
