Sparse files are hugely overlooked. They are a great way of keeping things together. I was talking to one of the guys working on the new Pandora handheld console and he was trying to get the others to adopt sparse files as the recommended way of distributing all the games. When the file is created you can do:
mkfs.ext3 sparse-file
mkdir /mnt/tmp
mount /mnt/tmp sparse-file
Comments
Overlooked
When the file is created you can do:
instant virtual drive :)