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

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

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

4 مستودعات

Awesome GitHub RepositoriesAutomatic Disk Mounting

Automatic detection and mounting of internal or external storage drives during system boot.

Distinct from User-Defined Storage Mounts: Focuses on the boot-time automation of mounting local disks rather than remote or user-defined mounts.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Automatic Disk Mounting. Refine with filters or upvote what's useful.

Awesome Automatic Disk Mounting GitHub Repositories

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

    boot2docker/boot2docker

    8,278عرض على GitHub↗

    Boot2Docker is a minimal Linux distribution that boots entirely from RAM to turn any machine into a Docker host. It is delivered as a bootable ISO image that can be written to SD cards, USB sticks, or hard disks, starting Docker containers in about five seconds without requiring a full operating system installation. The system is preconfigured for use as a VirtualBox virtual machine, with persistent disk mounting that automatically stores Docker images, containers, volumes, and SSH keys across restarts. It supports host-to-container file sharing through VirtualBox Guest Additions integration,

    Automatically mounts a virtual disk to store Docker images, containers, volumes, and SSH keys across restarts.

    Shell
    عرض على GitHub↗8,278
  • ublue-os/bazziteالصورة الرمزية لـ ublue-os

    ublue-os/bazzite

    7,876عرض على GitHub↗

    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

    Detects and mounts secondary drives formatted as BTRFS or Ext4 automatically during system boot.

    Shelldesktopfedora-kinoitefedora-linux
    عرض على GitHub↗7,876
  • 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

    Defines a union mount in fstab for automatic boot-time mounting.

    C++aufsdatahoardingfilesystem
    عرض على GitHub↗5,709
  • awslabs/mountpoint-s3الصورة الرمزية لـ awslabs

    awslabs/mountpoint-s3

    5,581عرض على GitHub↗

    Mountpoint for Amazon S3 is a FUSE-based filesystem client that mounts S3 buckets as local directories, enabling standard file operations on objects without custom code. It enforces S3 bucket permissions through AWS Identity and Access Management policies on every operation, and implements lazy object materialization to fetch content on-demand rather than downloading entire objects at mount time. The filesystem maps S3's flat key namespace into a hierarchical directory structure using forward slashes as path separators, and supports write-back object assembly that accumulates local writes into

    Configures fstab to mount the S3 bucket automatically at system boot.

    Rustawsfilesystemfuse
    عرض على GitHub↗5,581
  1. Home
  2. Operating Systems & Systems Programming
  3. Automatic Disk Mounting

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

  • Fstab Union Mount ConfigurationsDefines a union mount in the system's fstab file so it mounts automatically at boot. **Distinct from Automatic Disk Mounting:** Distinct from Automatic Disk Mounting: specifically configures union filesystem mounts in fstab, not general disk detection.
  • S3 Boot-Time Mount AutomationConfigure the system's fstab file to mount the S3 bucket automatically when the instance starts. **Distinct from Automatic Disk Mounting:** Distinct from Automatic Disk Mounting: specifically automates S3 bucket mounting at boot via fstab, not local disk detection.