Showing 106 open source projects for "fuse filesystem"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • 1
    FUSE filesystem over Google Drive

    FUSE filesystem over Google Drive

    FUSE filesystem over Google Drive

    google-drive-ocamlfuse is a FUSE-based file system for Google Drive, written in OCaml. It lets you mount your Google Drive on Linux. The project is hosted on GitHub, where you can find the latest development version. Project documentation is hosted in the website. There are Ubuntu packages in this PPA. Read-only access to Google Docs, Sheets, and Slides (exported to configurable formats). Read-ahead buffers when streaming. Accessing content shared with you (requires configuration). Team Drive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    distribyted

    distribyted

    Torrent client with HTTP, fuse, and WebDAV interfaces

    Distribyted is an alternative torrent client. It can expose torrent files as a standard FUSE mount or webDAV endpoint and download them on demand, allowing random reads using a fixed amount of disk space. Distribyted supports several ways to expose the files to the user or external applications. Applications that supports WebDAV can access torrent files using this protocol. It is recommended when distribyted is running in a remote machine or using docker. Distribyted can show some kind of files...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    GCSF

    GCSF

    a FUSE file system based on Google Drive

    GCSF is a virtual filesystem that allows users to mount their Google Drive account locally and interact with it as a regular disk partition. Update (April 2019): I am currently still using and maintaining this project but I have very little time to dedicate to it. As such, it might take a while before I get around to fixing known bugs / implementing feature requests / responding to open issues. Thank you for understanding and for expressing sustained interest in this project. GCSF requires...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A FUSE filesystem that provides POSIX functionality - UNIX-style permissions, ownership, special files - for filesystems that do not have such, e.g. vfat. It can be seen as a contemporary equivalent of the UMSDOS fs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Secure Online Fax and Business Text Messaging Service Icon
    Secure Online Fax and Business Text Messaging Service

    Elevate your business communications with Notifyre's secure SMS and fax solutions.

    Send and receive SMS and fax online, from email, app or with our developer friendly SMS & fax API. HIPAA compliant & ISO 27001 certified. Outstanding value and 5-star service.
  • 5

    FUSECFS

    CFS filesystem mounting using FUSE

    Gives read/write access to IDEDOS's CFS 0.11 partitions using FUSE for fast bulk file transfers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TMSU

    TMSU

    TMSU lets you tags your files and then access them

    TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application. TMSU is a tool for tagging your files. It provides a simple command-line utility for applying tags and a virtual filesystem to give you a tag-based view of your files from any other program. TMSU does not alter your files in any way: they remain unchanged on disk, or on the network, wherever your put them. TMSU maintains its own database and you simply gain an additional view, which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    gitfs

    gitfs

    Version controlled file system

    ... converted into commits. gitfs will also expose the history of the branch you're currently working on by simulating snapshots of every commit. gitfs is useful in places where you want to keep track of all your files, but at the same time you don't have the possibility of organizing everything into commits yourself. A FUSE filesystem for git repositories, with local cache. We provide packages for the major Ubuntu releases and MacOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Bash-Accessible SSH FileSystem (BASSHFS)

    Bash-Accessible SSH FileSystem (BASSHFS)

    SSHFS-like functionality via bash

    BASSHFS is similar to the existing SSHFS utility except it is does not require FUSE kernel support. Instead, BASSHFS uses the aliasing and function mechanisms of the bash shell to intercept program invocations and remap those that are supported to its own versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ccgfs is a transport-agnostic network filesystem using FUSE. Transport is arranged by helper programs, such as SSH. The PUSH transport mode acts like a "reverse" NFS and makes it possible to export a filesystem from a firewalled host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security. Icon
    Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes.
  • 10
    MooseFS

    MooseFS

    Fault tolerant, POSIX-compliant, network distributed filesystem

    MooseFS (MFS) is a fault tolerant, highly performing, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: * A hierarchical structure (directory tree) * Stores POSIX file attributes (permissions, last access and modification times) Supports special files (block and character devices, pipes and sockets...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11

    LoggedFS

    LoggedFS is a fuse-filesystem which log every operations

    LoggedFS is a fuse-filesystem which can log every operations in the filesystem (open, read, write, chmod, chown, remove, etc...). The configuration file allows to logs operations only for certains files with a regexp. now on github : https://github.com/rflament/loggedfs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A FUSE filesystem which exposes a view of a source filesystem. A shell command generates the contents of the files on request, perhaps from the source files. Configurable caching and monitoring of the source tree to limit CPUand prefetch data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The FUSE project has moved to https://github.com/libfuse/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    fuse-xfs

    A MacFuse (OSXFUSE) driver for XFS

    Fuse-xfs is a MacFuse (OSXFUSE) driver for XFS filesystems. This driver allows Mac OS 10.7 with OSXFUSE/MacFuse to mount XFS filesystems in readonly mode. The journal is ignored, but basic read only operations should work fine. This software should be considered alpha, and provides no guarantees that the XFS filesystem remains unaltered (although the code does not support writing in any way). Use of the software is entirely at the users own risk.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 15

    ls-fuse

    ls -lR output mounter

    ls-fuse mounts output of ls utility as read-only pseudo filesystem. Purpose of ls-fuse is similar to lsfs project or lslR plugin for midnight commander. But the main idea was implementation of native tool with SELinux support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    gstfs-ng

    A FUSE-based file system for dynamic gstreamer-based transcoding

    Now maintained on https://github.com/rtyle/gstfs-ng A FUSE-based file system that works as a dynamic gstreamer-based transcoder over an existing directory. For example, this can make your FLAC music archive appear as an MP3 or OGG archive. Transcodings can be cached in memory and persisted to disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    gridfs-fuse

    a fuse wrapper around MongoDB's GridFS

    GridFS FUSE: Allows you to mount a MongoDB's GridFS instance as a local filesystem Requirements: ·MongoDB 1.6+ ·FUSE 2.8.5 ·Boost 1.49.0 Building: # scons Usage # ./fmount or ./mount_gridfs --db=db_name --host=localhost mount_point Current Limitations: ·No MongoDB authentication
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project a newer version of fuse-2.9.3(filesystem in userspace) b Mszeredi. It is newly updated, debugged, and alpha tested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MetFS

    encrypted filesystem in userspace

    MetFS is a filesystem software in userspace that is FUSE based, encrypted, dynamic sized (increase when new data added, decrease when data removed), single file when it's unmounted and very fast.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Lessfs is an userspace (fuse) inline data de-duplicating filesystem for Linux that includes support for lzo or QuickLZ compression and encryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    spideyfs

    a fuse filesystem over http with mini php interface on server side

    spideyfs is a Fuse filesystem over Http (using libcurl) which use GET and PUT methods and a small Php backend on server side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    GreedyFS

    An aggressively-prefetching generic cache system

    An aggressively-prefetching generic cache system designed for network filesystems on high bandwidth, high latency networks. The caching and prefetching system is implemented as a FUSE filesystem that acts as a proxy to an underlying filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    gzx is a C library and a command line tool for fully GZIP-compliant file compression with fast random access read support. gzx includes a FUSE (filesystem in userspace) client that allows to access the compressed files with arbitrary applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    sql2textfs

    a FUSE filesystem for mounting database tables as text files

    The program `sql2textfs` is a custom file system based on FUSE that lets the user mount a database and view all its tables as files of a directory of the filesystem in a POSIX system. The databased tables are viewed as files but in a specific format: All table entries are converted into lines in a file of text. Columns are separated by tab, so all the data of the table is in a tab-delimited text file. The file format is a form of CSV format. The table header is in the first line of the file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Afuse is a FUSE based filesystem which implements filesystem automounting functionality similar to Linux's autofs. Development is no longer proceeding on SourceForge and has moved to https://github.com/pcarrier/afuse .
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next