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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ntfstool avatar

ntfstool/ntfstool

0
View on GitHub↗
4,008 星标·304 分支·JavaScript·MIT·6 次浏览ntfstool.com↗

Ntfstool

ntfstool 是一套系统工具和驱动程序集合,旨在管理 macOS 上的 NTFS 格式卷。它提供了一个文件系统驱动程序和管理工具,支持对 NTFS 格式磁盘的完全读写权限。

该项目包含一个磁盘镜像管理器,用于监控存储使用情况并自动移除未使用的镜像磁盘文件。它还具有磁盘容量监控器,用于跟踪所有已连接读写卷的总存储空间和可用存储空间。

该工具范围涵盖 NTFS 读写挂载、存储管理以及外部存储设备的管理。

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 历史

ntfstool/ntfstool 的 Star 历史图表ntfstool/ntfstool 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Ntfstool 的开源替代方案

相似的开源项目,按与 Ntfstool 的功能重合度排序。
  • winfsp/winfspwinfsp 的头像

    winfsp/winfsp

    8,687在 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
    在 GitHub 上查看↗8,687
  • 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

    C++aufsdatahoardingfilesystem
    在 GitHub 上查看↗5,709
  • s3fs-fuse/s3fs-fuses3fs-fuse 的头像

    s3fs-fuse/s3fs-fuse

    9,905在 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++
    在 GitHub 上查看↗9,905
  • astrada/google-drive-ocamlfuseastrada 的头像

    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

    OCamlfilesystemfusegoogle-drive
    在 GitHub 上查看↗5,944
查看 Ntfstool 的所有 30 个替代方案→

常见问题解答

ntfstool/ntfstool 是做什么的?

ntfstool 是一套系统工具和驱动程序集合,旨在管理 macOS 上的 NTFS 格式卷。它提供了一个文件系统驱动程序和管理工具,支持对 NTFS 格式磁盘的完全读写权限。

ntfstool/ntfstool 的主要功能有哪些?

ntfstool/ntfstool 的主要功能包括: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。

ntfstool/ntfstool 有哪些开源替代品?

ntfstool/ntfstool 的开源替代品包括: 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… copy/v86 — v86 is a browser-based virtual machine and x86 hardware simulator that allows 16-bit and 32-bit operating systems to… 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…