Einfache Projektliste Software-Karte

Filesystems
548 Projekte im Ergebnis
Letztes Update: 2006-01-02 11:32

Dump/Restore

The dump package contains both dump and restore. Dump examines files in a filesystem, determines which ones need to be backed up, and copies those files to a specified disk, tape or other storage medium. The restore command performs the inverse function of dump; it can restore a full backup of a filesystem. Subsequent incremental backups can then be layered on top of the full backup. Single files and directory subtrees may also be restored from full or partial backups.

(Machine Translation)
Letztes Update: 2013-07-29 20:48

libferris

libferris is a virtual filesystem that exposes hierarchical data of all kinds through a common C++ interface. Access to data is performed using C++ IOStreams and metadata is available as key-value pairs through the Extended Attributes (EA) interface. Rich support for filesystem indexing is included to provide timely search results for well into millions of files. Ferris uses a plugin API to handle a large range of data sources, metadata, and index and search strategies. Filesystems include file:// with monitoring, XML (mount an XML file as a filesystem), relational databases, ISAM databases (Berkeley db, tdb, gdbm, eet et al), xmldb, LDAP, Applications (Evolution, Firefox, Emacs), HTTP, FTP, sockets, and RDF (from XML, binary, soprano). EA generators include image, audio, and animation decoders.

Letztes Update: 2011-11-21 15:47

OpenAFS

AFS is a distributed filesystem which offers a client-server architecture, transparent data migration abilities, scalability, a single namespace, and integrated ancillary subsystems.

Letztes Update: 2008-12-23 22:03

CDfs

CDfs is a file system for Linux systems that exports' all tracks and boot images on a CD as normal files. These files can then be mounted (e.g. for ISO and boot images), copied, played (audio tracks), etc. The primary goal for developing this file system was to unlock' information in old ISO sessions. The file system also allows you to access data on faulty multi session disks, e.g. disks with multiple single sessions instead of a multi session.

Letztes Update: 2014-03-10 18:54

Gollem

Gollem is a Web-based file manager that provides the ability to fully manage a hierarchical file system stored in a variety of backends such as a SQL database, as part of a real filesystem, or on FTP, Samba or SSH servers. It supports uploading and downloading of files, basic file operations, permissions support, and MIME recognition and viewing of files through the Horde MIME library. It is fully internationalized and translatable.

(Machine Translation)
Letztes Update: 2009-07-05 09:05

bonnie++

Bonnie++ is based on the Bonnie hard drive benchmark by Tim Bray. The most notable features that have been added are support for >2G of storage and testing operations involving thousands of files in a directory. This program is used by ReiserFS developers, but can be useful for anyone who wants to know how fast their hard drive or file system is. It now includes ZCAV in the package. This program tests the performance of different zones on the hard drive. ZCAV has been released separately before but will now only be released as part of the Bonnie++ suite.

Letztes Update: 2005-04-13 22:13

openMosix Cluster for Linux

openMosix is a a set of extensions to the standard Linux kernel allowing you to build a cluster of out of off-the-shelf PC hardware. openMosix scales perfectly up to thousands of nodes. You do not need to modify your applications to benefit from your cluster (unlike PVM, MPI, Linda, etc.). Processes in openMosix migrate transparently between nodes and the cluster will always auto-balance.

Letztes Update: 2014-02-27 13:14

emelFM2

emelFM2 is a file manager that implements the popular two-pane design. It features a simple GTK interface, a flexible file typing scheme, and a built-in command line for executing commands without opening an xterm.

(Machine Translation)
Letztes Update: 2010-04-30 12:26

FSlint

FSlint is a toolkit to find various forms of lint on a filesystem. At the moment it reports duplicate files, bad symbolic links, troublesome file names, empty directories, non stripped executables, temporary files, duplicate/conflicting (binary) names, and unused ext2 directory blocks.

Letztes Update: 2002-01-09 05:57

3dfile

3dfile is a simple OpenGL-based file browser.
Navigation is very easy; just point-and-click.

(Machine Translation)
Letztes Update: 2010-03-25 11:17

e2fsprogs

The ext2fsprogs package contains essential ext2 filesystem utilities which consists of e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2 filesystem utilities.

Letztes Update: 2007-04-13 15:44

Coda Distributed File System

Coda is a distributed filesystem with novel features such as disconnected operation and server replication.

(Machine Translation)
Letztes Update: 2011-12-23 13:38

lustre

Lustre is a novel storage and filesystem architecture and implementation suitable for very large clusters. It is a next-generation cluster filesystem that is currently running on clusters that have tens of thousands of nodes, petabytes of storage, and move hundreds of GB/sec.

Letztes Update: 2009-05-20 15:18

NTFS-3G

NTFS-3G is a stable read/write NTFS driver. It is
available for over 180 Linux distributions and the
default read/write NTFS driver for most major
ones. It has been ported to many other operating
systems like FreeBSD, NetBSD, Solaris, Haiku, and
Mac OS X, and to little/big-endian, 32/64-bit, and
MMU-less computer architectures.

(Machine Translation)
Letztes Update: 2003-04-15 01:55

FAM

FAM, the File Alteration Monitor, provides an API which applications can use to be notified when specific files or directories are changed. It comes in two parts: fam, the daemon which listens for requests and delivers notification, and libfam, a library which client applications can use to communicate with fam.