The Plastic File System

The Plastic File System is a module for providing virtual file systems in user space.
Download

The Plastic File System Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Peter Miller
  • Publisher web site:
  • http://miller.emu.id.au/pmiller/software/synpic.html

The Plastic File System Tags


The Plastic File System Description

The Plastic File System is a module for providing virtual file systems in user space. The Plastic File System project is an LD_PRELOAD module for manipulating what the file system looks like for programs. This allows virtual file systems to exist in user space, without kernel hacks or modules.PlasticFS includes the following file systems:chrootThe chroot filter may be used to simulate the effects of the chroot(2) system call, in combination with other filters. dosThe dos filter may be used to simulate an 8.3 DOS file system. logThe log filter may be used to transparently log file system access, similar to the strace command. shortnameThe shortname filter may be used to simulate file systems with shorter filenames. smartlinkThe smartlink filter may be used to expand environment variables in symbolic links, using the usual $name notation. upcase, downcase, titlecase and nocaseThe upcase filter to make file names appear to be in upper-case when listed. File names are case- insensitive when being opened, etc. The downcase filetr is similar, except it converts to lower-case, titlecase capitalizes, and nocase is simply case insensitive without altering the filenames. viewpathThe viewpath filter may be used to make a set of directory trees look like a single directory tree. (Also known as a union file system.) All modifications take place in the first directory in the list.Aka: union and translucent Note: Filters may be piped from one to the next, forming powerful combinations. PlasticFS is currently dependent on the implementation of the GNU C Library. It is self configuring using a GNU Autoconf generated configure script.What's New in This Release:· Build problem fixed.


The Plastic File System Related Software