Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
m_mueller
2mo ago
0 comments
Share
Afaik a lot of it is ntfs. It’s just so slow with lots of small files. Compare unzipping moderately large source repos on windows vs. POSIX, it’s day and night.
0 comments
default
newest
oldest
p_ing
2mo ago
No, it’s not NTFS, it’s the file system filter architecture of the NT kernel.
mattbee
2mo ago
I had internalised that it was Windows Defender hooking every file operation and checking it against a blacklist? I've had it forced off for years.
p_ing
2mo ago
Windows Defender is a file system filter which you cannot disable. You may have others (but they're fortunately rare, now).
All that said, you cannot disable the architecture, i.e. bypass the file system filter code.
1 more reply
zer0zzz
2mo ago
This guy gets it. Yes bingo. It's the VFS' filters/ACLs support afaik.
PaulHoule
2mo ago
Just deleting 40,000 files from the node_modules of a modest Javascript project can thoroughly hammer NTFS.
fluoridation
2mo ago
I think part of that is Explorer, rather than NTFS. Try doing it from the console instead. rd /q /s <dir>.
PaulHoule
2mo ago
It still takes a lot longer than Linux or Mac OS X.
1 more reply
j
/
k
navigate · click thread line to collapse