errors from external USB disk

Matthias Apitz guru at unixarea.de
Thu Feb 27 18:32:54 UTC 2014


El día Thursday, February 27, 2014 a las 06:52:59PM +0100, Matthias Apitz escribió:

> I was today reading the entire disk with
> 
> # dd if=/dev/da0 of=/dev/null bs=1m
> 
> and after around 700 GByte it terminated with:
> 
> dd: /dev/da0: Input/output error
> 712870+0 records in
> 712870+0 records out

The bad block is there; if I restart the reading from 10 blocks before this
point, it stops at the same block:

# dd if=/dev/da0 of=/dev/null bs=1m skip=712860
dd: /dev/da0: Input/output error
10+0 records in
10+0 records out
10485760 bytes transferred in 4.017767 secs (2609848 bytes/sec)


	matthias
-- 
Matthias Apitz               |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: guru at unixarea.de     |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211       |  / \ - Respect for open standards


More information about the freebsd-questions mailing list