pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.91k stars 71 forks source link

Improve warning message when FIEMAP not supported #88

Closed pkolaczk closed 2 years ago

pkolaczk commented 2 years ago

Now if the file systtem does not support ioctl FIEMAP, the following warning is displayed once:

[2021-10-31 19:54:13.102] fclones: warn: File system fuseblk on device /dev/sda doesn't support FIEMAP ioctl API. This is generally harmless, but random access performance might be decreased because fclones can't determine physical on-disk location of file data needed for reading files in the optimal order.

Fixes #83