Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <3FDFBB96.F4CD48D0@dessent.net>
Date: Tue, 16 Dec 2003 18:12:38 -0800
From: Brian Dessent <brian@dessent.net>
Organization: My own little world...
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Really big files?
References: <1071535713.1524.20.camel@david.internal.NorcrossGroup.com> <3FDF76D4.D5E889A0@dessent.net> <1071621014.5059.27.camel@david.internal.NorcrossGroup.com> <1071622112.5059.33.camel@david.internal.NorcrossGroup.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - host.linuxsv3.net
X-AntiAbuse: Original Domain - cygwin.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - dessent.net
X-IsSubscribed: yes

Greg Freemyer wrote:
> 
> If I wanted to troubleshoot this, how would I do it?

Does the following work -

dd if=/dev/zero of=/cygdrive/e/full_image bs=4k count=44430720

That would at least rule out the reading part of it.

What about quotas?  Recycle bin full?  Anything in the Event Log?

I'm not sure if strace would be useful here, you'd see a call to write()
that returns -1 and errno would hold EPERM.  But maybe there'd be more
info, I dunno.  It would certainly make a huge log file, that's for
sure.

dd is in the fileutils package.  You can find this out for any filename
with the package search page:
<http://cygwin.com/cgi-bin2/package-grep.cgi?grep=%2Fbin%2Fdd.exe>

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

