awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesReparse Point Mappings

Representing POSIX objects using operating system reparse points.

Distinct from POSIX Interfaces: Specifically uses Windows reparse points for POSIX compatibility rather than general POSIX interface definitions.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Reparse Point Mappings. Refine with filters or upvote what's useful.

Awesome Reparse Point Mappings GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • winfsp/winfspAvatar de winfsp

    winfsp/winfsp

    8,687Ver en GitHub↗

    WinFSP is a framework for implementing custom file systems on Windows. It enables the creation of user-mode file systems that appear as standard disk drives or network shares to the operating system, allowing developers to implement file system logic in user space via a proxy architecture that avoids the need for custom kernel code. A primary differentiator is its FUSE compatibility layer, which maps POSIX-based file system calls to native Windows requests. This allows existing file systems written for the FUSE API to be ported to Windows and Cygwin environments. The project covers a wide ra

    Represents POSIX-specific objects like sockets and pipes using Windows reparse points.

    Cdriverfilesystemfuse
    Ver en GitHub↗8,687
  • winfsp/sshfs-winAvatar de winfsp

    winfsp/sshfs-win

    6,262Ver en GitHub↗

    SSHFS-Win is a Windows implementation of SSHFS that mounts remote directories over SSH as local Windows drives, enabling seamless file access as if they were local network drives. It provides both command-line and graphical interfaces for creating, managing, and disconnecting SSHFS mounts, supporting password or SSH key authentication with optional credential storage in the Windows Credential Manager. The project extends beyond basic SSH mounting to support a wide range of remote file access scenarios, including mounting cloud storage services like Azure Blob or Amazon S3, distributed POSIX f

    Represents POSIX special files as reparse points for Cygwin and other aware applications.

    Csftpsshsshfs
    Ver en GitHub↗6,262
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Operating System Kernels
  5. POSIX Interfaces
  6. Reparse Point Mappings