• April 25, 2024, 10:38:01 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Pages: [1] 2

Author Topic: Fastest way to transfer files from vol 1 to vol 2  (Read 9373 times)

beefy314

  • Level 2 Member
  • **
  • Posts: 34
Fastest way to transfer files from vol 1 to vol 2
« on: January 26, 2010, 06:59:39 AM »

What's the fastest way to transfer files from volume 1 to volume 2?

i tried to remove the drive and put it on a dock however, windows doesn't recognize the hard rive even after installing IFS drive software
Logged

AKFubar

  • Level 3 Member
  • ***
  • Posts: 118
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #1 on: January 26, 2010, 09:39:24 AM »

I think I remember seeing this before on this forum.  I think a direct copy from volume one to volume two is the fastest.  That is by using the "copy" or "move" in Windows - I don't think this goes out on the network.  As soon as you go out to the network the transfer is slower.
Logged

pudeldoodle

  • Level 1 Member
  • *
  • Posts: 4
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #2 on: January 26, 2010, 10:05:17 AM »

using telnet you can copy directly from one disk to the other (both being in the DNS-323).

this is honestly the fastest way to do it, but don't expect a progress bar though!

++
Logged

fordem

  • Level 10 Member
  • *****
  • Posts: 2168
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #3 on: January 26, 2010, 01:47:54 PM »

I think I remember seeing this before on this forum.  I think a direct copy from volume one to volume two is the fastest.  That is by using the "copy" or "move" in Windows - I don't think this goes out on the network.  As soon as you go out to the network the transfer is slower.

ANY & EVERY file manipulation from one disk to the other done using the Windows explorer will cross the network twice, once coming and once going - you need to remember where the manipulation is being done - ask this question - is the data being manipulated on the same host where the data is stored?  if the answer is no, then it's crossing the network.

The fastest way to move data from one disk to the other is to telnet into the box and use the appropriate linux commands - and since D-Link does not telnet access, you'll have to hack the box to make it happen.
Logged
RAID1 is for disk redundancy - NOT data backup - don't confuse the two.

gunrunnerjohn

  • Level 11 Member
  • *
  • Posts: 2717
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #4 on: January 26, 2010, 03:24:49 PM »

The fastest way to move data from one disk to the other is to telnet into the box and use the appropriate linux commands - and since D-Link does not telnet access, you'll have to hack the box to make it happen.
Of course, the "hack" is pretty benign, and is easy to do. :)
Logged
Microsoft MVP - Windows Desktop Experience
Remember: Data you don't have two copies of is data you don't care about!
PS: RAID of any level is NOT a second copy.

beefy314

  • Level 2 Member
  • **
  • Posts: 34
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #5 on: January 27, 2010, 03:52:16 AM »

Now this will be a problem as i'm new to linux  :-\

Logged

fordem

  • Level 10 Member
  • *****
  • Posts: 2168
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #6 on: January 27, 2010, 04:26:55 AM »

Now this will be a problem as i'm new to linux  :-\

Taking that into consideration, you now have two options - spend the time to learn a little linux - or spend the time transferring the data.
Logged
RAID1 is for disk redundancy - NOT data backup - don't confuse the two.

pudeldoodle

  • Level 1 Member
  • *
  • Posts: 4
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #7 on: January 30, 2010, 10:46:09 AM »

beefy,

install fun_plug, install then activate telnet. (http://wiki.dns323.info/howto:fun_plug)
install a small software called Putty.

Use Putty to telnet your box.

when you have telnet access you can navigate your box from its OS (linux),
"ls" will show you the files/folder in the actual folder you are in
"cd" will allow you to go to a folder, "cd mnt" for example, then cd HD_xx, cd your folder (Case sensitive!)

hitting TAB key will complete the name of the file/folder you're typing, if you have a folder called azerty, type cd aze then push TAB, it will complete the name.

you will find your disks in /mnt, with names like HD_a1, HD_b1
spot your files and remember their path (with ls and cd)

then you can move file using "mv", like this:

mv /mnt/HD_xx/your folder(/your file) /mnt/HD_xx/your folder/

voilą! I hope it's understandable

Let me know!

Logged

beefy314

  • Level 2 Member
  • **
  • Posts: 34
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #8 on: January 31, 2010, 08:32:33 AM »

Thanks pudeldoodle for a guide that i can understand  :)
Logged

gunrunnerjohn

  • Level 11 Member
  • *
  • Posts: 2717
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #9 on: January 31, 2010, 08:40:00 AM »

Note the previous post is moving the files, if you want to copy them, use the CP command.
Logged
Microsoft MVP - Windows Desktop Experience
Remember: Data you don't have two copies of is data you don't care about!
PS: RAID of any level is NOT a second copy.

pudeldoodle

  • Level 1 Member
  • *
  • Posts: 4
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #10 on: February 01, 2010, 09:18:04 AM »

thanks for the clarification gunrunner, but I assumed that transferring files was moving them :D
So indeed to copy it's cp
Beefy, no problem for the "guide" ;-)
Logged

gunrunnerjohn

  • Level 11 Member
  • *
  • Posts: 2717
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #11 on: February 01, 2010, 10:53:23 AM »

If I had a nickel for every time someone said one term and really meant something else... ;)  Just figured it would make sure the expected result was obtained.

FWIW, I routinely copy files between locations, even when I'm moving them.  That way, if something goes wrong during the move, I haven't scrambled the source files and I can try again. :)
Logged
Microsoft MVP - Windows Desktop Experience
Remember: Data you don't have two copies of is data you don't care about!
PS: RAID of any level is NOT a second copy.

pudeldoodle

  • Level 1 Member
  • *
  • Posts: 4
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #12 on: February 02, 2010, 11:59:31 PM »

;-)  ::)  ;D
Logged

beefy314

  • Level 2 Member
  • **
  • Posts: 34
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #13 on: March 08, 2010, 01:58:36 AM »

How do I go to a directory with 2 words and a space in between them?

I couldn't "cd" or copy a directory with two words for example "HD Movies"
Logged

gunrunnerjohn

  • Level 11 Member
  • *
  • Posts: 2717
Re: Fastest way to transfer files from vol 1 to vol 2
« Reply #14 on: March 08, 2010, 05:13:39 AM »

Did you put the name in double quotes?
Logged
Microsoft MVP - Windows Desktop Experience
Remember: Data you don't have two copies of is data you don't care about!
PS: RAID of any level is NOT a second copy.
Pages: [1] 2