Introducing bmaptool as an alternative to dd

This commit is contained in:
Brandon Rozek 2023-01-18 11:19:43 -05:00
parent c5ff5538a6
commit a38436e9fa
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
2 changed files with 121 additions and 1 deletions

View file

@ -1,11 +1,13 @@
---
title: "Robustdd"
title: "Robustly copying ISOs using dd"
date: 2019-09-27T22:45:56-04:00
draft: false
tags: [ "Linux" ]
medium_enabled: true
---
**Note:** [Currently I favor using `bmaptool`](/blog/bmaptool-iso)
This blog post is going to assume that we're writing to `/dev/sdX`. Please change this to whatever disk you're actually trying to write to. I bear no responsibility if you accidentally write to your OS drives.
Make sure the disk you wish to write to is unmounted.