From 23a56bd50b04211da3cab45f72c3390711b2416b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 12 Jul 2023 18:35:08 +0200 Subject: Moved notes and posts into subfolders --- content/notes/write-iso-usb.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/notes/write-iso-usb.md (limited to 'content/notes/write-iso-usb.md') diff --git a/content/notes/write-iso-usb.md b/content/notes/write-iso-usb.md new file mode 100644 index 0000000..03b2c11 --- /dev/null +++ b/content/notes/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