[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: copying a 12GB file



Am 2006-03-01 17:18:43, schrieb .:
> 
> Hi,
> 
> how can I copy a 12GB file at reasonable speed over a 1000Mbit ethernet 
> connection from one computer (mailserver) to another (SAMBA file server 
> or my workstation) without going to lengths like installing an FTP 
> server or the like on the mailserver?
> 
> File size limit is 2GB with smbmount; NFS will take about 14 hours(!) 
> because copying fails after about 1--2 GB with an I/O error unless using 
> sync mode.

You should correct your NFS-Setup!

I use on the Server side:

+---[ '/etc/exports' ]------------------------------------------
| 
| /home	*.private.tdnet.net(rw,no_root_squash,async,insecure)
| 
+---------------------------------------------------------------

and on the Client side:

+---[ '/etc/fstab' ]--------------------------------------------
| 
| samba3.private.tdnet.net:/home  /home   nfs     rw,bg,hard,int
| r,tcp,vers=3,rsize=8192,wsize=8192 0 0
| 
+---------------------------------------------------------------

There are no problems transfering files >18 GByte
from my three Workststions to the NFS-Server.

My Computers:

Offic-WS:       AMD Sempron 2200+, 512 MB memory
Devel-WS:       AMD Opteron 240, 8 GByte memory
Multimedia-WS:  AMD Athlon XP 3000+, 2 GByte memory

NFS-Server:     AMD Sempron 2200+, 256 MByte memory

Greetings
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)



Reply to: