You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Fedora 35 XFCE edition. One thing I have noticed:
I copied a 27 GB folder in Thunar in the same drive, the GUI file manager of XFCE. It took 4 seconds to copy.
If I run sudo btrfs fi du ~
It shows 27 GB is shared. In other words, only metadata was copied, not the actual data.
But if I use pycp on the same folder, it takes a few minutes to copy to the same drive. It means pycp is duplicating the files. I can see the free space also decreases.
I am using Fedora 35 XFCE edition. One thing I have noticed:
I copied a 27 GB folder in Thunar in the same drive, the GUI file manager of XFCE. It took 4 seconds to copy.
If I run sudo btrfs fi du ~
It shows 27 GB is shared. In other words, only metadata was copied, not the actual data.
But if I use pycp on the same folder, it takes a few minutes to copy to the same drive. It means pycp is duplicating the files. I can see the free space also decreases.
I found here
that we can use cp --reflink=auto to copy with deduplication.
Is it possible to integrate this behavior of Thunar in pycp where it copies with de-duplication?
Thanks! 🙏🏽
The text was updated successfully, but these errors were encountered: