ext2 据称支持此功能。NTFS 和 AXFS 都支持此功能。ext4 是否具有就地执行的能力?
答案1
根据维基百科的文件系统比较答案是是的。
Alwn.net 文章进一步阐明了这一点,本质上西普(就地执行)被替换为德国DAX指数(直接访问)。
此提交将 ext4 的 DAX 功能引入 Linux 内核,因此它应该包含在内核版本中>= 4.0
:
commit 923ae0ff9250430133b3310fe62c47538cf1cbc1 Refs: v3.19-6697-g923ae0f Author: Ross Zwisler <[email protected]> Date: Mon Feb 16 15:59:38 2015 -0800 ext4: add DAX functionality This is a port of the DAX functionality found in the current version of ext2.