tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dumping on RAIDframe



ef%math.uni-bonn.de@localhost (Edgar =?iso-8859-1?B?RnXf?=) writes:

>GO>Dumping to a RAID 1 set is supported in -8.  But yes, none of those 
>GO>values seem to align with each other.  18,1 is 'raid0b' thouugh, so that 
>GO>part seems correct.

>MvE> offset and size relate to the dump data (dumplo and dumpsize), not
>MvE> the partition.


The "device not ready" comes from the driver dump routine
returning EFAULT. The error code is abused, it is reported
when a) you dump a memory block that isn't a multiple of
a disk sector (according to disklabel) or b) you start a dump
while a dump is already running.

Maybe dump errors shouldn't be printed with DPRINTF.



Home | Main Index | Thread Index | Old Index