Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Reports/2026/#375-2026.07.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@

## 工具

> 开发过程中常用的工具,及一些新工具的介绍
### [xntfs 和 xlinuxfs:让 macOS 更自然地读写跨平台磁盘](https://www.v2ex.com/t/1225846)

[@EyreFree](https://github.com/EyreFree):两款 macOS 工具 xntfs 与 xlinuxfs,依托系统原生 FSKit 框架实现跨平台磁盘读写,无需依赖 macFUSE 与内核扩展。xntfs 结合 ntfs-3g,让系统自动挂载并正常读写 NTFS 格式磁盘,补齐 macOS 原生短板。xlinuxfs 基于 LKL 方案,直接调用 Linux 原生驱动,支持 ext4、XFS、Btrfs 等主流 Linux 文件系统。两款工具定位轻量化,仅负责磁盘挂载与读写,附带状态诊断、权限设置等基础功能。接入后外部磁盘可被系统原生识别,在 Finder 中正常使用,有效消除跨系统存储设备的使用割裂感,适配开发、运维等多类使用场景。
应用商店链接:
xntfs:[https://apps.apple.com/cn/app/xntfs/id6782636021](https://apps.apple.com/cn/app/xntfs/id6782636021)
xlinuxfs:[https://apps.apple.com/cn/app/xlinuxfs/id6785355678](https://apps.apple.com/cn/app/xlinuxfs/id6785355678)

## 代码

Expand Down