Environment:
- OS: Ubuntu (both source and target)
- Syncthing version: ( v1.30.0)
- Setup: Source β Target replication using Syncthing
- Filesystem: ext4
Problem Description:
I am observing an issue with .dat files generated using dd on the source system.
-
Files are created on source using
dd -
Syncthing successfully transfers the files to the target
-
Syncthing UI shows correct file size (e.g., 1 GB)
-
staton target shows proper size but the blocks are 0. -
du -shon target shows 0 size -
df -hdoes not reflect any increase in disk usage
Example:
# On target
stat testfile_10.dat
Size: 1073741824
Blocks: 0
du -sh testfile_10.dat
# Output: 0
Additional Observations:
- When the same file is transferred using
rsync, disk usage is correctly reflected - Issue occurs only with Syncthing-transferred files