Skip to main content
Post Reopened by Flimm, Stephen Kitt, AdminBee, Kusalananda
Add syntax hints
Source Link
AdminBee
  • 23.6k
  • 25
  • 56
  • 78

This is my dddd command which I need to modify:

dd if=/tmp/nfs/image.dd of=/dev/sda bs=16k 
dd if=/tmp/nfs/image.dd of=/dev/sda bs=16k 

Now I would like to use pv to limit the speed of copying from NFS server. How can I achieve that? I know that --rate-limit does the job, but I am not sure how to construct pipes.

This is my dd command which I need to modify:

dd if=/tmp/nfs/image.dd of=/dev/sda bs=16k 

Now I would like to use pv to limit the speed of copying from NFS server. How can I achieve that? I know that --rate-limit does the job, but I am not sure how to construct pipes.

This is my dd command which I need to modify:

dd if=/tmp/nfs/image.dd of=/dev/sda bs=16k 

Now I would like to use pv to limit the speed of copying from NFS server. How can I achieve that? I know that --rate-limit does the job, but I am not sure how to construct pipes.

Post Closed as "Duplicate" by Chris Davies, muru, cuonglm, Ramesh, hildred
added 9 characters in body
Source Link
Pablo
  • 245
  • 3
  • 16

This is my dd command which I need to modify:

dd if=/tmp/nfs/image.dd of=/dev/sda bs=16k 

Now I would like to use pv to limit the speed of copying from NFS server. How can I achieve that? I know that --rate-limit does the job, but I am not sure how to construct pipes.

This is my dd command which I need to modify:

dd if=/tmp/nfs of=/dev/sda bs=16k 

Now I would like to use pv to limit the speed of copying from NFS server. How can I achieve that? I know that --rate-limit does the job, but I am not sure how to construct pipes.

This is my dd command which I need to modify:

dd if=/tmp/nfs/image.dd of=/dev/sda bs=16k 

Now I would like to use pv to limit the speed of copying from NFS server. How can I achieve that? I know that --rate-limit does the job, but I am not sure how to construct pipes.

added 85 characters in body
Source Link
Pablo
  • 245
  • 3
  • 16

How to redirect dd out viato pv?

This is my dd command which I need to modify:

dd if=/devtmp/sdanfs of=/mntdev/nfssda bs=16k 

Now I would like to use pv to limit the speed of copying tofrom NFS server. How can I achieve that? I know that --rate-limit does the job, but I am not sure how to construct pipes.

How to redirect dd out via pv?

This is my dd command which I need to modify:

dd if=/dev/sda of=/mnt/nfs bs=16k 

Now I would like to use pv to limit the speed of copying to NFS server. How can I achieve that?

How to redirect dd to pv?

This is my dd command which I need to modify:

dd if=/tmp/nfs of=/dev/sda bs=16k 

Now I would like to use pv to limit the speed of copying from NFS server. How can I achieve that? I know that --rate-limit does the job, but I am not sure how to construct pipes.

Source Link
Pablo
  • 245
  • 3
  • 16
Loading