I have a server I use for media storage. I am connected to it via NFS shares. The share is a single mount on the desktop, but a group of three mounts on the server connected via bind mounts. I was moving some files using Dolphin drag-and-drop and a question popped into my head:
Are the files moving through the network from the server to my desktop and back to the server?
It occurred to me this might be happening. Assuming yes - other than ssh and manually entering the mv command - is there a way to move files about on the server without sending them over the network? The server is headless and will remain that way so Remote Desktop is not and option (but an obvious solution). I am mostly just curious, but it also introduces an unnecessary point-of-failure for the transfer operation and an increase in the time it takes to complete such operations.
What to you big-time sysadmins do?
Are the files moving through the network from the server to my desktop and back to the server?
It occurred to me this might be happening. Assuming yes - other than ssh and manually entering the mv command - is there a way to move files about on the server without sending them over the network? The server is headless and will remain that way so Remote Desktop is not and option (but an obvious solution). I am mostly just curious, but it also introduces an unnecessary point-of-failure for the transfer operation and an increase in the time it takes to complete such operations.
What to you big-time sysadmins do?
Comment