<?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>Alex Sleat &#187; live cd</title>
	<atom:link href="http://alexsleat.co.uk/tag/live-cd/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Tue, 22 May 2012 19:59:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>HowTo: Mount USB Persistent casper-rw File in Linux</title>
		<link>http://alexsleat.co.uk/2011/02/06/howto-mount-usb-persistent-casper-rw-file-in-linux/</link>
		<comments>http://alexsleat.co.uk/2011/02/06/howto-mount-usb-persistent-casper-rw-file-in-linux/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 00:26:56 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[casper-rw]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[live cd]]></category>
		<category><![CDATA[live usb]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[persistent]]></category>
		<category><![CDATA[umount]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=12112</guid>
		<description><![CDATA[<br/><p>So, you&#8217;ve created an awesome Live USB Linux stick with a persistence file which let&#8217;s you boot anywhere and carry all your sweet sweet datas around on it too. If you want to see those files in Linux on your desktop or laptop outside the USB you&#8217;re going to have to mount the loop [...]]]></description>
			<content:encoded><![CDATA[<br/><p>So, you&#8217;ve created an awesome Live USB Linux stick with a persistence file which let&#8217;s you boot anywhere and carry all your sweet sweet datas around on it too. If you want to see those files in Linux on your desktop or laptop outside the USB you&#8217;re going to have to mount the loop device (the casper-rw file) somewhere first. The following commands show how to make a folder and mount the loop and then unmount it too.</p>
<p>Just change the <em>/media/USB/</em> for the mounted location of your mounted USB stick which contains the casper-rw file you want to view the contents of and the <em>/home/alex/caspermnt/</em> for the mount point on your system.</p>
<p><strong>Mount:</strong></p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">mkdir</span> ~/caspermnt<br />
<span class="kw2">sudo</span> <span class="kw2">mount</span> -o loop /media/USB/casper-rw /home/alex/caspermnt/</div>
<p><strong>Unmount:</strong></p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">sudo</span> <span class="kw2">umount</span> ~/caspermnt/</div>
<p>This can be useful for recovering data from a borked Live USB stick or for backing up your files on your computer just to be sure.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/02/06/howto-mount-usb-persistent-casper-rw-file-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto: Reinstall Grub using Ubuntu Live CD</title>
		<link>http://alexsleat.co.uk/2010/03/11/howto-reinstall-grub-using-ubuntu-live-cd/</link>
		<comments>http://alexsleat.co.uk/2010/03/11/howto-reinstall-grub-using-ubuntu-live-cd/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 10:00:25 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[live cd]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[reinstall]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=25</guid>
		<description><![CDATA[<br/><p>I recently installed Fedora 12 on my desktop alongside Ubuntu Karmic and Windows 7, however doing so I overwrite my grub which meant my Ubuntu system was hidden. To fix this is pretty simple..</p> <p>Insert your Ubuntu Live CD Click “Try Ubuntu without any changes to your computer&#8221; Once loaded click Applications > Accessories [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I recently installed Fedora 12 on my desktop alongside Ubuntu Karmic and Windows 7, however doing so I overwrite my grub which meant my Ubuntu system was hidden. To fix this is pretty simple..</p>
<p>Insert your Ubuntu Live CD<br />
Click “Try Ubuntu without any changes to your computer&#8221;<br />
Once loaded click Applications > Accessories > Terminal</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> fdisk -l</div>
<p> #That’s a lower case L<br />
This displays all partitions on your system, in my case the installation of my Ubuntu system was /dev/sda5 so replace this for yours in the rest of the code.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">mount</span> /dev/sda5 /mnt<br />
<span class="kw2">sudo</span> grub-<span class="kw2">install</span> &#8211;root-<span class="re2">directory=</span>/mnt/ /dev/sda</div>
<p> #thats a double dash before root-directory, wordpress keeps changing it to a long dash, Ill fix it sometime..<br />
If all goes successfully you should be done, try rebooting and see if your Ubuntu shows up.</p>
<blockquote>
<p>Thanks to <a href="http://blog.whibe.com/">Whiblog</a> in the comments this also works in Ubuntu 11.04:<br />
<center>&#8220;same thing except the last line : sudo grub-install &#8211;boot-directory=/mnt/ /dev/sda&#8221;</center></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/03/11/howto-reinstall-grub-using-ubuntu-live-cd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

