<?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>David Dietrich&#039;s Business Technology Blog &#187; Administration</title>
	<atom:link href="http://www.daviddietrich.com/topics/linux/administration-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daviddietrich.com</link>
	<description>Business Technology Tips</description>
	<lastBuildDate>Fri, 20 Aug 2010 23:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Initializing a new instance of Linux</title>
		<link>http://www.daviddietrich.com/2010/01/14/initializing-a-new-instance-of-linux/</link>
		<comments>http://www.daviddietrich.com/2010/01/14/initializing-a-new-instance-of-linux/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 05:31:30 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=172</guid>
		<description><![CDATA[After a fresh install of Linux, there are a number of tasks I like to do. I like having commands and aliases that I am used to installed. Copy /opt/scripts Create /opt/sw /opt/scripts/stopUnusedServices.sh set up MySQL Install WebMin and VirtualMin for managing your domain names and their.]]></description>
			<content:encoded><![CDATA[<p>After a fresh install of Linux, there are a number of tasks I like to do. I like having commands and aliases that I am used to installed.</p>
<p>Copy /opt/scripts</p>
<p>Create /opt/sw</p>
<p>/opt/scripts/stopUnusedServices.sh</p>
<p>set up MySQL</p>
<p>Install WebMin and VirtualMin for managing your domain names and their.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2010/01/14/initializing-a-new-instance-of-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error in /etc/fstab stopping Linux boot</title>
		<link>http://www.daviddietrich.com/2009/06/26/error-in-etcfstab-stopping-linux-boot/</link>
		<comments>http://www.daviddietrich.com/2009/06/26/error-in-etcfstab-stopping-linux-boot/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 18:11:00 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=151</guid>
		<description><![CDATA[In Linux, there are times when you need to edit your /etc/fstab file to add a new disk. Sometimes, you may accidentally edit the wrong information which will cause Linux to not boot. Usually though, Linux plays nice and boots to a command prompt. Unfortunately, you are now booted into a read-only filesystem so you [...]]]></description>
			<content:encoded><![CDATA[<p>In Linux, there are times when you need to edit your /etc/fstab file to add a new disk. Sometimes, you may accidentally edit the wrong information which will cause Linux to not boot. Usually though, Linux plays nice and boots to a command prompt. Unfortunately, you are now booted into a read-only filesystem so you are unable to save your /etc/fstab.</p>
<p>What you need to do is first set the operating system to read/write (r/w). To do this run the following command:</p>
<p><strong>&gt;mount -o remount,rw /</strong></p>
<p>If /etc is on a different volume, then run this command (replace /dev/sda1 with your /etc volume):</p>
<p><strong>&gt;mount -t ext3 /dev/sda1 / -o remount,rw</strong></p>
<p>Some people have complained about kernels that are not compiled to support the reldiratime option. If you are still having trouble editing and saving /etc/fstab, try this:</p>
<p>&gt;mount -o remount,defaults /</p>
<p>You should now be able to edit and save your /etc/fstab file and reboot and have Linux back again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2009/06/26/error-in-etcfstab-stopping-linux-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
