Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!rice!sun-spots-request From: esquire!yost@cmcl2.nyu.edu (David A. Yost) Newsgroups: comp.sys.sun Subject: how to write code for a new virtual file system type Keywords: Miscellaneous Message-ID: <3281@brazos.Rice.edu> Date: 17 Nov 89 19:13:29 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 15 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 8, Issue 206, message 15 of 15 I am investigating implementing Watchdogs [Bershad 88] via a new virtual file system type under Sun OS. Unfortunately, when I looked through the Sun documentation for information on implementing a new virtual file system type, I found only one paragraph. Has anyone ever done this? Where's the documentation? I'd love to see code for a sample VFS that hooks up to all the entry points and simply passes the calls through to another VFS node. Watchdogs are useful for many things, but we want to use them to implement a R/W optical disk jukebox that looks to the system as if all the disks are mounted at once. --dave yost