• 0 Posts
  • 1 Comment
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • That sounds fine, but what is the actually did command you are running? A simple dd if=/dev/zero of=/dev/sdf bs=1m should be all you need. If you are using dd, run iotop or something similar in the background to see if there’s any writing actually happen.

    When you say dd “stops” does it just quit? If so it might be the dock briefly disconnecting, you should be able to see this happen by watching dmesg with dmesg -w as you are running your dd command.