Projects tagged ‘c’ and ‘filesystem’


Jump to tag:

Projects tagged ‘c’ and ‘filesystem’

Filtered by Project Tags c filesystem

Refine results Project Tags linux (7) fuse (6) vfs (4) embedded (3) system (3) library (3) c++ (2) os (2) programming (2) posix (2) operating_system (2) csharp (2)

[31 total ]

11 Users

The goal of the Syllable project is to create a family of easy-to-use free software operating systems. It is the continuation of the BeOS-like AtheOS. Syllable Desktop has its own C kernel with ... [More] symmetric multiprocessing, multithreaded pre-emptive multitasking, high POSIX compliancy, 64-bit journaled filesystem (AFS) with metadata, an integrated native GUI architecture with an object-oriented C++ API, SDL, singular native toolkit and multi-user desktop environment. The system seeks to be an integrated, lightweight, easy-to-program, powerful, high-performance graphical desktop environment which avoids legacy OS paradigms that frustrate developers and have hindered the computing masses' adoption of a free-software desktop. Syllable Server is a matching small and efficient Linux server. [Less]
Created over 3 years ago.

9 Users
 

Jari OS is a real-time microkernel operating system which runs in terms of multi-service architecture. Core system consists of its own microkernel μString, core and system services, set of device ... [More] drivers launched as trusted services. Our system is a pure microkernel and multi-service OS. All work is made via trusted services, and each service works within its own address space, and in this case Jari OS is a pure multi-service OS. Jari OS provide POSIX API for threads, files, networking, timers, memory operations. [Less]
Created over 3 years ago.

1 Users

boxfs Project info boxfs is a FUSE-based filesystem that lets you mount your box.net account to a local directory. It interfaces whe box.net storage service using their OpenBox API . boxfs is ... [More] licensed under the GPLv2, and comes with no warranty. Quickstart guideCompiling the sourcesUnpack the source tarball and run 'make' in the resulting dir. You need FUSE installed and the libxml2 library, most distros come with them installed. (See the box on the right of this page for download links) UsageUsage: boxfs [options] [mountPoint] [FUSE Mount Options] Common options: -H show optional FUSE mount options -u login box.net login name -p password box.net password -f conffile file containing configuration options [Less]
Created 3 months ago.

0 Users

Nowadays, the security, availability and integrity of the information is a very important question. It’s also very important to exchange it in the less time possible. Lobbies, enterprises ... [More] , governments try to monitor citizen’s data exchange, which is a serious privacy danger. For all the reasons exposed above, the SFC File Format is an attempt to address all these issues in an efficient and open way. SFC which stands for Secure File Container is a file container which holds files and directories in a compressed and strong encrypted way. The SFC File Format is designed as a Write Once Read Many container, much like in the fashion of CD-R or DVD-R, once built, the file cannot be modified for example, adding contents. The format is designed to be written once and to be read as fast as possible in subsequent times, so the build process can be a bit costly in terms of resources to compress, secure and optimize the container, but I’m sure it’s worth it. [Less]
Created 6 months ago.

0 Users

The Aoof-Wm.VFS project intends to develop a multiplatform C++ Virtual File System that is destined to be integrated into Aoof-Wm, the Advanced Object-Oriented Framework for Window Managers. This ... [More] repository serves only as an emergency backup for the time being. Aoof-Wm.VFS is a part of The Toy'd Project. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://www.toyd.org/ http://code.google.com/p/toyd/ http://code.google.com/p/aoof-wm/ http://www.epitech.net/ [Less]
Created 12 months ago.

0 Users

Access remote file systems which are cached on a flash drive given a network problem.
Created 11 months ago.

0 Users

There are occasions when we want a non-root user to be able to create a filesystem image. This can be done by creating a blank file with dd(1), and running mke2fs on said file, but there's no way to ... [More] copy files and directories to the new filesystem image without mounting it first. This is where mke2img comes in. It's a usermode tool that copies a directory tree to an EXT2 (or EXT3) filesystem image. (Theoretically, you could use this with a raw device file, too, but this is alpha code, so it's not advisable). It's typically used like this: dd if=/dev/zero of=disk.img bs=4k count=1024 mke2fs disk.img mke2img disk.img /some/dir/to/copy [Less]
Created 12 months ago.

0 Users

some .net rewrites of GNU utilities and some original works tail - a .net version of the nix utility touch - a .net version of the nix utility clipviewer - lets you get the contents of rich ... [More] formatted text off of the clipboard as html filesnatcher - watches a directory for file creation and tries to copy the files when they appear ircBot.net - an IRC bot in C#. Does a Google Image Search and returns a random image link from the top 100 results. It sends this link to the #channel the bot is in. [Less]
Created 12 months ago.

0 Users

VMFS is a clustered filesystem designed to store virtual machine disks for VMware ESX or ESXi Server hosts. This set of tools allows to access these filesystems from some other non ESX/ESXi host for ... [More] e.g. maintenance tasks. Only read access is available at the moment, but write access is under works. Multiple extents are supported. The VMFS can be accessed with a command line tool or mounted through a userspace filesystem (FUSE-based). [Less]
Created 6 months ago.

0 Users

Virtual file system
Created 11 months ago.