All of lore.kernel.org
 help / color / mirror / Atom feed
From: P@draigBrady.com
To: Balram Adlakha <b_adlakha@softhome.net>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: 2.6.0-test1 NFS file transfer
Date: Tue, 29 Jul 2003 12:10:40 +0100	[thread overview]
Message-ID: <3F265630.1080503@draigBrady.com> (raw)
In-Reply-To: <20030729105706.GA2761@localhost.localdomain>

Balram Adlakha wrote:
> On Tue, Jul 29, 2003 at 01:48:22AM -0700, Andrew Morton wrote:
> 
>>Balram Adlakha <b_adlakha@softhome.net> wrote:
>>
>>>I cannot transfer files larger than 914 mb from an NFS mounted
>>>filesystem to a local filesystem. A larger file than that is
>>>simply cut of at 914 MB. This is using 2.6.0-test1, 2.4.20 
>>>works fine.

Looks like rounding around 32 bits to me:

$ echo "((2^32)+(914*(1024^2)))/(1024^3)" | bc -l
4.89 #GB

Pádraig.


  reply	other threads:[~2003-07-29 11:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-28 22:59 2.6.0-test1 NFS file transfer Balram Adlakha
2003-07-29  8:48 ` Andrew Morton
2003-07-29 10:57   ` Balram Adlakha
2003-07-29 11:10     ` P [this message]
     [not found]     ` <20030729114838.GS150921@niksula.cs.hut.fi>
2003-07-29 13:00       ` Balram Adlakha
2003-07-29 12:13   ` Balram Adlakha
2003-07-29 11:24 ` Wakko Warner
2003-07-29 13:04   ` Balram Adlakha
2003-07-29 13:44     ` Wakko Warner
2003-07-29 14:06       ` Trond Myklebust
2003-07-29 14:49         ` Wakko Warner
2003-07-29 14:03     ` Trond Myklebust

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F265630.1080503@draigBrady.com \
    --to=p@draigbrady.com \
    --cc=akpm@osdl.org \
    --cc=b_adlakha@softhome.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.