<?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</title>
	<atom:link href="https://alexsleat.co.uk/tag/mount/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Mon, 18 Jun 2012 12:50:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Installing packages from CD in Arch Linux</title>
		<link>https://alexsleat.co.uk/2011/03/10/installing-packages-from-cd-in-arch-linux/</link>
		<comments>https://alexsleat.co.uk/2011/03/10/installing-packages-from-cd-in-arch-linux/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 22:02:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[cdrom]]></category>
		<category><![CDATA[core-pkgs.sqfs]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[pacman]]></category>
		<category><![CDATA[pkgs]]></category>
		<category><![CDATA[sqfs]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=12317</guid>
		<description><![CDATA[<br/><p>Okay, so you have Arch Linux installed and let&#8217;s say you&#8217;re wifi isn&#8217;t working and you need the package &#8220;iwlwifi-3945-ucode-15.32.2.9-2-any.pkg.tar.gz&#8221; to fix this but you don&#8217;t have a wired connect. What do you do? Blast in your Arch cd, mount it, mount the packages sqfs file and install using pacman. </p> <p>Mount cdrom:</p> mkdir [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Okay, so you have Arch Linux installed and let&#8217;s say you&#8217;re wifi isn&#8217;t working and you need the package &#8220;iwlwifi-3945-ucode-15.32.2.9-2-any.pkg.tar.gz&#8221; to fix this but you don&#8217;t have a wired connect. What do you do? Blast in your Arch cd, mount it, mount the packages sqfs file and install using pacman. </p>
<p><strong>Mount cdrom:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">mkdir</span> /mnt/cdrom/<br />
<span class="kw2">mount</span> /dev/cdrom /mnt/cdrom/</div>
<p><strong>Mount *-pkgs.sqfs:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">mkdir</span> /mnt/pkgs/<br />
<span class="kw2">mount</span> -o loop core-pkgs.sqfs /mnt/pkgs/<br />
<span class="kw3">cd</span> /mnt/pkgs/</div>
<p><strong>Install pkg.tar.gz:</strong></p>
<div class="dean_ch" style="white-space: wrap;">pacman -U package-name.pkg.<span class="kw2">tar</span>.gz</div>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/03/10/installing-packages-from-cd-in-arch-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HowTo: Mount USB Persistent casper-rw File in Linux</title>
		<link>https://alexsleat.co.uk/2011/02/06/howto-mount-usb-persistent-casper-rw-file-in-linux/</link>
		<comments>https://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">https://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>https://alexsleat.co.uk/2011/02/06/howto-mount-usb-persistent-casper-rw-file-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
