<?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; mount on boot</title>
	<atom:link href="https://alexsleat.co.uk/tag/mount-on-boot/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Wed, 13 Jun 2012 23:11:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Ubuntu 12.04 &#8211; Removing conflicting operating system files&#8230;</title>
		<link>https://alexsleat.co.uk/2012/04/11/ubuntu-12-04-removing-conflicting-operating-system-files/</link>
		<comments>https://alexsleat.co.uk/2012/04/11/ubuntu-12-04-removing-conflicting-operating-system-files/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 12:32:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[installation failed]]></category>
		<category><![CDATA[mount home]]></category>
		<category><![CDATA[mount on boot]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[work around]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=29667</guid>
		<description><![CDATA[<br/><p>If you&#8217;re trying out the latest version of Ubuntu, 12.04 or Precise Pangolin and you want to keep your old /home partition, chances are you&#8217;ve come across the installation hanging on a process &#8220;Removing conflicting operating system files&#8230;&#8221;. No worries, this seems to be a common bug and there&#8217;s a pretty easy work around.</p> [...]]]></description>
			<content:encoded><![CDATA[<br/><p>If you&#8217;re trying out the latest version of Ubuntu, 12.04 or Precise Pangolin and you want to keep your old /home partition, chances are you&#8217;ve come across the installation hanging on a process &#8220;Removing conflicting operating system files&#8230;&#8221;. No worries, this seems to be a <a href="https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/946663">common bug</a> and there&#8217;s a pretty easy work around.</p>
<p>Continue with the installation, without asking for the /home partition to be mounted. Only set the root partition (/) and your swap space.</p>
<p>Once the installation is complete, reboot and load it up.</p>
<p>Now, you&#8217;ll want to find the partition that /home is mounted under, this will likely be /dev/sdxN, where x is the drive letter and N is the partition number (i.e mine is located under /dev/sda5). </p>
<p>If you&#8217;re unsure, you can list the possible drives using the following command:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">ls</span> /dev/ | <span class="kw2">grep</span> sd</div>
<p>And then you can mount each drive under in a temp directory and check what&#8217;s in there:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">mkdir</span> temp<br />
<span class="kw2">mount</span> /dev/sda1 temp</div>
<p>Once you know which partition you want, it&#8217;s time to edit your /etc/fstab/</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> gedit /etc/fstab</div>
<p>For those who don&#8217;t go digging around in the config files of linux, this may look pretty daunting, but it isn&#8217;t. All you really need to do is add a new line to mount your home partition. Here&#8217;s mine:</p>
<div class="dean_ch" style="white-space: wrap;">/dev/sda5&nbsp; &nbsp; &nbsp; &nbsp;/home/&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ext4&nbsp; &nbsp; defaults&nbsp; &nbsp; &nbsp; &nbsp; <span class="nu0">1</span>&nbsp; &nbsp; &nbsp; &nbsp;<span class="nu0">2</span></div>
<p>The first part is the partition that&#8217;s being used, next what the partition is. Next is the file system type. Followed by default options and then the dump and pass values.</p>
<p>Once you&#8217;ve saved this file with the appended line, reboot your system. Now you should find your old home partition is mounted normally and you can get on with your install.</p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2012/04/11/ubuntu-12-04-removing-conflicting-operating-system-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
