November 4, 20178 yr Hi, I have 2x drives that are formatted in ntfs and mounted as unassigned disks, i need help setting up a script to transfer the data on the disks to the array so that i can clear the disks and add them to the array. Edited November 4, 20178 yr by robojock
November 4, 20178 yr There are multiple ways. Krusader is a Docker that makes copying files, and I might suggest using that. There is a YouTube video by SpaceInvader One on how to get this Docker setup.
November 4, 20178 yr Author Thanks SSD I figured out how to login via terminal (ssh) and used the cp command is that also an option? Because i am doing it right now, just hope i don't mess up anything
November 4, 20178 yr cp will work fine. But you could run into problems if the SSH windows times out. The session will end and the copy will stop. It is best to run "cp" in a "screen" session which doesn't have this problem. If your SSH won't time out, what you have done should be fine.
November 4, 20178 yr Author I am using a mac to login via ssh, how will i know if the ssh session might time out? Or what would suggest?
November 4, 20178 yr Its not so much a time out, but if you close the window, or the mac goes to sleep, etc.
Archived
This topic is now archived and is closed to further replies.