this post was submitted on 10 Nov 2024
31 points (100.0% liked)
Linux
5230 readers
158 users here now
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are there downsides to using reflinks, like alignment and read performance issues?
Compatibility shouldn't be an issue, ie it should be relatively simple and safe to have a fallback that copy when reflink isn't available.
Fragmentation is a big one on mechanical harddrives. If you have 1000 video files that all share half of their pieces with each other, the disk is going to seek like crazy between them instead of reading sequentially during playback.