From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- content/write-iso-usb.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/write-iso-usb.md (limited to 'content/write-iso-usb.md') diff --git a/content/write-iso-usb.md b/content/write-iso-usb.md new file mode 100644 index 0000000..03b2c11 --- /dev/null +++ b/content/write-iso-usb.md @@ -0,0 +1,15 @@ +--- +title: Write ISO to USB Key +url: write-iso-usb.html +date: 2023-05-08T12:00:00+02:00 +type: note +draft: false +tags: [linux] +--- + +Write ISO to USB key. Nothing fancy here. + +```sh +sudo dd if=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync +``` + -- cgit v1.2.3