Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (3) </ 1 [2] 3 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: unable to move/copy more then 2G to another linux< Next Oldest | Next Newest >
WDef Offline





Group: Members
Posts: 798
Joined: Sep. 2005
Posted: Aug. 13 2008,18:05 QUOTE

Does the connection get dropped when the file transfer fails?

If so it may be some network related problem.  Are the computers just plugged in to one another or is there a network in between (eg the internet).

Not sure if this is relevant:  http://osdir.com/ml/os.openbsd.tech/2002-04/msg00120.html

That thread talks about fragmentation problems, hardware problems, or the operating system running out of buffers (what is meant by NMBCLUSTERS on OpenBSD).

The equivalent to upping NMBCLUSTERS for linux is to open a root shell and do:

Code Sample
# sysctl -w net.ipv4.tcp_mem='98304 131072 196608'


(though now I can't see what the default for that key was since I've changed it on my box).

You could do that on both machines and then try the big file transfer again.

There are detailed TCP tuning instructions for high bandwidth 2.4.xx linux here:

http://wwwx.cs.unc.edu/~sparkst/howto/network_tuning.php

Disclaimer: I don't know much about networks.
Back to top
Profile PM 
chaostic Offline





Group: Members
Posts: 328
Joined: Mar. 2005
Posted: Aug. 13 2008,19:40 QUOTE

If you have the spare room (another 3.7 gb on both machines), use spilt then cat.

usage: split [-b byte_count] [-l line_count] [-a suffix_length] [file [prefix]]

split -b 1000m slack.iso slack

And you should get about 4 1000mb files named
slack.aa
slack.ab
slack.ac
slack.ad

(Or slack.001 - slack.004, or the like)

Then after you transfered the files, on the target machine, use cat slack.* > slack.iso

You might want to run a md5 on both computers to check afterwards, but it's not needed
"md5 slack.iso" on each machine then compare the two numbers.
Back to top
Profile PM 
=SERGE= Offline





Group: Members
Posts: 17
Joined: Mar. 2008
Posted: Aug. 13 2008,20:25 QUOTE

well, it's simple
when trying to copy/move with mc
from a partion on dsl to a partion from another linux mounted through samba in dsl tree
the output is

file size limit exceeded

both patitions are ext3
Back to top
Profile PM 
=SERGE= Offline





Group: Members
Posts: 17
Joined: Mar. 2008
Posted: Aug. 13 2008,20:39 QUOTE

here below:

dsl@box:/mnt/hdc1/slackware-12.1-iso$ mv /mnt/hdc1/sl*/slackware-12.1-install-dv                                           d.iso /home/dsl/mnt/SL*/320disk
File size limit exceeded
dsl@box:/mnt/hdc1/slackware-12.1-iso$
Back to top
Profile PM 
^thehatsrule^ Offline





Group: Members
Posts: 3275
Joined: July 2006
Posted: Aug. 13 2008,21:39 QUOTE

Could be a samba limitation.  How did you mount it? (quick search around shows "-o lfs" might do the trick)
Back to top
Profile PM 
12 replies since Aug. 13 2008,16:09 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (3) </ 1 [2] 3 >/
reply to topic new topic new poll
Quick Reply: unable to move/copy more then 2G to another linux

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code