This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: coreutils wishlist


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@cygwin.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]