On Mon, 25 Feb 2008, Jan Stary wrote:

> On Feb 23 12:15:21, Jon wrote:
> > I'm using dd to clone a drive. How can I watch the progress of this or
> > see the transfer rate in real time?
> 
> You can use 'fstat -o' on the device file.
> 
>       Jan

If the dd is running on a terminal, sending the "status" signal
will cause a little printout.  Usually that's a <CTRL>T, which
for console may need to be set first with 
        $ stty status ^T  
where ^ and T are normal characters.  See man stty and
also note the kerninfo option.

Dave
-- 
               The future isn't what it used to be.
                             -- G'kar

Reply via email to