3 Repos
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.
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.
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.
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.