Steam client version (build number or date): Jun 27 2022
Distribution (e.g. Ubuntu): Linux Mint 20
Opted into Steam client beta?: Yes
Have you checked for system updates?: Yes
Please describe your issue in as much detail as possible:
Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist
When trying to move games with any file larger than 2gb from one drive to another. In this case HDD to NVME they fail with errors. I looked up this issue and it seems to be a closed topic #4851. If I use the fix that is suggested in this issue I can move the games successfully. find /path/to/game -type f -size +2G, then move the file out of the game folder to an outside location. Move the game, then manually put the file back in the new directory.
Your system information
Please describe your issue in as much detail as possible:
Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist
When trying to move games with any file larger than 2gb from one drive to another. In this case HDD to NVME they fail with errors. I looked up this issue and it seems to be a closed topic #4851. If I use the fix that is suggested in this issue I can move the games successfully. find /path/to/game -type f -size +2G, then move the file out of the game folder to an outside location. Move the game, then manually put the file back in the new directory.
Steps for reproducing this issue: