Skip to main content
added 177 characters in body
Source Link
Stéphane Chazelas
  • 586.4k
  • 96
  • 1.1k
  • 1.7k

If you are expecting dd command to run in foreground and display current progress status. try running command with status=progress flag:

sudo dd if=/dev/sda of=/dev/sdb status=progress 

This will dynamically display the progress.

That's an extension of the GNU implementation of dd (added in version 8.24 released in 2015), also available in the dd implementation on FreeBSD since 12.0 (2018), but generally not other implementations including on other BSDs.

If you are expecting dd command to run in foreground and display current progress status. try running command with status=progress flag:

sudo dd if=/dev/sda of=/dev/sdb status=progress 

This will dynamically display the progress.

That's an extension of the GNU implementation of dd (added in version 8.24 released in 2015), also available in the dd implementation on FreeBSD, but generally not other implementations including on other BSDs.

If you are expecting dd command to run in foreground and display current progress status. try running command with status=progress flag:

sudo dd if=/dev/sda of=/dev/sdb status=progress 

This will dynamically display the progress.

That's an extension of the GNU implementation of dd (added in version 8.24 released in 2015), also available in the dd implementation on FreeBSD since 12.0 (2018), but generally not other implementations including on other BSDs.

added 177 characters in body
Source Link
Stéphane Chazelas
  • 586.4k
  • 96
  • 1.1k
  • 1.7k

If you are expecting dd command to run in foreground and display current progress status. try running command with status=progress flag:

sudo dd if=/dev/sda of=/dev/sdb status=progress 

This will dynamically display the progress.

That's an extension of the GNU implementation of dd (added in version 8.24 released in 2015), also available in the dd implementation on FreeBSD, but generally not other implementations including on other BSDs.

If you are expecting dd command to run in foreground and display current progress status. try running command with status=progress flag:

sudo dd if=/dev/sda of=/dev/sdb status=progress 

This will dynamically display the progress.

If you are expecting dd command to run in foreground and display current progress status. try running command with status=progress flag:

sudo dd if=/dev/sda of=/dev/sdb status=progress 

This will dynamically display the progress.

That's an extension of the GNU implementation of dd (added in version 8.24 released in 2015), also available in the dd implementation on FreeBSD, but generally not other implementations including on other BSDs.

Minor formatting
Source Link
AdminBee
  • 23.6k
  • 25
  • 55
  • 77

If you are expecting dddd command to run in foreground and display current progress status. try running command with "status=progress"status=progress flag:

sudo dd if=/dev/sda of=/dev/sdb status=progress 

thisThis will dynamically display the progress.

If you are expecting dd command to run in foreground and display current progress status. try running command with "status=progress" flag:

sudo dd if=/dev/sda of=/dev/sdb status=progress 

this will dynamically display the progress.

If you are expecting dd command to run in foreground and display current progress status. try running command with status=progress flag:

sudo dd if=/dev/sda of=/dev/sdb status=progress 

This will dynamically display the progress.

Source Link
Loading