<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techy Things &#187; mac</title>
	<atom:link href="https://tech.yipp.ca/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Create USB from ISO in Mac</title>
		<link>https://tech.yipp.ca/mac/create-usb-iso-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-usb-iso-mac</link>
		<comments>https://tech.yipp.ca/mac/create-usb-iso-mac/#comments</comments>
		<pubDate>Tue, 17 Apr 2018 19:15:22 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=3069</guid>
		<description><![CDATA[<p>List all disks diskutil list Output: % diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *251.0 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_CoreStorage Macintosh HD 250.1 GB&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/mac/create-usb-iso-mac/">Create USB from ISO in Mac</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h3>List all disks</h3>
<p>diskutil list</p>
<pre>Output:
% diskutil list
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:          Apple_CoreStorage Macintosh HD            250.1 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
/dev/disk1 (internal, virtual):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                  Apple_HFS Macintosh HD           +249.8 GB   disk1
                                 Logical Volume on disk0s2
                                 B030DEDE-8859-44D3-89B7-9008D798490B
                                 Unencrypted
/dev/disk2 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *16.0 GB    disk2
   1:                       0xEF                         9.2 MB     disk2s2
</pre>
<h3 class="p1"><span class="s1">Write ISO to this USB drive</span></h3>
<p class="p1"><span class="s1">sudo dd if=/Users/flemieux/Downloads/livecd-centos-7-live-gnome-201406261459.iso of=/dev/disk2 bs=1m</span></p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/mac/create-usb-iso-mac/">Create USB from ISO in Mac</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/mac/create-usb-iso-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
