<?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>Create bootable USB on OSX &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/create-bootable-usb-on-osx/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Sun, 26 Jan 2014 18:45:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Create bootable USB on OSX</title>
		<link>https://arunns.net/create-bootable-usb-on-osx/</link>
					<comments>https://arunns.net/create-bootable-usb-on-osx/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Sun, 26 Jan 2014 18:45:49 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC OS X]]></category>
		<category><![CDATA[Create bootable USB on OSX]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=779</guid>

					<description><![CDATA[&#8211; Identify the disk number for the USB disk inserted, usually you can find it from the &#8220;Name&#8221; and &#8220;Size&#8221; field. Below eg: , We inserted a USB with 4.1 GB size (so as the identified: &#8220;disk2&#8221;.) Open terminal and execute the following commands: sh-3.2$ diskutil list /dev/disk0 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>&#8211; Identify the disk number for the USB disk inserted, usually you can find it from the &#8220;Name&#8221; and &#8220;Size&#8221; field.<br />
Below eg: , We inserted a USB with 4.1 GB size (so as the identified: &#8220;disk2&#8221;.)<br />
Open terminal and execute the following commands:</p>
<p>sh-3.2$ diskutil list<br />
/dev/disk0<br />
#:                       TYPE NAME                    SIZE       IDENTIFIER<br />
0:      GUID_partition_scheme                        *120.0 GB   disk0<br />
1:                        EFI EFI                     209.7 MB   disk0s1<br />
2:          Apple_CoreStorage                         119.0 GB   disk0s2<br />
3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3<br />
/dev/disk1<br />
#:                       TYPE NAME                    SIZE       IDENTIFIER<br />
0:                  Apple_HFS Macintosh HD           *118.7 GB   disk2<br />
/dev/disk2<br />
#:                       TYPE NAME                    SIZE       IDENTIFIER<br />
0:                            UNTITLED        *4.1 GB     disk2</p>
<p>&#8211; Unmount the disk<br />
sh-3.2$ diskutil unmountDisk /dev/disk3<br />
Unmount of all volumes on disk3 was successful</p>
<p>&#8211; write the ISO file to USB using dd command<br />
sh-3.2$ sudo dd if=Downloads/ubuntu-12.04.3-desktop-i386.iso of=/dev/disk2 bs=1m<br />
Password:<br />
707+0 records in<br />
707+0 records out<br />
741343232 bytes transferred in 139.059398 secs (5331126 bytes/sec)</p>
<p>&#8211; Unmount the disk<br />
sh-3.2$ diskutil eject /dev/disk3<br />
Disk /dev/disk3 ejected</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/create-bootable-usb-on-osx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
