# Installer ntfs-3g avec Homebrew, apk, apt, dnf, MacPorts, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ntfs-3g pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

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

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:ntfs-3g
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2026.7.7
- **Résumé source:** Read-write NTFS driver for FUSE
- **Page d'accueil:** <https://www.tuxera.com/community/open-source-ntfs-3g/>
- **Dépôt:** <https://github.com/tuxera/ntfs-3g>
- **Dernière mise à jour:** 2026-07-15T22:00:29Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

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

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2026.7.7
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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/>


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration signal

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
