Results 1 to 5 of 5

Thread: Is it possible to speed up the copy from NAS to same NAS?

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    8

    Angry Is it possible to speed up the copy from NAS to same NAS?

    In FreeNAS 8.0.2, I found it is very fast to "Cut" very large file from one place to another place in the same nas (Operator is done in windows 7). But it is very slow to "Copy".

    The "Cut" looks like directly do "Cut" in nas. But the "Copy" looks like: Copy data from nas to win7, then forward these data to nas.

    I think it is a waste of time. If the nas can understand the source and destination are both in nas, then it should do a local copy, no need to go through the network.

    Thanks

  2. #2
    Senior Member
    Join Date
    Aug 2011
    Location
    San Diego, CA
    Posts
    314
    That's a CIFS thing. Nothing the NAS can do anything about by itself.

  3. #3
    Senior Moderator ProtoSD's Avatar
    Join Date
    Jul 2011
    Location
    San Diego, California
    Posts
    3,357
    A cut just updates the file pointer, a copy has to make a complete copy.

    Now if you want to see REALLY slow, try cutting/moving a file from one dataset to another on the same volume..... then you'll know what slow is.... I don't understand that...

    ZFS, vdevs, zpools, configuring & adding disks for DUMMIES

    SEARCHING FORUMS using Google:

    your keywords blah blah site:forums.freenas.org

  4. #4
    Junior Member
    Join Date
    Aug 2011
    Posts
    8
    Quote Originally Posted by protosd View Post
    A cut just updates the file pointer, a copy has to make a complete copy.

    Now if you want to see REALLY slow, try cutting/moving a file from one dataset to another on the same volume..... then you'll know what slow is.... I don't understand that...
    The "slow" I mean is it copys data through network (nas --> win7 --> nas), not just a local copy. The speed is depend on the network speed. This is the problem.

  5. #5
    Junior Member
    Join Date
    Sep 2011
    Posts
    8
    Use SSH to copy to test
    and you will it is the problem of the NAS or network speed

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •