Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Device Mapper

Compare

  Analyzed about 2 hours ago

The userspace portion of device mapper, a generic framework to map one block device into another with sector granularity. Device mapper forms the foundation of LVM2 and EVMS, software RAIDs, dm-crypt disk encryption, and offers additional features such as file-system snapshots.

16.1M lines of code

2,443 current contributors

about 2 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

KDE Partition Manager

Compare

Claimed by KDE Analyzed about 4 hours ago

Easily manage disks, partitions and file systems on your KDE Desktop: Create, resize, move, copy, back up, restore or delete partitions.

34.9K lines of code

14 current contributors

1 day since last commit

2 users on Open Hub

High Activity
5.0
 
I Use This

mp3fs transcoding FUSE filesystem

Compare

  No analysis available

MP3FS is a read-only FUSE filesystem which transcodes FLAC audio files to MP3 on the fly when opened and read.

0 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

robinhood policy engine

Compare

Claimed by CEA No analysis available

Tool for monitoring and cleaning large filesystems. Collects statistics about file system content and trigger purge when disk usage exceeds a given threshold. Advanced capabilities for Lustre (purge per OST, ...). Main features: * Disk space fair-share * Policy Engine for temporary filesystems ... [More] and Lustre-HSM: o Purge policies o Migration policies o Deferred removal policy o Directories cleanup policy * Attribute-based policies, possibly using sophisticated boolean expressions * Accounting and monitoring * Custom alerts on filesystem entries * Aware of Lustre OSTs and pools [Less]

0 lines of code

3 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: cecill_c

Kifkif File and Folder Duplicates Finder

Compare

  No analysis available

Kifkif is a Tool for finding and removing file and folder duplicates in your path. It shall provide either and extensible API/lib and an End-User GUI (Swing) Application for non programmers. File similitude (defining duplicates) could be based on a large (and extensible) number of criteria.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
3.0
   
I Use This
Mostly written in language not available
Licenses: gpl

Gfarm File System

Compare

  Analyzed about 11 hours ago

Gfarm file system is a network shared file system that supports scalable I/O performance in distributed environment. It can federate local disks of network-connected PCs and compute nodes in several clusters.

1.26M lines of code

1 current contributors

2 days since last commit

1 users on Open Hub

High Activity
0.0
 
I Use This

Linux ROM filesystem

Compare

  Analyzed about 13 hours ago

romfs is a read-only, space-efficient linux filesystem, and this is a place for test kernel patches, and user space tools to manage filesystems in this format.

1.04K lines of code

0 current contributors

over 13 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

bindfs

Compare

  Analyzed about 8 hours ago

Overviewbindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind. The permissions inside the mountpoint can be altered using various rules. ExamplesHere are some examples of what bindfs can do for you: Make a directory read-only. bindfs --perms=a-w ... [More] somedir somedir Share a directory with some other users without modifying /etc/group. bindfs --mirror-only=joe,bob,@wheel ~/some/dir shared Make your website available to the webserver process read-only. bindfs --owner=www --perms=0000:u=rD ~/stuff/website ~/public_html Make all new files uploaded to an FTP share owned by you and seen by everyone. bindfs --create-for-user=me --create-with-perms=u+rw,a+rD /var/ftp/uploads /var/ftp/uploads Manualbindfs --help man 1 bindfs Supportbindfs has been tested on Linux 2.4/2.6 with fuse 2.5.3+ as well as Mac OS X 10.5 with MacFUSE. Please tell me if you have tried it on another platform, such as FreeBSD. Basic installation instructions are available. All bug reports, comments and ideas are very welcome at or the issue tracker. [Less]

5.9K lines of code

3 current contributors

14 days since last commit

1 users on Open Hub

Low Activity
5.0
 
I Use This

pytagsfs

Compare

  No analysis available

pytagsfs is a FUSE filesystem that arranges media files in a virtual directory structure based on the file tags. For instance, a set of audio files could be mapped to a new directory structure organizing them hierarchically by album, genre, release date, etc. File tags can be changed by moving and ... [More] renaming virtual files and directories. The virtual files can also be modified directly, and, of course, can be opened and played just like regular files. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl

inferno ext2fs

Compare

  No analysis available

Ext2fs is a read-only implementation (for now) of the ext2 (second extended) file system, for inferno, written in limbo. It exports the files in the file system using the styx protocol. Journaling and most other extensions are not (yet) supported.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...