From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 14:39:22 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FCD216A41C for ; Mon, 18 Jul 2005 14:39:22 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from royk.itea.ntnu.no (royk.itea.ntnu.no [129.241.190.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F9A43D46 for ; Mon, 18 Jul 2005 14:39:21 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by royk.itea.ntnu.no (Postfix) with ESMTP id 7310F66CB7 for ; Mon, 18 Jul 2005 16:39:20 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by royk.itea.ntnu.no (Postfix) with SMTP for ; Mon, 18 Jul 2005 16:37:36 +0200 (CEST) Received: (qmail 28984 invoked by uid 1001); 18 Jul 2005 16:37:36 +0200 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 18 Jul 2005 16:37:36 +0200 Date: Mon, 18 Jul 2005 16:37:36 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: questions@freebsd.org Message-ID: <20050718163250.D28772@maren.thelosingend.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: Subject: Some sort of filter based filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 14:39:22 -0000 What would be nice, is some kind of nullfs-like read only filesystem that would send all files through a configurable filter when opened. That way I could put all my music in FLAC format on hdd, and then, when I wanted to transfer some tracks to my portable player, I could grab the files from the ogg-directory. Or when I wanted to burn to CD-A, I could grab 'em from the wav-dir. Is something like this available somewhere? Or how about some other solution, not file system based? Regards, Svein Halvor