Main > Free Download Search >

Free filesystems software for linux

filesystems

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 170
Earth 0.2

Earth 0.2


Earth allows you to find files across a large network of machines and track disk usage in real time. more>>
Earth allows you to find files across a large network of machines and track disk usage in real time. The project consists of a daemon that indexes filesystems in real time and reports all the changes back to a central database.
This can then be queried through a simple, yet powerful, web interface. Think of it like Spotlight or Beagle but operating system independent with a central database for multiple machines.
Earth is initially focused on managing the explosion of data that occurs in digital visual effects work.
Enhancements:
- Many small usability improvements, several significant performance improvements for the Web application, reduced database size, code improvements, and a much improved command line interface to the Earth daemon.
<<less
Download (0.45MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
2272 downloads
findfile 0.2

findfile 0.2


findfile are tools for recovering files from corrupted filesystems. more>>
FindFile will be a collection of tools for recovering files from filesystems with corrupted directories/allocationtables/etc.

This can be usefull when the partitiontable (or more) of a harddisk is corrupted. Or when you have a memory-card of a digital camera which is corrupted.

For now only a tool for recovering .JPEG files is included. It is pretty fast!
<<less
Download (0.003MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1664 downloads
SHFS 0.35

SHFS 0.35


SHFS it mounts remote directories using a shell connection. more>>
Shfs is a simple and easy to use Linux kernel module which allows you to mount remote filesystems using a plain shell (ssh) connection.
When using shfs, you can access all remote files just like the local ones, only the access is governed through the transport security of ssh.
Main features:
- file cache for access speedup
- perl and shell code for the remote (server) side
- could preserve uid/gid (root connection)
- number of remote host platforms (Linux, Solaris, Cygwin, ...)
- Linux kernel 2.4.10+ and 2.6
- arbitrary command used for connection (instead of ssh)
- persistent connection (reconnect after ssh dies)
Installation
Shfs stands for SHell File System. It consists of simple Linux kernel module (similar to smbfs, ftpfs or ncpfs) and a userspace mount utility. The general usage:
$ shfsmount user@host /local/path
user@host password:
$ cd /local/path
Usage
The shfsmount command has a number of options, please refer to the manpage for a more detailed description.
shfsmount was designed to have the same interface as the mount command. make install should have created the symlink /sbin/mount.shfs -> shfsmount so you will be able to call
mount -t shfs user@host /mnt
exactly as with other filesystems. You can even use an automounter to connect to a server automatically (think about using ssh keys).
If you would like all users to be able to mount (umount) remote dirs using shfs, set the suid bit on /usr/bin/shfsmount and shfsumount. Security checks are similar to smbmount.
<<less
Download (0.12MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1661 downloads
File system investigator 1.0.3

File system investigator 1.0.3


File system investigator is a forensic filesystem viewer. more>>
FileSystem Investigator is a platform independent file system viewer and data extraction tool. It allows the user to:

* View the contents of the target file system in a forensicly safe manner, bypassing the normal operating system mechanisms.
* Extract files and whole directory trees of files from the source filesystem.

Since it is written in platform-neutral Java, it can be used to examine filesystems outside their native environment. For example, it can be used to view a Linux filesystem while running under Windows.

FileSystem Investigator directly accesses the source disk and processes the data using it own built in filesystem drivers. This ensures that it is safe to use FileSystem Investigator for forensic investigations.

FileSystem Investigator will never write to the source media thus important timestamps are preserved. FileSystem Investigator can also read disk-image files such as those created by dd.

Files and whole directory structures can be extracted easily from the source drive and stored for further use or analysis. Due to limitations imposed by Java, special files such as device nodes, pipes, sockets and links, cannot be extracted.

<<less
Download (0.33MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1660 downloads
cvsfs 1.1.9

cvsfs 1.1.9


cvsfs is a virtual filesystem for interacting with CVS. more>>
This provides a package which presents the CVS contents as mountable file system. It allows to view the versioned files as like they were ordinary files on a disk. There is also a possibility to check in/out some files for editing.
Main features:
- Development Status: 1 - Planning, 3 - Alpha
- Environment: Curses, No Input/Output (Daemon), X11 Applications
- Intended Audience: Developers, System Administrators
- License: GNU General Public License (GPL)
- Natural Language: English, German
- Operating System: Linux
- Programming Language: C, C++
- Topic: CVS, Filesystems
Installation
untar the Archive with the Command
tar -zxvf cvsfs-1.1.9.tar.gz
change in the Directory cvsfs1.1.9
cd cvsfs-1.1.9
type:
./configure then make
and then as root:
make install
<<less
Download (0.12MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1659 downloads
FSHeal 0.2

FSHeal 0.2


FSHeal is a tool for mending filesystems and reporting statistics. more>>
FSHeal aims to be a general filesystem tool that can scan and report vital "defective" information about the filesystem like broken symlinks, forgotten backup files, and left-over object files, but also source files, documentation files, user documents, and so on.

It will scan the filesystem without modifying anything and reporting all the data to a logfile specified by the user which can then be reviewed and actions taken accordingly.
<<less
Download (0.010MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1657 downloads
Blogbench 1.0

Blogbench 1.0


Blogbench is a portable filesystem benchmark. more>>
Blogbench is a portable filesystem benchmark that tries to reproduce the load of a real-world busy file server.

It stresses the filesystem with multiple threads performing random reads, writes and rewrites in order to get a realistic idea of the scalability and the concurrency a system can handle.

Blogbench was initially designed to mimic the behavior of the Skyblog.com
blog service.

4 different types of threads are started:

- The writers. They create new blogs (directories) with a random amount of
fake articles and fake pictures.

- The rewriters. They add or they modify articles and pictures of existing
blogs.

- The "commenters". They add fake comments to existing blogs in random order.

- The readers. They read articles, pictures and comments of random blogs. They
sometimes even try to access non-existent files.

New files are written atomically. The content is pushed with 8 Kb chunks in a
temporary file that gets renamed if everything completes. 8 Kb is the default
PHP buffer size for writes.

Reads are performed with a 64 Kb buffer.

Concurrent writers and rewriters can quickly create fragmentation if the
preallocation is not optimal. But it is very interesting to check how
different filesystems reacts to fragmentation.

Every blog is a new directory withing the same parent directory. Since some
filesystems are unable to manage more than 32k or 64k links to the same
directory (an example is UFS), you should not force the test to run a silly
amount of time on these filesystems.
<<less
Download (0.12MB)
Added: 2005-04-11 License: BSD License Price:
1656 downloads
flexbackup 1.2.1

flexbackup 1.2.1


flexbackup is a flexible backup tool. more>>
flexbackup is for you if you have a single or small number of machines, amanda is "too much", and tarring things up by hand isnt nearly enough...
Main features:
- Easy to configure
- Uses dump, afio, GNU tar, cpio, star, pax, or zip archivers
- Full and numbered levels of incremental backup (acts like "dump")
- Compression and buffering options for all backup types
- Does remote filesystems (over rsh/ssh; no special service)
- Package delta mode can backup files not owned by rpm, or owned+changed files.
- Writes to tapes, on-disk archive files, or on-disk directory trees
- Keeps a table of contents so you know what archives are on each tape
- Nice log files
<<less
Download (0.083MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1655 downloads
Yed 2.0.0

Yed 2.0.0


Yed is a C library of objects that handle filesystems, XML data, FTP connections, etc. more>>
Yed is an Open Source research project; its mission is the developing of a C software library made of modules ( objects )iUnknown.org instanceable in according to the main paradigms of Object Oriented Programming: incapsulation,data hiding and inheritance.

Yed core acts at only C compiler preprocessing level, using particular macros; therefore, using Yed objects is transparent to the C compiler, and it is not necessary to develope additional " translation" tools that have to be run before compiling.

Yed library contains objects that handle XML files, FTP connections, file system operations and so on.
<<less
Download (0.047MB)
Added: 2005-04-13 License: MIT/X Consortium License Price:
1654 downloads
GNOME CPUFreq Applet 0.3.1

GNOME CPUFreq Applet 0.3.1


GNOME CPUFreq Applet is a CPU frequency scaling monitor for GNOME Panel. more>>
GNOME CPUFreq Applet is a CPU Frequency Scaling Monitor for GNOME Panel.
Main features:
- Support for proc or sys filesystems
- Support for multiprocessor systems
<<less
Download (0.43MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1553 downloads
LinNeighborhood 0.6.5

LinNeighborhood 0.6.5


LinNeighborhood is free software for browsing M$ machines and mounting SMB filesystems. more>>
Its a GUI frontend running over Samba and Smbmount using the Gimp Toolkit. It requires the GTK+ libraries installed on your system. To use internationalization you need GNU gettext on your machine.

Further its very important to configure Samba in a proper way, otherwise you will get browse problems. Take a look at the Samba package for more information.

If youre using kernel 2.2 (version 2.1.70 or higher), you must use the smbmount package included in Samba 2.0. For kernels 2.0 use the Smbfs package for mounting and unmounting.

<<less
Download (0.39MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1512 downloads
StoreBackup 1.19

StoreBackup 1.19


StoreBackup is a backup utility that stores files on other disks. more>>
StoreBackup is a backup utility that stores files on other disks.

It includes several optimizations that reduce the disk space needed and improve performance, and unifies the advantages of traditional full and incremental backups.

Depending on its contents, every file is stored only once on disk. It includes tools for analyzing backup data and restoring. Once archived, files are accessible by mounting filesystems (locally, or via Samba or NFS). It is easy to install and configure.

<<less
Download (0.096MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1488 downloads
SLmon 0.5.13

SLmon 0.5.13


SLmon is a tool for monitoring systems performance. more>>
SLmon is a tool for monitoring systems performance. It displays results using nice and (hopefully) readable text-based UI. Currently monitored are:
- CPU load (SMP is supported)
- network interfaces
- memory (including swap)
- uptime, date and time
- number of logged in users
- mounted filesystems
- processes
<<less
Download (0.10MB)
Added: 2005-10-17 License: GPL (GNU General Public License) Price:
1469 downloads
MapFS 1.0-0.1035

MapFS 1.0-0.1035


MapFS implements a Linux filesystem which utilizes copy-on-write functionality. more>>
MapFS implements a Linux filesystem which utilizes copy-on-write functionality and existing Linux filesystems to allow component filesystems (or portions thereof) to be combined into a single virtual filesystem that appears to be fully writable.

It is written in C, uses the standard Linux kernel VFS and loadable module interfaces for defining new filesystem types to the kernel, and supports (at least) kernel versions 2.4.7 to 2.6.13.

This functionality significantly eases data sharing between multiple machines connected to a shared storage medium (SAN/NAS/Mainframe DASD) as data can be optimistically shared between all of the machines in a way which is completely transparent to the applications running on them.

MapFS will execute a copy-on-write to obtain a private copy in the event that one of the Machines attempts to modify a copy that is on the shared medium.
<<less
Download (0.076MB)
Added: 2005-11-05 License: GPL (GNU General Public License) Price:
1449 downloads
plugmon 1.01

plugmon 1.01


plugmon is a basic system monitoring utility with minimal configuration requirements. more>>
plugmon is a basic system monitoring utility with minimal configuration requirements.

Filesystems, kernel messages, and daemons are monitored from a standalone binary that only requires an email address as configuration.

plugmon project can be started from an init script or a cronjob. No central service is needed. It aims to give a minimum of false alarms.

Usage:

Install plugmon program.
Call "plugmon --mailto my.mail@address" from an rc script.
Or call it from a cronjob. Plugmon will check if its already running.

<<less
Download (0.043MB)
Added: 2005-11-24 License: GPL (GNU General Public License) Price:
1429 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5