Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Create 20220627 Replace ntfs-3g with ntfs3 driver to mount windows NT… #24

Merged
merged 3 commits into from Jul 9, 2022

Conversation

Chao-zhi
Copy link
Member

@Chao-zhi Chao-zhi commented Jul 2, 2022

…FS partition.md

投稿

[#]: keywords: " 文件系统 ntfs3 ntfs-3g 分区"
[#]: url: "发布后链接,由发布人填写"

使用 ntfs3 驱动替换 ntfs-3g 挂载 windows NTFS 分区
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

标题不够好。比如说:

  • 在 Linux 上如何用原生 NTFS 驱动挂载 Windows NTFS 分区
  • 如何使用新的原生 NFTS 驱动替代旧版的 FUSE NTFS 驱动
    以上供参考,你可以考虑个更清晰、直接的标题


> <ruby>NTFS<rt>New Technology File System</rt></ruby> 是 Windows NT 内核的系列操作系统支持的、一个特别为网络和磁盘配额、文件加密等管理安全特性设计的磁盘文件系统格式。而 NTFS3 是功能齐全的 NTFS 读写驱动程序。该驱动程序适用于最高 3.1 的 NTFS 版本。

[//]: # (文章内图片请自行放置于图床,并引用)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这是两行注释,要删除。


![使用 ntfs3 驱动替换 ntfs-3g 挂载 windows NTFS 分区][1]

[//]: # (文章内章节以 `###` 标题为一级标题,子标题以此类推)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

删除注释


[//]: # (文章内图片请自行放置于图床,并引用)

![使用 ntfs3 驱动替换 ntfs-3g 挂载 windows NTFS 分区][1]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个不适合做题图,可以放在文内。题图我发表时想想,或者你有合适的也可以放上。


最初 Linux 内核没有对 NTFS 做原生支持,来自 Tuxera 的 NTFS-3G 是目前主流的解决方案,但在实际使用中也有不少小问题。NTFS-3G 是借助 Linux 的用户空间文件系统 FUSE 模块在用户层实现的一个模仿对 NTFS 支持的文件系统,对 NTFS 的访问逻辑代码都是在用户层代码实现的。

在 NTFS3 出现之前 Linux 上使用 NTFS 主要问题还是缺乏稳定且功能齐全的读/写支持。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我记得有一段时间是只有只读支持。


* 支持本地日志回放。

* 支持安装的 NTFS 卷的 NFS 导出。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

安装?挂载?


* 支持安装的 NTFS 卷的 NFS 导出。

* 支持扩展属性。预定义的扩展属性:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这是什么?用在什么地方?


#### 手动挂载

手动挂载使用命令:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

既然标题说是”替换“,是否提一下之前的挂载方式(命令),并介绍现在的挂载命令。


### 挂载参数

<table>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个表格替换为 MD 格式,我看了一下内容,不是必须使用表格合并,信息或有冗余,同时可以在重复信息的地方,写”同上“、”同xx“即可。


### 关于 NTFS3 驱动无人维护的问题

自从该驱动 2021 年在 Linux 5.15 中最终被主线化以来,至今为止,在接近一年的时间里,还没有任何重大的错误修复被送入驱动。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以前面插一句,介绍这个驱动历经了多少次的不断审核才得以进入内核,说明该公司是认真的。

@wxy wxy merged commit 1f39f26 into LCTT:master Jul 9, 2022
@Chao-zhi Chao-zhi deleted the patch-1 branch July 20, 2023 06:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants