465 projects tagged "Filesystems"
sfind is a highly portable and fully POSIX.1-2001 compliant implementation of the "find" utility. It implements features like "-ls" and "-exec program [argument ...] {} +" (the latter is the POSIX built in "xargs"). It has no limitations on path length. Directory loops caused by hard-linked directories are handled gracefully.
FreeOTFE4PDA is an "on-the-fly" (OTFE) transparent disk encryption program. Using this software, you can create one or more "virtual memory cards" on your PDA. Anything written to one of these cards will be automatically and securely encrypted before being stored. A PC version is also available, allowing data encrypted on your PC to be read/written on your PDA, and vice-versa.
translucency is a loadable kernel module for Linux that virtually merges two directories, making it possible to overwrite files on read-only media and compile projects (such as the Linux kernel) with different options without copying sources each time. No user-space tools have to be changed. The process is also known as inheriting (ifs), stacking, translucency (tfs), loopback (lofs), and overlay (ovlfs).
v9fs provides a Plan 9 9P2000 resource sharing protocol for the Linux 2.6 kernel. This can be used to share files, devices, /proc, /sys, etc. It also works with Plan 9 file servers, and can be used to mount synthetic file systems from Plan 9 applications (see the plan9port project).