From owner-freebsd-hackers Sat Sep 9 09:09:32 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA18722 for hackers-outgoing; Sat, 9 Sep 1995 09:09:32 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id JAA18714 for ; Sat, 9 Sep 1995 09:09:20 -0700 Received: from gemini ([13.231.132.20]) by alpha.xerox.com with SMTP id <14696(4)>; Sat, 9 Sep 1995 09:07:55 PDT Received: from willow.mc.xerox.com (willow.sdsp.mc.xerox.com) by gemini (4.1/SMI-4.1) id AA14115; Sat, 9 Sep 95 12:07:47 EDT Received: by willow.mc.xerox.com (4.1/SMI-4.1) id AA05561; Sat, 9 Sep 95 12:08:22 EDT Message-Id: <9509091608.AA05561@willow.mc.xerox.com> To: hackers@freebsd.org Subject: ksmfs in bsd/sunos kernels... Date: Sat, 9 Sep 1995 09:08:21 PDT From: "Marty Leisner" Sender: hackers-owner@freebsd.org Precedence: bulk Linux has ksmfs (a Samba file system...) Is this available on freebsd? I like it, its fairly clever... Anyone want to point me at something to look at (code preferred) on how to register a file system in a device driver (I assume it works almost the same was in SunOS and BSD?) Linux has 2 calls {register/unregister}_filesystem() to add filesystems at run time... This seems preferable instead of forcing PCs to run nfs... marty leisner@sdsp.mc.xerox.com Member of the League for Programming Freedom (http://www.lpf.org) Any sufficiently advanced technology is indistinguishable from magic Arthur C. Clarke, The Lost Worlds of 2001