Results 1 to 3 of 3

Thread: Large file transfer on LAN

  1. #1
    Join Date
    Nov 2010
    Beans
    1

    Large file transfer on LAN

    Hello,

    I'm trying to create an Ubuntu Server file server that will handle large file transfers (up to 50gb) from the LAN with Windows clients. We've been using a Windows server on our LAN on the file transfers will occasionally fail... though the server is used for other services as well.

    The files will be up to 50gb. My thoughts are to create a VLAN (or separate physical switch) to ensure maximum bandwidth. Ubuntu server will be 64bit with 4tb of storage in a RAID 5 config.

    Does anyone have any feedback or suggestions on this type of a setup that may help?

    John

  2. #2
    Join Date
    Jul 2006
    Location
    (grid CN85, time PST8PDT)
    Beans
    128

    Re: Large file transfer on LAN

    A server (Windows or Unix) failing on a transfer may have nothing to do with the server itself.

    You probably should consider acquiring a network architect to work with your team to help you plan your I/O needs and evaluate your transfer problems. A typical scenario in a data center, for example, would be to have web traffic I/O go through a NIC on a DMZ, and do backups and other large data transfers through a second NIC on a dedicated network configured with gigabit switches.

  3. #3
    Join Date
    Sep 2009
    Location
    United States
    Beans
    113
    Distro
    Ubuntu

    Re: Large file transfer on LAN

    Windows SMB file-transfer protocols have never worked very well, whether with Samba or with Windows machines - another good reason to ditch Microsoft. FTP is much faster and massively more reliable, in my experience; if your clients have the capability, I would use that.

    I've moved very large archives (~40GB) back and forth across networks with vsftpd - I never have failures, and I consistently get speeds around ~100 MB/s (obviously limited by the HDD).

Tags for this Thread

Bookmarks

Posting Permissions

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