2 مستودعات
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.
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.
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.