Is there such a thing as a Linux filesystem (FUSE could do) you can mount on a file, and the file (and filesystem) grows as you add files to it?
Name:
Anonymous2006-12-08 10:07
Why not just format all the free space to the FS you want to use? Then it doesn't have to grow.
Name:
Anonymous2006-12-08 10:27
>>2
It's for a package maintainer, so it'll have to run on every system under the sun without having to modify them. (Also, no tmpfs, as I need a lot of RAM, and diskspace in the filesystem, for that matter.)