Using Memory File Systems In BSD 3
by by writes "In O'Reillynet's Big Scary Daemons column, Michael Lucas explains how to effectively use memory file systems. MFSes are especially useful in diskless workstations. You can even create a MFS larger than physical memory and BSD will use swap space when needed."
Re:Hmm. (Score:1)
MFS is pretty standard stuff (Score:1)
The point of MFS is fast read/write (especially write) access to data where you don't care that it will not survive a reboot. In the case of /tmp, you don't want the contents to persist between boots.
Re:A ram disk! Wow! (Score:2)
Oh, and I don't consider