awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ntfstool avatar

ntfstool/ntfstool

0
View on GitHub↗
4,008 stars·304 forks·JavaScript·MIT·18 viewsntfstool.com↗

Ntfstool

ntfstool is a collection of system utilities and drivers designed to manage NTFS-formatted volumes on macOS. It provides a file system driver and management tools that enable full read and write permissions for NTFS-formatted disks.

The project includes a disk image manager that monitors storage use and automates the removal of unused image disk files. It also features a disk capacity monitor to track total and available storage space across all connected read-write volumes.

The utility surface covers NTFS read-write mounting, storage administration, and the management of external storage devices.

Features

  • Write-Access Drivers - Provides a kernel extension that overrides default read-only restrictions to enable full write access to NTFS volumes.
  • Local External Storage Mounts - Enables the mounting of external NTFS-formatted USB drives for direct read and write access on macOS.
  • Direct Block Access - Implements direct block-level access to read and write raw sectors, bypassing filesystem restrictions.
  • Disk and Mount Management - Provides a comprehensive tool for mounting and managing NTFS-formatted drives with full permissions on macOS.
  • File System Drivers - Implements a file system driver as a system extension to allow writing to NTFS disks on macOS.
  • FUSE-Based Filesystem Mounts - Utilizes a FUSE-based filesystem interface to map NTFS data structures into the macOS file tree.
  • NTFS Mounting Capabilities - Allows the host system to mount NTFS-formatted drives with full read and write permissions.
  • NTFS Write Support - Enables full read and write access to NTFS-formatted disks on macOS for seamless file modifications.
  • Disk Image Management - Provides utilities to monitor storage use and automate the removal of unused disk image files.
  • Disk Image Prunings - Automates the scanning and removal of orphaned or unused disk image files to free up storage.
  • Disk Capacity Monitoring - Tracks total and available storage space across all connected read-write disk volumes.
  • macOS Disk Image Utilities - Monitors storage capacity and manages disk image files to reclaim space on macOS.

Star history

Star history chart for ntfstool/ntfstoolStar history chart for ntfstool/ntfstool

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Ntfstool

Similar open-source projects, ranked by how many features they share with Ntfstool.
  • winfsp/winfspwinfsp avatar

    winfsp/winfsp

    8,687View on GitHub↗

    WinFSP is a framework for implementing custom file systems on Windows. It enables the creation of user-mode file systems that appear as standard disk drives or network shares to the operating system, allowing developers to implement file system logic in user space via a proxy architecture that avoids the need for custom kernel code. A primary differentiator is its FUSE compatibility layer, which maps POSIX-based file system calls to native Windows requests. This allows existing file systems written for the FUSE API to be ported to Windows and Cygwin environments. The project covers a wide ra

    Cdriverfilesystemfuse
    View on GitHub↗8,687
  • trapexit/mergerfstrapexit avatar

    trapexit/mergerfs

    5,709View on 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

    C++aufsdatahoardingfilesystem
    View on GitHub↗5,709
  • s3fs-fuse/s3fs-fuses3fs-fuse avatar

    s3fs-fuse/s3fs-fuse

    9,905View on GitHub↗

    s3fs-fuse is a FUSE-based filesystem that mounts Amazon S3 buckets and S3-compatible object storage as local directories. It functions as a cloud object storage gateway, translating standard POSIX filesystem calls into RESTful API requests to allow remote objects to be accessed as if they were local files. The project enables the mapping of remote object stores to local paths on Linux, macOS, and FreeBSD. It supports integration with third-party S3-compatible providers through the use of custom service URLs and specialized request styles. The system includes capabilities for local data and m

    C++
    View on GitHub↗9,905
  • astrada/google-drive-ocamlfuseastrada avatar

    astrada/google-drive-ocamlfuse

    5,944View on 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

    OCamlfilesystemfusegoogle-drive
    View on GitHub↗5,944
See all 30 alternatives to Ntfstool→

Frequently asked questions

What does ntfstool/ntfstool do?

ntfstool is a collection of system utilities and drivers designed to manage NTFS-formatted volumes on macOS. It provides a file system driver and management tools that enable full read and write permissions for NTFS-formatted disks.

What are the main features of ntfstool/ntfstool?

The main features of ntfstool/ntfstool are: Write-Access Drivers, Local External Storage Mounts, Direct Block Access, Disk and Mount Management, File System Drivers, FUSE-Based Filesystem Mounts, NTFS Mounting Capabilities, NTFS Write Support.

What are some open-source alternatives to ntfstool/ntfstool?

Open-source alternatives to ntfstool/ntfstool include: winfsp/winfsp — WinFSP is a framework for implementing custom file systems on Windows. It enables the creation of user-mode file… trapexit/mergerfs — mergerfs is a FUSE-based union filesystem that pools multiple independent filesystems or directories into a single… s3fs-fuse/s3fs-fuse — s3fs-fuse is a FUSE-based filesystem that mounts Amazon S3 buckets and S3-compatible object storage as local… cococry/leif — Leif is an OpenGL-backed immediate mode graphical user interface library and graphics rendering framework. It provides… astrada/google-drive-ocamlfuse — google-drive-ocamlfuse is a FUSE-based filesystem that mounts a Google Drive account as a local directory, enabling… archlinux/archinstall — archinstall is a guided installer for the Arch Linux operating system. It provides a mechanism to automate the…