访问时间、修改时间、编码和文件名如何存储在 NTFS 和 EXT3/4 上的文件中?

发布于 2024-10-31 16:58:24 字数 135 浏览 6 评论 0原文

出于学术和任务相关的目的,我需要知道 NTFS 和 EXT 上的文件内的文件相关数据如何关联。操作系统如何知道文件名?编辑者如何知道使用哪种编码来处理文件内容?

这些详细信息是存储在 NTFS/EXT 上的单独信息位置还是包含在文件本身中?

For academic and task related purposes I need to know how is file related data associated within files on NTFS and EXT. How does the operating system know file's name? How do editors know in which encoding to treat the file contents?

Are these details stored on a separate information location on the NTFS/EXT or are they included within the file itself?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小嗲 2024-11-07 16:58:24

在 NTFS 上,此类信息不存储在文件本身中,而是存储在主文件表 (MFT) 中。

你问了很多问题。我建议你仔细阅读这个主题。 这里是简短版本,这里是所有详细信息。

On NTFS such information is stored not in the file itself but in the master file table (MFT).

You are asking many questions. I suggest you read up on the subject. Here is the short version, and here is everything in full detail.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文