Skip to content

mikeswain/cmdfs

Repository files navigation


cmdfs_-_Command_File_System



Copyright (C) 2010 Mike Swain
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see http://www.gnu.org/licenses.
Download

Introduction

Cmdfs is a FUSE virtual filesystem which applies an arbitary filter command to
selected files in a source directory tree to create the destination files.
Includes configurable caching and monitoring of the source tree to limit CPU
use and prefetch data.

Requirements


* libfuse-dev


Build


  1. Unpack archive

       tar zxvf cmdfs-<ver>.tar.gz

  2. Configure build

       cd cmdfs-<ver>
       ./configure

  3. Build

       make

  4. Install

       sudo make install