<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Disk on Notities</title><link>https://19cc27e0.backup-website.pages.dev/en/tags/disk/</link><description>Recent content in Disk on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 15 Jul 2026 23:50:02 +0200</lastBuildDate><atom:link href="https://19cc27e0.backup-website.pages.dev/en/tags/disk/index.xml" rel="self" type="application/rss+xml"/><item><title>Create a USB rEFIt boot disk</title><link>https://19cc27e0.backup-website.pages.dev/en/blog/2024-create-a-usb-refit-boot-disk/</link><pubDate>Sun, 07 Jul 2024 20:45:53 +0000</pubDate><guid>https://19cc27e0.backup-website.pages.dev/en/blog/2024-create-a-usb-refit-boot-disk/</guid><description>&lt;pre tabindex="0"&gt;&lt;code&gt;# 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
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Linux disk space information more clearly excluding the denied and cannot messages</title><link>https://19cc27e0.backup-website.pages.dev/en/blog/2023-linux-disk-space-information-more-clearly-excluding-the-denied-and-cannot-messages/</link><pubDate>Tue, 05 Sep 2023 06:23:38 +0000</pubDate><guid>https://19cc27e0.backup-website.pages.dev/en/blog/2023-linux-disk-space-information-more-clearly-excluding-the-denied-and-cannot-messages/</guid><description>&lt;p&gt;$ du -hs * 2&amp;gt; &amp;gt;(egrep -iv &amp;lsquo;permission denied|cannot access&amp;rsquo;) | sort -n&lt;/p&gt;</description></item></channel></rss>