David W. Body wrote: > I want to create a sparse, compressed, read-write disk image that will > grow as necessary when data is added to it. If you want a compressed filesystem you could use ZFS on FreeBSD or there are some userland filesystems such as compFUSEd and fusecompress. Eric