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 Date: Wed, 23 Feb 2005 13:32:25 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: coreutils wishlist Message-ID: <20050223123225.GM18314@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <421C0C16 DOT 80702 AT byu DOT net> <20050223121406 DOT GL18314 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050223121406.GL18314@cygbert.vinschen.de> User-Agent: Mutt/1.4.2i On Feb 23 13:14, Corinna Vinschen wrote: > On Feb 22 21:52, Eric Blake wrote: > > Linux provides /dev/full at major device 1, minor 7, and the properties of > > world readable/writable, writes error out with ENOSPC, reads behave like > > /dev/zero, seeks succeed. The coreutils testsuite tries to use /dev/full > > to ensure that utilities behave correctly in the face of write errors. It > > looks like it would not be too hard to extend the existing fhandler_zero > > functionality into supporting /dev/full. > > Did you try to create a symlink? > > mkdir -p /dev > ln -s /dev/null /dev/full Ok, that doesn't help on writing. I've implemented /dev/full now. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- 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/