lmacken / plow

Chia Plot Mover
GNU General Public License v3.0
41 stars 18 forks source link

rsync operation not supported (95) #5

Closed brianwfreeman closed 1 year ago

brianwfreeman commented 1 year ago

I am getting this error/warning: "rsync: [receiver] do_fallocate "/media/brian/1/plot-k32-2023-02-23-15-35-53813e969347bbe40466e51b7048dc18512700bbee55a38d1ef43a1ee58b205e.plot": Operation not supported (95)"

The destination disk is formatted in NTFS. The source disk is formatted in XFS. How do I get rid of this error?

sten0814 commented 1 year ago

same issue here, my system runs at arch linux, i use ext4 (source) and exfat (destination)

thank anybody for help

lmacken commented 1 year ago

Try removing the --preallocate flag from the RSYNC_FLAGS

nonfungiblejson commented 1 year ago

Had the same issue with an NTFS that I was using just to test plot move times. Removing --preallocate worked for me.