X-Spam-Check-By: sourceware.org Message-ID: Date: Wed, 31 May 2006 14:37:38 -0400 From: "Luis P Caamano" To: cygwin AT cygwin DOT com Subject: Re: cygwin Digest 31 May 2006 18:20:53 -0000 Issue 4986 In-Reply-To: <1149099653.29654.ezmlm@cygwin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1149099653 DOT 29654 DOT ezmlm AT cygwin DOT com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On Tue, 30 May 2006 22:39:24 -0700, "David Christensen" wrote: > Subject: RE: 200 GB drive has room but gzip indicates "No space left on device" > Cygwin: > > I put the 200 GB drive into an XP box and ran Cygwin "df" -- same result. > Cygwin utilities, including "df", work fine a 250 GB drive in the same XP > box. > > > I must assume that the 200 GB disk is corrupted, or is failing. > > David, what filesystem is on the disk? This is a common error on big disks with only one Linux ext3 filesystem using a default number of inodes with a lot of small files in it. The error happens because the filesystem runs out of inodes before it runs out of space due to the large number of small files. If you have an NTFS in it, something similar might be happening. A quick test to verify is to remove one file and then create a big one or something like that. I don't know if that's the problem but it's just one more thing to think about. -- Luis P Caamano Atlanta, GA USA -- 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/