>> >dumping to dev (0, 131089), offset 524288
>> >dump device bad
>> 
>> The dev_t changes obfuscated it by printing it in %d format instead of
>> as part of the dev number in [0x]%x format.
>
>So you reckon that whatever problem is making it imp[ossible for me to
>take dumps, it was present before the dev_t changes and I should be
>looking elsewhere?

"dump device bad" is printed for d_dump() returning ENXIO, which is
fairly unambiguous.  The new wd driver's d_dump would return ENODEV,
so you must be using the old wd driver.  The old wd_driver's d_dump
only returns ENXIO when the drive doesn't exist or has never been
opened or is not labeled.

Bruce


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to