awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesCross-Platform Filesystem Interoperability

Enabling different operating systems to share data through compatible filesystem drivers.

Distinct from Cross-Platform File Sharing Apps: Focuses on the filesystem driver level (e.g., BTRFS) for data sharing rather than P2P apps or game clients.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Cross-Platform Filesystem Interoperability. Refine with filters or upvote what's useful.

Awesome Cross-Platform Filesystem Interoperability GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ublue-os/bazziteAvatar von ublue-os

    ublue-os/bazzite

    7,876Auf GitHub ansehen↗

    Bazzite is an immutable, atomic-image-based operating system designed for gaming performance and handheld hardware. It utilizes a read-only root filesystem and versioned images to provide atomic updates and instant system rollbacks, ensuring a stable core environment. The system is distinguished by its deep optimization for portable gaming devices, featuring dedicated handheld hardware management for CPU undervolting, fan control, and display refresh rate overclocking. It includes a specialized gaming mode that boots directly into a console-like interface with integrated input mapping and a t

    Uses BTRFS drivers to allow dual-boot setups to share game data with Windows environments.

    Shelldesktopfedora-kinoitefedora-linux
    Auf GitHub ansehen↗7,876
  • maharmstone/btrfsAvatar von maharmstone

    maharmstone/btrfs

    7,524Auf GitHub ansehen↗

    Btrfs for Windows is a kernel-mode driver and filesystem manager that enables read and write access to Btrfs formatted drives on Windows operating systems. It implements the Linux Btrfs on-disk format, providing a bridge for native filesystem interaction including a dedicated integration for the Windows Subsystem for Linux. The project distinguishes itself through an identity mapping layer that translates Linux user and group IDs into Windows security identifiers to maintain file ownership and permissions. It further integrates with the Windows environment via a shell extension for managing s

    Maintains filesystem health and detects corruption using Btrfs scrubbing and trim operations on Windows.

    Cbtrfswindows
    Auf GitHub ansehen↗7,524
  • mutagen-io/mutagenAvatar von mutagen-io

    mutagen-io/mutagen

    3,883Auf GitHub ansehen↗

    Mutagen is a cross-platform file synchronization engine and development environment orchestrator. It provides real-time bidirectional file synchronization between local machines, remote servers, and Docker containers, often utilizing SSH for transport. The tool functions as a high-performance alternative to Docker bind mounts by mirroring files between a local host and a running container. It also operates as a network port forwarding utility, routing TCP traffic and Unix domain sockets between local and remote environments via SSH. Its capability surface includes filesystem event monitoring

    Analyzes if a filesystem preserves executable bits and handles Unicode decomposition for correct cross-platform synchronization.

    Go
    Auf GitHub ansehen↗3,883
  1. Home
  2. Operating Systems & Systems Programming
  3. Cross-Platform Filesystem Interoperability

Unter-Tags erkunden

  • Filesystem Behavior AnalysisDetection of filesystem-specific traits like executable bit support and Unicode handling to ensure sync consistency. **Distinct from Cross-Platform Filesystem Interoperability:** Distinct from Cross-Platform Filesystem Interoperability: focuses on analyzing and detecting behavior to adapt sync logic rather than providing a compatible driver.