Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3FDFBB96.F4CD48D0@dessent.net> Date: Tue, 16 Dec 2003 18:12:38 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Really big files? References: <1071535713 DOT 1524 DOT 20 DOT camel AT david DOT internal DOT NorcrossGroup DOT com> <3FDF76D4 DOT D5E889A0 AT dessent DOT net> <1071621014 DOT 5059 DOT 27 DOT camel AT david DOT internal DOT NorcrossGroup DOT com> <1071622112 DOT 5059 DOT 33 DOT camel AT david DOT internal DOT NorcrossGroup DOT 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: 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/