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

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

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

2 مستودعات

Awesome GitHub RepositoriesAutomated Remote Mounting

Configures system boot tables to automatically mount remote filesystems.

Distinct from Automatic Disk Mounting: Specifically handles remote network mounts during boot, whereas Automatic Disk Mounting is for local disks.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Automated Remote Mounting. Refine with filters or upvote what's useful.

Awesome Automated Remote Mounting GitHub Repositories

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

    libfuse/sshfs

    7,507عرض على GitHub↗

    SSHFS is a network filesystem client that maps remote server directories to local mount points. It functions as a userspace implementation of a filesystem, allowing users to access and manage remote files as if they were on a local disk using the SFTP protocol over SSH. The tool distinguishes itself by offering multiple transport options, including encrypted SSH tunnels for security and direct TCP socket connections to bypass encryption for higher throughput. It also supports connectivity via virtual sockets to access directories hosted inside virtual machines. The system includes capabiliti

    Supports configuring the system filesystem table to mount remote directories automatically during the system boot process.

    C
    عرض على GitHub↗7,507
  • astrada/google-drive-ocamlfuseالصورة الرمزية لـ astrada

    astrada/google-drive-ocamlfuse

    5,944عرض على GitHub↗

    google-drive-ocamlfuse is a FUSE-based filesystem that mounts a Google Drive account as a local directory, enabling standard file operations on cloud files. It bridges POSIX filesystem calls to the Google Drive API, allowing users to read, write, and manage files through their operating system's native file manager or command line. The project distinguishes itself through support for multiple simultaneous Google Drive accounts, each mounted as an independent local directory with separate authentication and cache state. It handles Google Docs, Sheets, and Slides by exporting them as read-only

    Mounts the cloud drive automatically during system boot so the directory is always available without manual intervention.

    OCamlfilesystemfusegoogle-drive
    عرض على GitHub↗5,944
  1. Home
  2. Operating Systems & Systems Programming
  3. Automated Remote Mounting

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

  • Cloud Drive Boot-Time Mount AutomatorsMounts the cloud drive automatically during system boot so the directory is always available without manual intervention. **Distinct from Automated Remote Mounting:** Distinct from Automated Remote Mounting: specifically automates cloud drive mounting at boot, not general remote filesystem mounting.