mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Syndicated to Medium
This commit is contained in:
parent
17e7209a41
commit
bfa4e52c0b
15 changed files with 95 additions and 75 deletions
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: "Bmaptool: A simpler way to copy ISOs"
|
||||
date: 2023-01-18T11:08:20-05:00
|
||||
date: 2023-01-18 11:08:20-05:00
|
||||
draft: false
|
||||
tags: []
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: b4f33babc3ac
|
||||
tags: []
|
||||
title: 'Bmaptool: A simpler way to copy ISOs'
|
||||
---
|
||||
|
||||
Bmaptool is a project created by Intel for creating and copying data using block maps. It's meant to be a simpler, faster, and more reliable tool than `dd`.
|
||||
|
@ -115,4 +117,4 @@ bmaptool: info: synchronizing '/dev/sdX'
|
|||
bmaptool: info: copying time: 2m 49.2s, copying speed 21.6 MiB/sec
|
||||
```
|
||||
|
||||
Recall that the `bmap` generation isn't necessary, as you can pass in the `--nobmap` flag.
|
||||
Recall that the `bmap` generation isn't necessary, as you can pass in the `--nobmap` flag.
|
Loading…
Add table
Add a link
Reference in a new issue