fs

fs 0.4.0

fs is a Python module that creates a common interface to filesystems.Pyfilesystem works with Linux, Windows and Mac.Here are a few of the filesystems that can be accessed with Pyfilesystem: * OSFS - access the native filesystem * FTPFS - access...

Data recovery program for NTFS file systems. Reads each block of the hard disk to and retrieves rebuilds file system tree on another partition.I wrote this program when one of my friends lost valuable data on an NTFS drive. It been used since then in...

M3CCtl

M3CCtl 0.1

M3CCtl is a control program for the M3C File System. One annoying factor of the SP 503 is that music has to be transferred using either the serial port or a special parallel port box. The music is stored on plain MMC cards which can be accessed by a...

ccgfs

ccgfs 0.80

ccgfs is a transport-agnostic FUSE filesystem. Transport is arranged by helper programs, such as ssh. The "push" transport mode makes it possible to export a filesystem located in a LAN to a DMZ host without defeating the DMZ security model which...

SVFS

SVFS 2.0.0

SVFS is a simple virtual filesystem for Python.SVFS allows to create virtual filesystem inside file on real filesystem.It can be used to store multiple files inside single file (with directory structure).Unlike archives, SVFS allows to modify files...

genromfs

genromfs 0.5.2

genromfs project can create romfs images.romfs is a space-efficient, small, read-only filesystem originally for Linux and used by some Linux based projects. It is a block-based filesystem, that means it makes use of block (or sector) accessible storage...

FUSE can implement a fully functional filesystem in a userspace program.InstallationSome projects include the whole FUSE package (for simpler installation). In other cases or just to try out the examples FUSE must be installed first. The installation is...

ciopfs

ciopfs 0.4

ciopfs is a case insensitive on purpose file system based on FUSE.ciopfs is a stackable or overlay linux userspace file system (implemented with fuse) which mounts a normal directory on a regular file system in case insensitive fashion.The commands below...

MooseFS

MooseFS 1.6.27

MooseFS is a fault tolerant, network distributed file system that spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS acts as other Unix-alike file systems: * A...

The goal of the Parallel Virtual File System (PVFS) Project is to explore the design, implementation, and uses of parallel I/O. PVFS serves as both a platform for parallel I/O research as well as a production file system for the cluster computing...