public marks

PUBLIC MARKS with tags linux & filesystem

December 2006

SSH Filesystem

by camel & 2 others
This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh. The idea of sshfs was taken from the SSHFS filesystem distributed with LUFS, which I found very useful. There were some limitations of that codebase, so I rewrote it. Features of this implementation are: * Based on FUSE (the best userspace filesystem framework for linux ;-) * Multithreading: more than one request can be on it's way to the server * Allowing large reads (max 64k) * Caching directory contents

November 2006

Solution de l'épreuve forensics du challenge Securitech 2006

by devloop
The solution of the computer forensics test of the Securitech 2006 security challenge. Good paper on computer forensics and reverse engineering.

October 2006

Packet Writing on CDRW and DVDRW media

by rustynail
InCD-like operation in Linux. Use CDRW like floppy diskettes.

September 2006

P3nfs

by fakechris
3nfsd is a Symbian (Psion/Nokia/Sony-Ericsson/etc) to UNIX/Linux communication program.

August 2006

GoboLinux - the alternative Linux distribution

by fakechris & 2 others
GoboLinux is an alternative Linux distribution which redefines the entire filesystem hierarchy. In GoboLinux you don't need a package manager because the filesystem is the package manager

July 2006

Filesystem Hierarchy Standard

by springnet & 4 others
This standard consists of a set of requirements and guidelines for file and directory placement under UNIX-like operating systems. The guidelines are intended to support interoperability of applications, system administration tools, development tools, and

Lustre

by fakechris
Cluster File Systems, Inc. is the leading developer of next generation technology for scalable high-performance file systems

June 2006

v9fs - 9P Linux implementation

by dcancel
v9fs provides a Plan9 9P resource sharing protocol for the Linux 2.6 kernel.

May 2006