Hi! If I copy data through Windows, it's slow...
Boris Berdichevski Dabbler Joined May 15, 2012 Messages 45 Apr 4, 2014 #1 Hi! If I copy data through Windows, it's slow...
Nindustries Patron Joined Jun 12, 2013 Messages 269 Apr 4, 2014 #2 Try a copy command via the shell. Sent from my GT-I9300 using Tapatalk
Boris Berdichevski Dabbler Joined May 15, 2012 Messages 45 Apr 4, 2014 #3 How it will be look? Please show example of path to any folder.
Nindustries Patron Joined Jun 12, 2013 Messages 269 Apr 4, 2014 #4 Lookup the man page of cp. cp /some/folder /destination Sent from my GT-I9300 using Tapatalk
Boris Berdichevski Dabbler Joined May 15, 2012 Messages 45 Apr 4, 2014 #5 If this looks to cp -R /ada0/folder /ada1/ ?
Nindustries Patron Joined Jun 12, 2013 Messages 269 Apr 4, 2014 #6 Jup, that should do the trick. (I even forgot the recursive option) Sent from my GT-I9300 using Tapatalk
Jup, that should do the trick. (I even forgot the recursive option) Sent from my GT-I9300 using Tapatalk
Boris Berdichevski Dabbler Joined May 15, 2012 Messages 45 Apr 4, 2014 #7 A-a-a... > mount .... So, cp -r /mnt/<disk-name-you-named-on-create-it>/.... !!!!!:)
Boris Berdichevski Dabbler Joined May 15, 2012 Messages 45 Apr 4, 2014 #8 Yes, need change owner too: chown -R nobody /mnt/<your-target>/*
Clinderw Explorer Joined Aug 11, 2013 Messages 96 Apr 4, 2014 #9 Use Rsync when you can - i find it works better then cp
C cyberjock Inactive Account Joined Mar 25, 2012 Messages 19,525 Apr 4, 2014 #10 Clinderw said: Use Rsync when you can - i find it works better then cp Click to expand... LOL. From one pool to another rsync is totally overkill, going to be MUCH slower, and will literally provide zero benefit except waste your time.
Clinderw said: Use Rsync when you can - i find it works better then cp Click to expand... LOL. From one pool to another rsync is totally overkill, going to be MUCH slower, and will literally provide zero benefit except waste your time.
Clinderw Explorer Joined Aug 11, 2013 Messages 96 Apr 4, 2014 #11 Whomp....my bad. Rsync would be better for copying over time so you only get new increments....but not just a one time shot. Cyberjock thanks for correcting Chris
Whomp....my bad. Rsync would be better for copying over time so you only get new increments....but not just a one time shot. Cyberjock thanks for correcting Chris
C cyberjock Inactive Account Joined Mar 25, 2012 Messages 19,525 Apr 4, 2014 #12 Yep. Common mistake and I like to correct it when I notice it. ;) I'm all about people being as productive as they can.
Yep. Common mistake and I like to correct it when I notice it. ;) I'm all about people being as productive as they can.
Boris Berdichevski Dabbler Joined May 15, 2012 Messages 45 Apr 5, 2014 #13 Can you include service "fast copy" in GUI?
panz Guru Joined May 24, 2013 Messages 556 Apr 7, 2014 #14 Boris Berdichevski said: Can you include service "fast copy" in GUI? Click to expand... 1vote for that! :)
Boris Berdichevski said: Can you include service "fast copy" in GUI? Click to expand... 1vote for that! :)
C cyberjock Inactive Account Joined Mar 25, 2012 Messages 19,525 Apr 7, 2014 #15 There's a place for requests.. bugs.freenas.org. ;)