Hello,
I'm looking for a file system the saves files as splits if the file size exceeds certain limit.
To help you guys to understand what I'm looking for.
Let's assume we have file.avi which has size of 30MB.
Diagram:
split-directory.-----------------------join-directory
file.avi.01 <-------File system----> file.avi
file.avi.02
file.avi.03
file.avi is only saved as splits but file system would convert it to appear as a whole.
I found:
http://www.scharrer-online.de/softwa...fs-0.01.tar.gz (
http://article.gmane.org/gmane.comp....use.devel/5365 )
But what that does is to either show one file as splits or show splits as one file. But neither does it convert files to splits or work with directories.
Ps. Wouldn't be too hard to create one but that work would be wasted if that has already been done.