Subject: Re: Loopback filesystem To: None <cactus@hks.net> From: Charles M. Hannum <mycroft@ai.mit.edu> List: tech-kern Date: 04/30/1995 21:05:23
Are there any plans for a loopback filesystem?
That's what `nullfs' is for. You can configure it with `options
NULLFS', and mount it like this:
mount -t null /from /to