RSS 65 projects tagged "Filesystems"

No download Website Updated 19 Jul 2005 dmerge

Screenshot
Pop 25.92
Vit 53.48

dmerge identifies duplicate files within specified directory trees and merges them into hard links. Duplicate files are identified by hashing, optionally followed by byte comparison.

No download Website Updated 26 Jun 2007 Ceph File System

Screenshot
Pop 15.62
Vit 46.39

Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability (from terabytes to exabytes). Data is stored in the form of "objects" (variable length, named chunks of data) in a distributed and fault tolerant cluster of OSDs (object storage devices--servers running the Ceph OSD daemon). Metadata (the file system namespace) is managed by an independent cluster of metadata servers (MDSs), which dynamically repartitions the directory hierarchy in response to the current workload.

Download Website Updated 01 Jun 2012 libferris

Screenshot
Pop 324.52
Vit 46.08

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.

Download Website Updated 16 Mar 2011 Smb4k

Screenshot
Pop 193.03
Vit 15.84

Smb4K is a SMB and CIFS (Windows) share browser for KDE. It uses the Samba software suite to access the SMB and CIFS shares of the local network neighborhood. Its purpose is to provide a program that's easy to use and has as many features as possible.

Download Website Updated 05 Apr 2012 incron

Screenshot
Pop 184.66
Vit 11.72

incron is an "inotify cron" system. It works like the regular cron but is driven by filesystem events instead of time periods. It contains two programs, a daemon called "incrond" (analogous to crond) and a table manipulator "incrontab" (like "crontab").

Download Website Updated 14 Dec 2012 libguestfs

Screenshot
Pop 196.34
Vit 11.61

libguestfs is a set of tools for accessing and modifying virtual machine (VM) disk images. You can use this for viewing and editing files inside guests, scripting changes to VMs, monitoring disk used/free statistics, P2V, V2V, performing partial backups, cloning VMs, and much more. libguestfs can access nearly any type of filesystem including: all known types of Linux filesystem (ext2/3/4, XFS, btrfs, etc.), any Windows filesystem (VFAT and NTFS), any Mac OS X and BSD filesystems, LVM2 volumes, MBR and GPT disk partitions, raw disks, qcow2, CD and DVD ISO images, SD cards, and dozens more. libguestfs doesn't need root permissions.

Download Website Updated 06 Sep 2010 EncFS

Screenshot
Pop 454.09
Vit 11.26

EncFS is an encrypted pass-through filesystem which runs in userspace on Linux (using the FUSE kernel module). Similar in design to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, there is no predetermined or pre-allocated filesystem size.

Download Website Updated 05 Apr 2012 inotify-cxx

Screenshot
Pop 61.07
Vit 10.67

inotify-cxx is the C++ interface for Linux inotify technology. It offers a few simple objects instead of low-level data such as file descriptors, watch descriptors, etc.

Download No website Updated 01 Mar 2013 Digital Forensics Framework

Screenshot
Pop 247.43
Vit 10.14

DFF (Digital Forensics Framework) is a simple but powerful tool with a flexible module system which will help you in your digital forensics works, including file recovery due to error or crash, evidence research and analysis, etc. DFF provides a robust architecture and some handy modules.

Download Website Updated 05 Dec 2007 kcd

Screenshot
Pop 53.57
Vit 10.10

kcd is a directory change utility similar to NCD. It helps you navigate the directory tree. You can also supply part of the desired directory name in the command line and let kcd find it for you.

Screenshot

Project Spotlight

R2CORBA

CORBA for Ruby.

Screenshot

Project Spotlight

CmdOption

A simple annotation-driven command line parser toolkit for Java 5 applications.