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/