File Systems for Linux

View 284 business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Small registry system for all kind of softwares(including embedded softwares) to save their properties. Software can save their property even on network server so users can have same environment wherever they are using the software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A linux userspace shadow (file data is on disk) relational filesystem (aka "database filesystem") using fuse and postgresql to store metadata. Directories can be queries, and powerful features (e.g. bayesian classification) are added through plugins
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Remote File Integrity Check
    Checking the integrity of a file on a remote and local untrusted or compromised server is to be achieved with minimal computational and storage requirements on part of a healthy verifier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    this implements a remote file system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Remote File system uses RPC mechanism for client server connection. The user has the following facilities: 1) Create a file 2) Copy the content of a file to another file 3) Delete a file 4) List all the files in a directory
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A graphical tool to view and modify the volume labels of Linux ext2 and ext3 filesystems, written in Gambas2, intended for use under Ubuntu and the GNOME desktop. You can download both source code and an installable Debian package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Replacehex is a command line search and replace utility that works with hex codes strings. It can operate on both binary and text files efficiently. A great tool to work on binary data files. First developed to replace mac addresses inside a pcap capture
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Reportquota is one script written in PHP that shows the quota of each user of the system. Repquota, creates a more attractive visual report for administrators of systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Restriping Tools for Lustre (Retools)

    Restriping Tools for Lustre (Retools)

    {bzip2,gzip,rsync,tar} with automatic striping according to file size

    Retools is a set of modifications to the commonly used open source utilities bzip2, gzip, rsync, and tar that automatically selects the Lustre stripe count for created and/or extracted files according to the sizes of the files involved. By striping large files over a higher number of physical disks and small files over a lower number, aggregate I/O bandwidth for large files is maximized and the impact to the file system due to small files is minimized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10
    RheaVFS allows you to turn an archive into a virtual directory, so all files in the archive can be accessed as if they were in the virtual directory. This works transparently for all programs without any need to modify them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    rio500_tui is a text user interface to your Diamond Rio 500. It provides a file manager style interface to the lib rio500 available at http://rio500.sf.net. It is written in Perl using the cpan module Term::Clui. It is quick and easy to use and unders
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Route64 Eclipse Plugin is a plug-in for the Eclipse Workbench. It supports manipulation off image files and can be extended by other plugins. The programms can be executed on an emulator. The project is targeted on the the Commodore 64 emulator Route64.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project provides a file synchronization tool, comparable to unison, with a fast and simple to use application interface written using the Fox toolkit. It can use hash algorithms as well as simple file existence checks for synchronizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ruby/SMB is a C shared library that glues together samba's libsmbclient and the Ruby dynamic high-level programming language, making it easy for programmers to work with network resources (such as Windows file shares).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Rugg is a hard drive and filesystem harness tool that allows you to test and benchmark drives and filesystems, by writing simple to complex scenarios that can mimic the behaviour of real-world applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SQLite Active (on-demand) (auto-compressing) Pseudo (user-space) FileSystem. Go to the web-page to download a "working" copy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SD

    SD library for Arduino with secure extensions and interactive terminal

    The replacement for standard Arduino SD (Secure Disk) library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project is about using a SD-card together with an ATMEL ATmega32 microcontroller as mass storage medium. It implements the interface to the SD-card, a simplified FAT16 filesystem and a sample application: a data logger.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SDSearcher is used to search for files and file contents in Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SLFS

    Simple Log Structured Filesystem for Linux

    SLFS is a implementation of log-structured file system designed for flash memory based storages(SSD, SD card, eMMC, …). Like other log-structured file systems, SLFS shows good performance under random write. <Build> 1. deploy SLFS source code at your Kernel Source # tar xzf slfs.tar.gz # mv slfs KERNEL_SRC/fs/. # vi KERNEL_SRC/fs/Makefile (add following line) obj-$(CONFIG_SLFS_FS) += slfs/ # vi KERNEL_SRC/fs/Kconfig (find section “MISC_FILESYSTEMS” and add following line) source "fs/slfs/Kconfig" 2. build Linux Kernel # cd KERENL_SRC # make menuconfig (check SLFS as a module or built-in) # make && make modules_install Note. Currently uploaded version is developed for Linux Kernel v4.9. Note. Related user-space programs for SLFS can be found at: https://sourceforge.net/p/slfs-utils
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SNSDB is a simple NSDB, as described in IETF draft draft-ietf-nfsv4-federated-fs-protocol. An NSDB is a namespace database service that stores information about the location and properties of filesets and answers queries about those filesets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Allows to mount different SQL servers as NFS server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SQLfileFS is a Linux userspace filesystem which generates files via SQL content and an individual mask.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    STDNOJ - Faster tool creation in C++

    STDNOJ - Faster tool creation in C++

    Over 600 classes for Web, RFC & File Management

    Develop cross-platform tools faster using a C++ Framework proven in commercial software. Classes support logging, sockets, RFC servers (NNTP, SMTP, POP, HTTP), object indexing, ini, tagged databases, file systems, and more. The STDNOJ Namespace, by R.A. Nagy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Transliterator between any Language files - Map Fonts, Create Encoding Scheme, Input Phonetic, Indian, Roman, Tamil, Hindi, English, French, German, Spanish or Any World Language Keyboard. Ex: [Phonetic Input]-[Any World Language Output] or ViceVersa.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB