<?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>Michael Helm&#039;s Technology Blog &#187; umount</title>
	<atom:link href="http://www.ihelm.org.uk/tag/umount/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ihelm.org.uk</link>
	<description>Linux Servers, Cpanel and Mysql along with my own tech thoughts</description>
	<lastBuildDate>Thu, 29 Sep 2011 22:19:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Re-mounting linux filesystems on the fly.</title>
		<link>http://www.ihelm.org.uk/2010/04/re-mounting-linux-filesystems-on-the-fly/</link>
		<comments>http://www.ihelm.org.uk/2010/04/re-mounting-linux-filesystems-on-the-fly/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 21:28:59 +0000</pubDate>
		<dc:creator>mhelm</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[umount]]></category>

		<guid isPermaLink="false">http://www.ihelm.org.uk/?p=121</guid>
		<description><![CDATA[You can remount a linux system on the fly like this:-

umount tmpfs]]></description>
			<content:encoded><![CDATA[<p>You can remount a linux system on the fly like this:-</p>
<p>umount tmpfs</p>
<p>The above command will ask the OS to unmount the filesystem identified by tmpfs in the fstab file.</p>
<p>This may return an error if you are actively using it &#8211; i.e. you have an ssh session open and are in the filesystem or open files exist. &#8211; Exit any of these and try again <img src='http://www.ihelm.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>mount tmpfs</p>
<p>The above command will attempt to re-mount the drive.</p>
<p>When would you use this?  Normally if you have done some dynamic re-sizing of a partition  - for example the tmpfs partition &#8211; see post:</p>
<p><a href="http://www.ihelm.org.uk/2010/04/resizing-ram-disk-in-linux-devshm/">http://www.ihelm.org.uk/2010/04/resizing-ram-disk-in-linux-devshm/</a></p>
<p>for more info on how to do that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ihelm.org.uk/2010/04/re-mounting-linux-filesystems-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

