Subject: Re: write(2) returning E2BIG ?
To: None <kardel@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: current-users
Date: 05/27/2007 21:22:35
kardel@NetBSD.org wrote:

> Any ideas - especially how we manage to return E2BIG as write(2) return 
> code?

Several functions in sys/fs/msdosfs/ could return E2BIG,
so it might help to track which one did in your case.

(I'm tracking how read(2) against old ffs could always
 return EFBIG and have managed to find a bug..)
---
Izumi Tsutsui