jlaumon/AssetCooker

Windows Dev Drive support

Open

#12 创建于 2024年11月1日

在 GitHub 查看
 (1 评论) (2 反应) (0 负责人)C++ (22 fork)auto 404
enhancementgood first issue

仓库指标

Star
 (435 star)
PR 合并指标
 (PR 指标待抓取)

描述

Hit an issue while trying to use this with my repo that's on a Windows 11 dev drive. DevDrives are an ReFS-formatted drive, which by default does not have a usn journal. This was easily fixed by running fsutil usn createjournal on the drive, but I wanted to create an issue just to let you know that this is likely to come up more given this is a new feature of windows, and it might be worth adding a line about them to the FAQ.

贡献者指南