Subject: Re: kern/37590: Writing data to a filesystem on an external USB drive
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Roland Illig <rillig@NetBSD.org>
List: netbsd-bugs
Date: 12/23/2007 08:35:02
The following reply was made to PR kern/37590; it has been noted by GNATS.

From: Roland Illig <rillig@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/37590: Writing data to a filesystem on an external USB drive
 fails
Date: Sun, 23 Dec 2007 09:34:35 +0100

 I have run a test program that continuously writes chr($i++)x(1<<20) to 
 a file and then verifies that exactly this data has been written. It 
 worked very well when using it with /dev/rsd0d, so I continue to suspect 
 the NetBSD kernel to have a bug.
 
 Roland