在成功打开后,使用 DELETE 访问方式进行静默重命名的 IRP 会被丢弃 - 从来不会转发到用户模式重命名回调
作者: Youfffeng创建于 2026年9月2日更新于 2026年9月2日
环境
- WinFsp 2.1.25156.ddca7bd
- Windows 11 Pro (build 26200)
- 用户模式文件系统:通过 winfsp-Rust 0.13.0 在 Rust 中自定义 FS(已实现所有 FSP_FILE_SYSTEM_INTERFACE 回调)
- 驱动器字母挂载
- VolumeParams: filesystem_name, case_sensitive_search=TRUE, case_preserved_names=TRUE, unicode_on_disk=TRUE, sector_size=512, sectors_per_allocation_unit=8, max_component_length=255, no_reparse_points_dir_check=TRUE, supports_posix_unlink_rename=TRUE
内容来源: winfsp/winfsp