Subject: Re: Data corruption issues possibly involving cgd(4)
To: None <current-users@netbsd.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: current-users
Date: 01/17/2007 10:17:31
On Wed, Jan 17, 2007 at 04:27:08PM +1100, Daniel Carosone wrote:
> On Wed, Jan 17, 2007 at 06:05:19AM +0100, Nino Dehne wrote:
> >    While the first dd was running I tried a
> > 
> >       dd if=/dev/rcgd0d bs=123405 count=1024 skip=56454
> > 
> >    This gave me:
> > 
> >    dd: /dev/rcgd0d: Invalid argument
> 
> Yeah, bigger than MAXPHYS on a raw device, probably.  

More importantly, not being a multiple of 512.

Pavel