View Single Post
Posts: 150 | Thanked: 3 times | Joined on Jan 2007
#99
Tonight I did this to the whole card:

Code:
dusko@dusko-desktop:/etc$ sudo dd if=/dev/zero of=/dev/sdd && dd if=/dev/zero of=/dev/sdd
dd: writing to `/dev/sdd': Input/output error
2427905+0 records in
2427904+0 records out
1243086848 bytes (1.2 GB) copied, 815.859 seconds, 1.5 MB/s
Ergo: Not so good...

Then I tried again. This time I set it up to write 5 times to the card. In the morning, after I woke up, i got this:

Code:
dusko@dusko-desktop:/etc$ sudo dd if=/dev/zero of=/dev/sdd ; dd ...
dd: writing to `/dev/sdd': No space left on device
3910657+0 records in
3910656+0 records out
2002255872 bytes (2.0 GB) copied, 1295.23 seconds, 1.5 MB/s
fife times.

I don't know why I got input/output error the first time, but to me the card seems ok, cause of the last fife writing cycles.