https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278440
--- Comment #3 from Marek Zarychta <[email protected]> --- (In reply to uratan from comment #2) If it's not a bug, then please consider closing this PR. Generally, the file is sparse if the file size in bytes (st_size) is larger than the number of blocks allocated for the file (st_blocks) multiplied by filesystem blocksize. These values can be checked with stat(1) (stat -f "%z %b" file). Usually, UFS blocksize is 512. However, the aforementioned values concerning the notion of sparseness can look differently on compressed filesystems like ZFS. -- You are receiving this mail because: You are the assignee for the bug.
