On Fri, 20 Jan 2006, Klaus Pieper wrote:
host# dd if=/dev/zero of=/dev/sdb bs=1K count=1
etch:~# dd if=/dev/sdb of=mbr bs=1k count=1
dd: opening `/dev/sdb': No medium found
This may not be your only problem, but it probably is one of them. You're
trying to *read* from your memory stick here, not write to it. If you want
to blank the memory stick, you need to use the prior command:
dd if=/dev/zero of=/dev/sdb
----------------------------------------------------------------------
Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu
Assistant Professor of Sociology; Book Review Editor, _Social Forces_
University of North Carolina - CB#3210, Chapel Hill, NC 27599-3210 USA
New Book: http://www.press.uchicago.edu/cgi-bin/hfs.cgi/00/178592.ctl
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]