# 使用 Homebrew, MacPorts, Nix 安装 ext4fuse

查看 ext4fuse 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:ext4fuse
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ext4fuse
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ext4fuse
```

  证据: MacPorts ports tree: fuse/ext4fuse/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ext4fuse
```

  证据: nixpkgs package indexes: pkgs/by-name/ex/ext4fuse/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:ext4fuse
- **软件包管理器:** Homebrew
- **版本:** 0.1.3
- **来源摘要:** Read-only implementation of ext4 for FUSE
- **主页:** <https://github.com/gerard/ext4fuse>
- **仓库:** <https://github.com/gerard/ext4fuse>
- **最后更新:** 2026-06-21T14:54:22-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ext4fuse (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.1.3
## 项目历史与用法

ext4fuse is a read-only EXT4 implementation for FUSE, originally motivated by reading Linux partitions from OS X while also working on other FUSE implementations.

### 项目历史

The GitHub repository was created in 2010 and describes ext4fuse as an EXT4 implementation for FUSE. The README emphasizes read-only access as a deliberate safety property and documents tested or expected use on OS X, Linux, FreeBSD, and OpenSolaris.

### 采用历史

The supplied package metadata lists Homebrew, MacPorts, and Nix packages. The README itself recommends Homebrew installation for OS X and FreeBSD ports for FreeBSD users, showing a package-manager-oriented adoption path from the project's own documentation.

### 使用方式

The README documents mounting an ext4 partition with 'ext4fuse <device> <mountpoint>', compiling with make or gmake, and collecting logs for bug reports with the FUSE logfile option.

### 为什么软件包爱好者会关心

ext4fuse is the kind of small system utility package users install when they need one specific cross-filesystem bridge. Its read-only design lowers the risk of exposing Linux ext4 volumes on macOS and other FUSE-capable systems.

### 时间线

- 2010: GitHub API reports gerard/ext4fuse repository creation.
- 2010s: README documents OS X Homebrew and FreeBSD ports installation paths.
- 2020: Recent commits include fixes for sparse-file read handling.
- 2021: GitHub API reports the latest repository push in April 2021.

### Related projects

- ext4fuse depends on FUSE and pkg-config for builds.
- The README references osxfuse/fuse4x style FUSE implementations and FreeBSD ports packaging.

### 来源

- <https://api.github.com/repos/gerard/ext4fuse>
- <https://github.com/gerard/ext4fuse#readme>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - ext4fuse: normalized package name match | nixpkgs package indexes: pkgs/by-name/ex/ext4fuse/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - ext4fuse: normalized package name match | MacPorts ports tree: fuse/ext4fuse/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/ext4fuse.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ext4fuse.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
