June 28, 201610 yr I can browse and see all of my user shares via Windows' Network and Explorer interface. My question/issue comes when I try to move a file. If I Putty into my Unraid box and the move command to move a folder it is done instantly, like a copy and paste in Windows on the same drive would behave. However, if I use Windows explorer on my Win10 Pro box it seems like the file is being moved from the Unraid Box to my Win10 Box temporary via my network and then back to folder that was the target on Unraid. My reasoning behind this is that an 8GIG file takes about 9 mins to complete a move via Windows Explorer. Is there any way to use a GUI like Win Explorer to move files around on my Unraid box that behaves like a native command prompt move command would? Thanks for any help!
June 28, 201610 yr You could try mc from a telnet prompt for midnight commander or use the dolphin or krusader docker containers. Your reasoning for the time taken using windows is spot on.
June 28, 201610 yr I can browse and see all of my user shares via Windows' Network and Explorer interface. My question/issue comes when I try to move a file. If I Putty into my Unraid box and the move command to move a folder it is done instantly, like a copy and paste in Windows on the same drive would behave. However, if I use Windows explorer on my Win10 Pro box it seems like the file is being moved from the Unraid Box to my Win10 Box temporary via my network and then back to folder that was the target on Unraid. My reasoning behind this is that an 8GIG file takes about 9 mins to complete a move via Windows Explorer. Is there any way to use a GUI like Win Explorer to move files around on my Unraid box that behaves like a native command prompt move command would? Thanks for any help! Perfectly normal, and is not a Windows issue, and affects all OS's equally. You're moving from one mount point to another, and the system doesn't realize that it can just rename the file to another share. (Using MC the same would happen if you moved from one share to another). You can export disk shares if you like, but then you have to be careful not to move from a disk share to a user share as you will then corrupt the file (same thing would happen if you did the same operation in MC)
June 29, 201610 yr Author Thank you to both! MC has worked for my needs, I appreciate the feedback from both of you.
June 29, 201610 yr If you're using mc over ssh, keep in mind that if you terminate the connection, mc will terminate as well. If you somehow lose connection (wifi, etc.) it will also terminate. So if you're doing large transfers, I would recommend doing it in "screen". That way even if you're disconnected, mc will remain active within the screen session
June 29, 201610 yr or use Dolphin / Krusader which will also keep running with the browser window closed
Archived
This topic is now archived and is closed to further replies.