Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'widely': 0.05; 'sized': 0.07; 'subject:skip:s 10': 0.07; 'bytes.': 0.09; 'system?': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.11; '(default': 0.16; 'filesystem': 0.16; 'incomplete': 0.16; 'number?': 0.16; 'one)': 0.16; 'written': 0.21; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'sort': 0.25; "i've": 0.25; 'source': 0.25; 'gets': 0.27; 'header:In-Reply- To:1': 0.27; 'tried': 0.27; '(like': 0.30; 'usually': 0.31; 'question:': 0.31; 'file': 0.32; 'mac': 0.33; 'subject: (': 0.35; 'received:209.85': 0.35; 'created': 0.35; 'received:google.com': 0.35; 'disk': 0.36; 'changing': 0.37; 'received:209': 0.37; 'being': 0.38; 'does': 0.39; 'extended': 0.61; 'full': 0.61; 'more': 0.64; 'size.': 0.65; 'obvious': 0.74; 'power': 0.76; 'difference.': 0.84 X-Received: by 10.49.16.199 with SMTP id i7mr372563qed.0.1365748371641; Thu, 11 Apr 2013 23:32:51 -0700 (PDT) Newsgroups: comp.lang.python Date: Thu, 11 Apr 2013 23:32:51 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=92.235.49.250; posting-account=fjrvzQoAAAAF4F9_gcVHWLVVScTZ6_Hn References: <51674ffc$0$29977$c3e8da3$5496439d@news.astraweb.com> <20130412011550.GA80724@cskk.homeip.net> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 92.235.49.250 MIME-Version: 1.0 Subject: Re: shutil.copyfile is incomplete (truncated) From: Rob Schneider To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365751267 news.xs4all.nl 2701 [2001:888:2000:d::a6]:40028 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43428 > > > Or that the filesystem may be full? Of course, that's usually obvious > > > more widely when it happens... > > > > > > Question: is the size of the incomplete file a round number? (Like > > > a multiple of a decent sized power of 2>) > > > > Also on what OS X file system type does the file being created reside, > > in particular, is it a network file system? > File system not full (2/3 of disk is free) Source (correct one) is 47,970 bytes. Target after copy of 45,056 bytes. I've tried changing what gets written to change the file size. It is usually this sort of difference. The file system is Mac OS Extended Journaled (default as out of the box).