6 ms·
There are tools like voidtools Everything2 and WizTree that directly read NTFS from disk device bypassing windows FS apis and are blazingly fast (faster than fi
by marwis 1y ago
There are tools like voidtools Everything2 and WizTree that directly read NTFS from disk device bypassing windows FS apis and are blazingly fast (faster than find/du on ext4 in Linux).
- BenjiWiebe 1y ago'Everything' is caching all the files in memory and indexing them. Completely different than find/du on Linux.