2 مستودعات
Capabilities for unmounting and detaching active root filesystems from a running kernel.
Distinct from Root Filesystem Bootstrapping: Existing candidates cover generation, bootstrapping, or restrictions, but not the active unmounting of a live rootfs.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Root Filesystem Detachments. Refine with filters or upvote what's useful.
This project provides specialized system utilities for deploying volatile rescue environments, managing root filesystems, and migrating live operating systems remotely. It functions as a tool for wiping and reinstalling a Linux system via SSH and serving as a remote OS migration tool. The software enables the deployment of an in-memory rescue environment over SSH to perform emergency maintenance and disk modifications. It allows for the unmounting of root filesystems and the detachment of volumes from a live kernel to facilitate repartitioning and filesystem layout changes without requiring a
Allows unmounting the active disk partition to facilitate low-level repartitioning while the system remains powered on.
mergerfs is a FUSE-based union filesystem that pools multiple independent filesystems or directories into a single unified mount point. It acts as a proxy to underlying storage, forwarding file operations directly to the filesystem for near-native performance while merging directory listings and attribute changes. The project provides a live, read-write pooled view of storage that aggregates drives of any size without requiring reformatting or data redistribution, and it isolates individual drive failures so that the pool continues serving data from remaining filesystems. The filesystem offer
Dynamically attaches or detaches filesystem paths from the pool without disrupting existing data.