awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • boot2docker/boot2dockerboot2docker 的头像

    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/bazziteublue-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/mergerfstrapexit 的头像

    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-s3awslabs 的头像

    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.