jlaumon/AssetCooker

Windows Dev Drive support

Open

#12 aberto em 1 de nov. de 2024

Ver no GitHub
 (1 comment) (2 reactions) (0 assignees)C++ (22 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (435 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador