<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>usb on Notities</title><link>https://www.vandenboom.icu/en/tags/usb/</link><description>Recent content in usb on Notities</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 18 Jul 2024 07:20:59 +0000</lastBuildDate><atom:link href="https://www.vandenboom.icu/en/tags/usb/index.xml" rel="self" type="application/rss+xml"/><item><title>Find the name of your USB stick with a script</title><link>https://www.vandenboom.icu/en/blog/2024-zoek-de-naam-van-je-usb-stick-met-een-script/</link><pubDate>Thu, 18 Jul 2024 07:20:59 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2024-zoek-de-naam-van-je-usb-stick-met-een-script/</guid><description>You can use this script to retrieve the name of your USB stick.
The name of your USB stick can be used in Apple&amp;rsquo;s sudo command to create a USB installer.
Step 1: Open the Terminal application
Step 2: Go to your home directory, type: # cd
Step 3: Optionally create a scripts directory, type: # mkdir scripts
Step 4: Navigate to the newly created scripts directory, type: # cd scripts</description></item><item><title>Create a USB rEFIt boot disk</title><link>https://www.vandenboom.icu/en/blog/2024-create-a-usb-refit-boot-disk/</link><pubDate>Sun, 07 Jul 2024 20:45:53 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2024-create-a-usb-refit-boot-disk/</guid><description># hdiutil convert /path/to/refit-0.14.cdr -format UDRW -o /path/to/refit-0.14.img # diskutil list # diskutil unmountDisk /dev/disk2 # sudo dd if=/path/to/refit-0.14.img.dmg of=/dev/rdisk2 bs=1m Using rdisk2 here seems to speed up things # diskutil eject /dev/disk2</description></item></channel></rss>