ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. dd
    Log in to post
    • All categories
    • scottalanmillerS

      Linux Copy a Disk Over SSH with DD

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux dd storage ssh
      7
      4 Votes
      7 Posts
      2k Views
      S

      if you want to also know the progress you can pipe it to pv, like in the below example

      ssh [email protected] "sudo dd if=/dev/nvme0n1" | pv | dd of=/Users/someuser/Desktop/mydisk.img
    • DustinB3403D

      Dumb question - linux dd write 0s to multiples disks at once

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion linux dd command line
      38
      1 Votes
      38 Posts
      4k Views
      stacksofplatesS

      @manxam said in Dumb question - linux dd write 0s to multiples disks at once:

      @stacksofplates : Now you're just showing off 🙂

      Ha I didn't mean for it to look like that, but you did make me realize I made a mistake so I'll have to fix it. Make has a lot of uses outside of jsut building software. It's a pretty awesome utility.

    • DustinB3403D

      Can you DD a drive that wont mount

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dd linux rescue recovery
      14
      0 Votes
      14 Posts
      2k Views
      matteo nunziatiM

      You can also check dd_rescue

    • scottalanmillerS

      Burning an ISO to USB or SD with Linux Using DD

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux dd
      2
      2 Votes
      2 Posts
      899 Views
      dbeatoD

      @scottalanmiller said in Burning an ISO to USB or SD with Linux Using DD:

      bs=4M

      Any reason for just using the bs=4M? I saw this too on the following link:
      https://wiki.archlinux.org/index.php/USB_flash_installation_media

    • mlnewsM

      Rescue a Dead Hard Drive with GNU ddrescue

      Watching Ignoring Scheduled Pinned Locked Moved News storage ddrescue gnu linux dd linux.com unix
      1
      2 Votes
      1 Posts
      914 Views
      No one has replied
    • mlnewsM

      Linux: Get a Progress Bar with the dd Command

      Watching Ignoring Scheduled Pinned Locked Moved News dd linux progress bar nixcraft pv
      1
      6 Votes
      1 Posts
      1k Views
      No one has replied
    • 1 / 1