Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.485.531 Times

frfs 0.0.3

Company: Yann E. MORIN
Date Added: November 30, 2013  |  Visits: 877

frfs

Report Broken Link
Printer Friendly Version


Product Homepage
Download (35 downloads)



frfs implements a fully functional in-RAM filesystem using the FUSE framework.<br /><br />Overview:<br /><br />With Linux, creating RAM-backed file system is easy: su to root, mount a tmpfs some place, come back to plain user.<br /><br />Ah, but youA?a*a*?ve got to become root! I abhor being root when that can be avoided.<br /><br />The solution is to use the FUSE library and pseudo- file system and let the user mount the file system.<br /><br />In its current state, frfs does work quite nicely. It supports most of the usefull features of a Linux file system:<br /><br />A*A* files and directories<br />A*A* symlinks<br />A*A* hard links<br />A*A* unlink open files, free on last close()<br />A*A* most file operations:<br /><br />open(2)<br />read(2)<br />write(2)<br />close(2)<br />opendir(2)<br />readdir(2)<br />truncate(2)<br /><br />But it lacks some functionality: some interesting operations are not yet implemented (but should be easy):<br /><br />A*A* statfs(2)<br />A*A* flush(2)<br />A*A* extended attributes<br /><br />Also it is not thread-safe yet. Some infrastructure is there, but code is missing.<br /><br />Build:<br /><br />make<br /><br />Mount:<br /><br />./frfs /some/place/frfs<br /><br />Use:<br /><br />cd /some/place/frfs<br />tar xjf /my/files/linux-2.6.22.3.tar.bz2<br />cd linux-2.6.22.3<br />make defconfig<br />make<br />cd<br /><br />Umount:<br /><br />fusermount -u /some/place/frfs

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: File Filesystem Framework Frfs Fully Functional Fuse Implements Place Ram System
Users rating: 0/10

License: Freeware Size: 153.6 KB
USER REVIEWS
More Reviews or Write Review


FRFS RELATED
Utilities  -  glucopy-glurestore 1.0
glucopy-glurestore is a set of scripts for copying and restoring a fully functional GNU/Linux (or other Unix-like) system. The glucopy script will back up all system content (system and user files), while the glurestore script will partition and...
143.36 KB  
Networking Tools  -  Dial-Up Bot 0.3
Dial-Up Bot project aims to be a fully functional automated replacement for the /etc/ppp/ip-{up,down}.d hierarchy. Its supposed to be started by cron at night. It cant satisfy the requirements of impatient roots. Its not designed for hosts with a...
 
Network & Internet  -  EJBCA 3.4.5
EJBCA is a fully functional Certificate Authority in Java using J2EE technology. EJBCA builds on the J2EE platform to create a robust, high performance, platform independent, flexible, and component-based CA to be used standalone or integrated in...
28.7 MB  
Utilities  -  File Management Framework 0.2.1
Framework in Python for platform-independent file management with a console based toolkit (zigo) and a GUI platform (zago). Use existing handlers and your own handlers together to walk through directory trees, select files, and process them.
234.94 KB  
Utilities  -  Linux Userland Filesystem 0.9.7
LUFS is a hybrid userspace filesystem framework supporting many "exotic" filesystems (localfs, sshfs, ftpfs, gnutellafs, locasefs, gvfs, cardfs, cefs, etc. ).
522.24 KB  
Libraries  -  Exceptions in C 0.1.5
Exceptions in C implements fully-functional nested exceptions with these constructs: try except on throw Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *)....
15.36 KB  
Libraries  -  File::chmod 0.31
File::chmod is a Perl module that implements symbolic and ls chmod modes. SYNOPSIS use File::chmod; # chmod takes all three types # these all do the same thing chmod(0666,@files); chmod("=rw",@files); chmod("-rw-rw-rw-",@files); # or...
8.19 KB  
Development Tools  -  CrystalPHP 0.2.0
CrystalPHP is a simple PHP framework, allowing PHP developers of all skill levels to create fully-functional apps very quickly and easily. It is very easy to install on a server, and allows the development of extra libraries to enhance its...
 
Libraries  -  GNU Common C++ 1.5.7
GNU Common C++ project is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services, initially started by David Sugar and Daniel Silverstone. GNU Common C++...
849.92 KB  
Utilities  -  Durham Metadata Framework for Eclipse 0.2.0
A file metadata framework for Eclipse plugins and Eclipse Rich Client Platform (RCP) applications. Includes metadata support for ID3, MPEG, Ogg Vorbis and others. Also includes two proof of concept applications: AudioMan and Quick Editor.
6.28 MB  
NEW DOWNLOADS IN SHELL & DESKTOP, FILE UTILITIES
Shell & Desktop  -  Glunarclock 0.32.4
GNOME Lunar Clock Applet displays the current phase of the Moon as an applet for the gnome panel. In the properties box you can choose between a real image Features Pointing with the mouse at the applet...
522.24 KB  
Shell & Desktop  -  Fekete 5
Icon theme for Linux For all possible desktop, and Linux distro Special additives: Suse's Yast icons. Xfce system icons, and archaic mimetypes icons Mandriva "special placed" status icons. Libreoffice icons.
71.59 MB  
Shell & Desktop  -  XFast 0.9
XFast is a slim and lightweighted desktop environment that incorporates X and Window Manager within the same project.
1.15 MB  
Shell & Desktop  -  print selection konqueror service menu 0.1
This service menu give you a *silly* way to print fast your selection on konqueror USE select the text copy the text rigt button on the webpage select print selection a kdialog will appear paste the text
10.24 KB  
Shell & Desktop  -  Faenza 1.2
Faenza icon theme is available to install for Ubuntu users via a PPA repository. View the README file for instructions and a list of known issues.
23.49 MB  
File Utilities  -  Active@ KillDisk Linux Console 9.1.1110
Active@ KillDisk for Linux (Console) is a powerful utility that will: wipe confidential data from unused space on your hard drive; erase data from partitions or from an entire hard disk; destroy data permanently. Active@ KillDisk for Linux...
11.07 MB  
File Utilities  -  Metalinks 5.1
Metalinks is a project to facilitate data distribution over mirrors and P2P networks. It does so by defining an XML format and the tools to handle these. The metalink files contain all the information needed to download and verify files.
5.05 MB  
File Utilities  -  PUFS 0.0.2c
PUFS - Peer Union File System - is a poor man's na???ve distributed file system built on top of FUSE, hence running totally in user space. The project is distributed under the GPL license. PUFS' philosophy is somewhat in line...
408.58 KB  
File Utilities  -  twander 3.231
'twander' is a macro-programmable Filesystem Browser that runs on both Unix-like systems as well as Win32 systems. It embraces the best ideas of both similar GUI-driven programs (Konqueror, Windows Explorer) as well as text-based interfaces...
737.28 KB  
File Utilities  -  Nomad Jukebox File System for Linux 0.2.1
The Nomad Jukebox File system njbfs is a Linux file system for the Creative Nomad Jukebox. Using automount capability, you can 'cd' to your Nomad Jukebox, read and write tracks, and even ordinary files can be stored on your Jukebox.
122.88 KB