minus-squareShnog@lemmy.worldtoApple@lemmy.world•macOS Finder is still bad at network file copieslinkfedilinkarrow-up1·9 months agoExactly that. Run a docker container (probably privileged) that has your local volume mounted. Inside that docker container install cifs-utils and then connect to the SMB server from there via CLI. linkfedilink
minus-squareShnog@lemmy.worldtoApple@lemmy.world•macOS Finder is still bad at network file copieslinkfedilinkarrow-up1·9 months agoMaybe use a docker container? linkfedilink
Exactly that. Run a docker container (probably privileged) that has your local volume mounted. Inside that docker container install
cifs-utils
and then connect to the SMB server from there via CLI.