Subject: Re: What is conv=osync in dd command?
To: None <port-hp300@NetBSD.ORG>
From: Michael Wolfson <mw34@cornell.edu>
List: port-hp300
Date: 03/02/1998 09:13:06
At 11:25 PM -0500 3/1/98, you wrote:

:)	Now the machine is curently runing hPUX 9.10, and it does not like the
:)	conv-osync part. The man page talks about a conv=sync option, so I
:)	tried that.

Took me a while to figure out how to do the same.  Under HP-UX 9.0, I ran:
        dd if=SYS_INST bs=20b | tcio -ovV /dev/ct/cEd3s0

I also found that the following works:
        dd if=SYS_INST of=/dev/ct/cEd3s0

Good luck,
  -- MW