# ntfs-3g を Homebrew, apk, apt, dnf, MacPorts, pacman, zypper でインストール

ntfs-3g のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:ntfs-3g
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ntfs-3g
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ntfs-3g
```

  証拠: MacPorts ports tree: fuse/ntfs-3g/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add ntfs-3g
```

  証拠: Alpine Linux edge package indexes: ntfs-3g from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install ntfs-3g
```

  証拠: Debian stable package indexes: ntfs-3g from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install ntfs-3g
```

  証拠: Fedora Rawhide package metadata: ntfs-3g from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S ntfs-3g
```

  証拠: Arch Linux sync databases: ntfs-3g from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install ntfs-3g
```

  証拠: openSUSE Tumbleweed package metadata: ntfs-3g from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:ntfs-3g
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2026.7.7
- **ソース概要:** Read-write NTFS driver for FUSE
- **ホームページ:** <https://www.tuxera.com/community/open-source-ntfs-3g/>
- **リポジトリ:** <https://github.com/tuxera/ntfs-3g>
- **最終更新:** 2026-07-15T22:00:29Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- lowntfs-3g (エイリアス)
- mkfs.ntfs (エイリアス)
- mkntfs (エイリアス)
- mount.lowntfs-3g (エイリアス)
- mount.ntfs-3g (エイリアス)
- mount_ntfs (エイリアス)
- ntfs-3g (エイリアス)
- ntfs-3g.probe (エイリアス)
- ntfscat (エイリアス)
- ntfsclone (エイリアス)
- ntfscluster (エイリアス)
- ntfscmp (エイリアス)
- ntfscp (エイリアス)
- ntfsfix (エイリアス)
- ntfsinfo (エイリアス)
- ntfslabel (エイリアス)
- ntfsls (エイリアス)
- ntfsrecover (エイリアス)
- ntfsresize (エイリアス)
- ntfssecaudit (エイリアス)
- ntfstruncate (エイリアス)
- ntfsundelete (エイリアス)
- ntfsusermap (エイリアス)
- ntfswipe (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2026.7.7
## プロジェクトの歴史と使われ方

NTFS-3G is the long-running open-source read/write NTFS driver and tool suite for Unix-like systems, commonly implemented through FUSE. It became the practical answer for Linux, BSD, macOS, and other systems that needed to interoperate with Windows-formatted NTFS volumes.

### プロジェクトの歴史

The NTFS-3G release history shows early public releases beginning in July 2006 and the first stable 1.0 release on February 21, 2007. The project later combined the driver with the ntfsprogs utilities; the release history's April 10, 2011 stable entry includes many `ntfsclone`, `ntfsresize`, `ntfsundelete`, and library changes alongside driver fixes.

The GitHub README says the project has been funded, supported, and maintained by Tuxera since 2008. The old SourceForge page now points users to GitHub for current development, making SourceForge mostly an archive of the project's earlier distribution era.

### 採用の歴史

NTFS-3G spread because NTFS disks are unavoidable in mixed Windows/Linux/macOS environments. The README says most distributions have an up-to-date package and recommends installing the packaged version. The project wiki describes support across Linux, FreeBSD, macOS, NetBSD, OpenIndiana, QNX, and Haiku, with support for Windows NTFS versions through Windows 11 and Windows Server 2025.

On July 1, 2026, Homebrew listed NTFS-3G 2026.2.25, Linux bottles only, and 430 installs in its 365-day analytics window. The small Homebrew number understates its broader Linux role because many users get NTFS-3G from their distribution rather than Homebrew.

### 使われ方

Users install NTFS-3G to mount NTFS volumes read-write, inspect or repair metadata, clone and resize volumes, copy files, recover deleted files, and format NTFS filesystems. The README's basic example is mounting a device with `mount -t ntfs-3g /dev/sda1 /mnt/windows` or calling `ntfs-3g` directly.

The package is more than one mount helper: it ships `mkfs.ntfs`/`mkntfs`, `ntfsclone`, `ntfsresize`, `ntfsfix`, `ntfsinfo`, `ntfsls`, `ntfsundelete`, `ntfswipe`, and related tools. That makes it both a filesystem driver and a rescue/interoperability toolkit.

### パッケージ好きにとっての重要性

NTFS-3G is significant because it turned NTFS write support from risky folklore into a standard package-manager install. Even with newer in-kernel NTFS work, it remains important as a portable FUSE driver and as the home of the mature ntfsprogs-style userland utilities.

### タイムライン

- July 14, 2006: early NTFS-3G release listed in the release history.
- February 21, 2007: NTFS-3G 1.0 stable release.
- 2008: Tuxera began funding, supporting, and maintaining the project.
- April 10, 2011: stable release line shows NTFS-3G and ntfsprogs functionality moving together.
- October 31, 2022: security release 2022.10.3.
- April 21, 2026: stable version 2026.2.25 listed in the release history.

### Related projects

- FUSE is the usual userspace filesystem interface.
- ntfsprogs supplies many of the accompanying NTFS utilities.
- Tuxera NTFS is the commercial/proprietary sibling ecosystem around Tuxera's NTFS work.

### ソース

- <https://formulae.brew.sh/formula/ntfs-3g>
- <https://github.com/tuxera/ntfs-3g>
- <https://github.com/tuxera/ntfs-3g/wiki>
- <https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-Release-History>
- <https://sourceforge.net/projects/ntfs-3g/>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal

## 他のパッケージマネージャ記録

- Debian apt - libntfs-3g89t64 - 1:2022.10.3-5+deb13u1: normalized package name match | Debian stable package indexes: libntfs-3g89t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | read/write NTFS driver for FUSE (runtime library) | https://github.com/tuxera/ntfs-3g/wiki
- Debian apt - ntfs-3g - 1:2022.10.3-5+deb13u1: normalized package name match | Debian stable package indexes: ntfs-3g from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | read/write NTFS driver for FUSE | https://github.com/tuxera/ntfs-3g/wiki
- Debian apt - ntfs-3g-dev - 1:2022.10.3-5+deb13u1: normalized package name match | Debian stable package indexes: ntfs-3g-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | read/write NTFS driver for FUSE (development) | https://github.com/tuxera/ntfs-3g/wiki
- Ubuntu apt - libntfs-3g89t64 - 1:2022.10.3-1.2ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: libntfs-3g89t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | read/write NTFS driver for FUSE (runtime library) | https://github.com/tuxera/ntfs-3g/wiki
- Ubuntu apt - ntfs-3g - 1:2022.10.3-1.2ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: ntfs-3g from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | read/write NTFS driver for FUSE | https://github.com/tuxera/ntfs-3g/wiki
- Ubuntu apt - ntfs-3g-dev - 1:2022.10.3-1.2ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: ntfs-3g-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | read/write NTFS driver for FUSE (development) | https://github.com/tuxera/ntfs-3g/wiki
- apk - ntfs-3g - 2026.7.7-r0: normalized package name match | Alpine Linux edge package indexes: ntfs-3g from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Stable, full-featured, read-write NTFS (driver) | https://www.tuxera.com/company/open-source/
- apk - ntfs-3g-dev - 2026.7.7-r0: normalized package name match | Alpine Linux edge package indexes: ntfs-3g-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Stable, full-featured, read-write NTFS (development files) | https://www.tuxera.com/company/open-source/
- apk - ntfs-3g-doc - 2026.7.7-r0: normalized package name match | Alpine Linux edge package indexes: ntfs-3g-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Stable, full-featured, read-write NTFS (documentation) | https://www.tuxera.com/company/open-source/
- apk - ntfs-3g-libs - 2026.7.7-r0: normalized package name match | Alpine Linux edge package indexes: ntfs-3g-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Stable, full-featured, read-write NTFS (libraries) | https://www.tuxera.com/company/open-source/
- apk - ntfs-3g-progs - 2026.7.7-r0: normalized package name match | Alpine Linux edge package indexes: ntfs-3g-progs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Stable, full-featured, read-write NTFS (utilities) | https://www.tuxera.com/company/open-source/
- apk - ntfs-3g-static - 2026.7.7-r0: normalized package name match | Alpine Linux edge package indexes: ntfs-3g-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Stable, full-featured, read-write NTFS (static library) | https://www.tuxera.com/company/open-source/
- dnf - ntfs-3g - 2026.2.25-3.fc45: normalized package name match | Fedora Rawhide package metadata: ntfs-3g from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Linux NTFS userspace driver | https://github.com/tuxera/ntfs-3g
- dnf - ntfs-3g-devel - 2026.2.25-3.fc45: normalized package name match | Fedora Rawhide package metadata: ntfs-3g-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files and libraries for ntfs-3g | https://github.com/tuxera/ntfs-3g
- dnf - ntfs-3g-libs - 2026.2.25-3.fc45: normalized package name match | Fedora Rawhide package metadata: ntfs-3g-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Runtime libraries for ntfs-3g | https://github.com/tuxera/ntfs-3g
- dnf - ntfsprogs - 2026.2.25-3.fc45: normalized package name match | Fedora Rawhide package metadata: ntfsprogs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | NTFS filesystem libraries and utilities | https://github.com/tuxera/ntfs-3g


## Combined YAML source

View the package source record on GitHub. [combined/ntfs-3g.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ntfs-3g.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
