awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesRoot Filesystem Detachments

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.

Awesome Root Filesystem Detachments GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • marcan/takeover.shالصورة الرمزية لـ marcan

    marcan/takeover.sh

    7,332عرض على GitHub↗

    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.

    Shell
    عرض على GitHub↗7,332
  • trapexit/mergerfsالصورة الرمزية لـ trapexit

    trapexit/mergerfs

    5,709عرض على GitHub↗

    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.

    C++aufsdatahoardingfilesystem
    عرض على GitHub↗5,709
  1. Home
  2. Operating Systems & Systems Programming
  3. Root Filesystem Detachments

استكشف الوسوم الفرعية

  • Dynamic Filesystem Attachments and DetachmentsDynamically attaches or detaches filesystem paths from the pool without disrupting existing data or requiring a rebuild. **Distinct from Root Filesystem Detachments:** Distinct from Root Filesystem Detachments: focuses on dynamic addition/removal of storage paths from a pool, not unmounting a root filesystem.