Brandon Andy Green wrote:
I would consider to Bugzilla it under 'kernel'. In the meantime someone else mentioned tmpfs, that'd do you just fine: mount -t tmpfs -o mode=1777,size=1024M none /mnt/myfs will get you a 1GB /tmp-style "drive" ready to store things on without formatting (in one step, without needing raid either). -Andy