| Projects on Google Code | Results 1 - 10 of 255 |
*Sibefs - Simple Filesystem Benchmark*
-----
Options:
*-d* Directory to test, by default current directory is used
*-m* RAM to use by sibefs. This is size of one block for read/write command
*-f* Minimum file size
*-F* Maximum file size
*-r* Number of test repeats
*-q* Disk ...
== Overview ==
*bindfs* is a [http://fuse.sourceforge.net/ FUSE] filesystem for mounting a directory to another location, similarly to `mount --bind`. The permissions inside the mountpoint can be altered using various rules.
== Examples ==
Here are some examples of what bindfs can do for you:...
*Abstract*
The focus of this project is a hybrid file system, with the declared purpose of accelerating file access time and a possible improvement of power usage through the combined usage of random-access memory, solid-state drives and hard disk drives.
The idea is simple: use the fast memory ...
About MogileFS
See http://danga.com/mogilefs/
MogileFS is our open source distributed filesystem. Its properties and features include:
* Application level -- no special kernel modules required.
* No single point of failure -- all three components of a MogileFS setup (storage nodes,...
#summary A generic description of the project
Right now a hard drive is so cheap that I know several friends that have lot of hard drive space they dont use. The goal of FriendFS is to have a file system where redundancy is handled by the distribution of the same files to several places.
= Int...
Anyone who at least once lost his project knows – I personally do - how important it is to create backups. Rdiff-backup (http://www.nongnu.org/rdiff-backup/) allows user to incrementally backup one directory into another. Increments make disk usage relatively low, as only differences between two con...
Most file systems organize files in a directory hierarchy. A file is stored in a particular directory. When it is needed to store a file, a decision has to be made about the most suitable directory for the file. This can be tough.
IMO, when presented with data, a human being generally associates...
=What is TsumuFS?=
TsumuFS is a disconnected, offline caching filesystem layer on top of NFS in the spirit of [http://www.zahlfee.de/fex/fex.html fexd] and other caching filesystems (like [http://www.coda.cs.cmu.edu/ Coda] or [http://www.inter-mezzo.org/ Intermezzo]). While these other filesystems ...
XtreemFS is a distributed and replicated file system for federated IT infrastructures. It is open source software licensed under the GPL. It is part of the XtreemOS project.
For more information, downloads and documentation visit our website at http://www.XtreemFS.org.
# website: http://www....
=Dokan : user-mode file system library for Windows=
When you want to create a new file system on Windows, for example to improve FAT or NTFS, you need to develop a file system driver. Developing a device driver that works in kernel mode on windows is extremely difficult. By using Dokan library, y...