mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Introducing bmaptool as an alternative to dd
This commit is contained in:
parent
c5ff5538a6
commit
a38436e9fa
2 changed files with 121 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue