Subject: Re: How to resolve the filename(s) for a vnode?
To: Gerhard Sittig <Gerhard.Sittig@gmx.net>
From: Hubert Feyrer <feyrer@cs.stevens.edu>
List: tech-kern
Date: 10/19/2005 02:45:54
On Wed, 19 Oct 2005, Gerhard Sittig wrote:
> On Tue, Oct 18, 2005 at 14:02 -0700, Bill Studenmund wrote:
>> Sounds a lot like dmfs, the Data Migration File System, which I worked on
>> when I was at NASA/Ames. Our main thing was to move the file to tertiary
>> storage, and then restrict access until the file was fully restored.

It seems I didn't get Bill's mail, but FWIW it may be interesting that 
this DMFS and probably a lot of other goodies that were developed at 
NASA/Ames are actually available in othersrc:

 	cvs -d anoncvs@anoncvs.netbsd.org:/cvsroot co othersrc/nastore

You probably want to have a look at othersrc/nastore/kern/dmfs and the 
associated tools in .../kern/sbin/*_dmfs.


  - Hubert