Showing 32 open source projects for "mount"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    s3fs

    s3fs

    FUSE-based file system backed by Amazon S3

    s3fs allows Linux, macOS, and FreeBSD to mount an S3 bucket via FUSE. s3fs preserves the native object format for files, allowing use of other tools like AWS CLI. Large subset of POSIX including reading/writing files, directories, symlinks, mode, uid/gid, and extended attributes. Compatible with Amazon S3, and other S3-based object stores. Allows random writes and appends, large files via multi-part upload, and renames via server-side copy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FATX

    FATX

    XBOX 360 filesystem support for linux

    Complete XBOX 360 filesystem support (FATX) including: - fusefatx: mount filesystem - mkfs.fatx: make filesystem - fsck.fatx: check and correct filesystem - label.fatx: change or display volume name - unrm.fatx: undelete files Try fatx manual pages to get help (man fatx)
    Leader badge
    Downloads: 63 This Week
    Last Update:
    See Project
  • 3
    VeraCrypt

    VeraCrypt

    Open source disk encryption with strong security for the Paranoid

    ...All released files are PGP signed with key ID=0x680D16DE, available on key servers and downloadable at https://www.idrix.fr/VeraCrypt/VeraCrypt_PGP_public_key.asc VeraCrypt can mount TrueCrypt volumes. It also can convert them to VeraCrypt format. Documentation: https://www.veracrypt.fr/en/Documentation.html FAQ : https://www.veracrypt.fr/en/FAQ.html
    Leader badge
    Downloads: 2,351 This Week
    Last Update:
    See Project
  • 4
    Smb4K

    Smb4K

    Advanced Network Neighborhood Browser and Samba Share Mounting Utility

    ...It is based on the KDE Frameworks, Samba's client library (libsmbclient) and, optionally, the KDSoap WS-Discovery client. It scans your network neighborhood for all available workgroups, servers and shares and can mount all desired shares to your local file system. It is released under the terms of the GNU General Public License, version 2 (GPL v2+). Linux, FreeBSD and its derivatives as well as NetBSD are officially supported.
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    q4wine
    Q4Wine is a qt4 (http://www.qtsoftware.com/) GUI for W.I.N.E. (http://winehq.org/) It will help you manage wine prefixes and installed applications.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 6
    VaporCD can create a copy of a CD on your hard disk and mount it as if it were the real CD. VaporCD works with Windows NT 4.0 or Windows 2000.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    C++ class to handle reparse points (symlinks, junctions, volume mount points - Win32) plus a little tool based on that class
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    C++ class to handle reparse points (symlinks, junctions, volume mount points - Win32) plus a little tool based on that class. Superseded by LookFS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ADB via Netcat File System

    Mount your android device on your linux host.

    Fast and well behaved FUSE based file system allowing you to mount the whole (not only Phone and Card) file system of your rooted android device. It uses NETCAT instead of adb shell to communicate with the device. With this file system you can simply drag and drop files from and to your android device as usual.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    ufile

    Tools for cross building root file systems.

    If you build a root file system you often have to become root on your own host to call chown mknod and so on. With ufile you can do that things for another machine in a save way without the need becoming root on your own host. For more information have a glance at README.odt in the package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AspeQt
    AspeQt is the free Atari serial peripheral emulator for Qt. This program emulates various Atari 8-bit family peripherals, most notably the disk drives via an SIO2PC cable.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    Java language binding for pismo file mount. Create virtual folders in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    jhfsplus

    Mount mac HFS / HFS+ partitions on windows, as a folder

    Mount existing mac hfs/hfs+ partitions on your harddisk as a readonly virtual folder on windows. Requires java 1.6 (32-bit) and pismo file mount ( http://www.pismotechnic.com/download/ ) to be installed. The setup version has java/pismo/jhfsplus all three packed in a single bundle. A convenient free solution to macdrive.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 14

    gridfs-fuse

    a fuse wrapper around MongoDB's GridFS

    GridFS FUSE: Allows you to mount a MongoDB's GridFS instance as a local filesystem Requirements: ·MongoDB 1.6+ ·FUSE 2.8.5 ·Boost 1.49.0 Building: # scons Usage # ./fmount or ./mount_gridfs --db=db_name --host=localhost mount_point Current Limitations: ·No MongoDB authentication
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    sql2textfs

    a FUSE filesystem for mounting database tables as text files

    The program `sql2textfs` is a custom file system based on FUSE that lets the user mount a database and view all its tables as files of a directory of the filesystem in a POSIX system. The databased tables are viewed as files but in a specific format: All table entries are converted into lines in a file of text. Columns are separated by tab, so all the data of the table is in a tab-delimited text file. The file format is a form of CSV format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fuse module to mount uncompressed RAR archives
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Computerized Telescope

    Computerized Telescope

    Arduino lx200 based computerized telescope

    Arduino al/az mount controller based on lx200 protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Small GUI tool for mounting and unmounting external drives with Udisks. Depends only Qt4 and Udisks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    eMount
    eMount is a free system administrator tool for Linux that can mount, encrypt and manage disk image files and physical disk drives. It relies on cryptsetup, which implements the LUKS disk encryption specification.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Cdemu Tray
    Cdemu Tray is written in Gtkmm GUI for cdemu daemon, that resides in the system tray. In essence, it tries to mime gcdemu functionality, but in tray manner. To review the key features, click the "Show project details" down this section
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    iSCSI target emulating block driver and CD DVD.. Writen in C++, monothread, event driven, OS abstraction (Windows and Linux). Basic unit tests of main components. Scsi feature like ACA, Unit Attention, task attributes, Persistent Reservations.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    A system designed to drive a computer motorized telescope mount to track artificial satellites in real time. Additionally, provides video time stamping using GPS via dedicated hardware solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    fuse-cache is a simple caching filesystem for Linux using FUSE. It works by copying the files you want to be cached at mount time to a cache directory, , and then using that copy for all subsequent read requests for the file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    aggregate_hd is a FUSE filesystem. It can aggregates several harddrives into one mount point. It does quite the same as glusterfs but very lightweighted and only for localhost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A FUSE implementation of the Simple Filesystem Specification, with tools to mount, unmount and format SFS volumes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo