Saturday, August 01, 2020

Test write speed

reset;sudo dd if=/dev/zero of=/tmp/t.img bs=4G count=1 oflag=dsync

No comments:

Post a Comment

What's the quickest way to find duplicated files?

find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage