<?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>Ramblings from MostlyChris &#187; Disk</title>
	<atom:link href="http://blog.mostlychris.com/category/disk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostlychris.com</link>
	<description>Tech stuff and a bit more</description>
	<lastBuildDate>Tue, 27 Dec 2011 14:23:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Checking drive status HP</title>
		<link>http://blog.mostlychris.com/2010/03/checking-drive-status-hp/</link>
		<comments>http://blog.mostlychris.com/2010/03/checking-drive-status-hp/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 08:17:01 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Disk]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=651</guid>
		<description><![CDATA[Along with my megacli post, I need to remember how to check drives/RAID on an HP server so here it is. hpacucli controller slot=1 ld all show You'll need to replace the slot with the appropriate one for your configuration. That should do it.]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2010/03/checking-drive-status-hp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick and dirty (simple) NFS setup in 8 steps</title>
		<link>http://blog.mostlychris.com/2009/12/quick-and-dirty-simple-nfs-setup/</link>
		<comments>http://blog.mostlychris.com/2009/12/quick-and-dirty-simple-nfs-setup/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 05:36:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Disk]]></category>
		<category><![CDATA[NFS]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=617</guid>
		<description><![CDATA[Follow these simple steps to setup an NFS client/server. First, some housekeeping for this example. Server machine (server) = 192.168.1.1 Client machine (client) = 192.168.1.2 Exported directory /nfs/export ### The server steps ### 1. Create an entry in /etc/exports with the exported directory and client IP. /nfs/export 192.168.1.2&#40;rw&#41; The (rw) sets the directory to be [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/12/quick-and-dirty-simple-nfs-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check RAID status with megacli</title>
		<link>http://blog.mostlychris.com/2009/07/check-raid-status-with-megacli/</link>
		<comments>http://blog.mostlychris.com/2009/07/check-raid-status-with-megacli/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 11:10:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Disk]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[megacli]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=520</guid>
		<description><![CDATA[A simple and quick way to get a status of the adapters and devices in the RAID array using megacli is to run the following command: megacli -AdpAllInfo -aALL It will output a LOT of information for the adapter, but you should see the Device Present section that shows the status of the drives. For [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/07/check-raid-status-with-megacli/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding Inodes</title>
		<link>http://blog.mostlychris.com/2009/07/finding-inodes/</link>
		<comments>http://blog.mostlychris.com/2009/07/finding-inodes/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 08:29:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Disk]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=516</guid>
		<description><![CDATA[I ran across a server in which all the inodes were used and this was causing myriad issues on the server. # df -i Filesystem &#160; &#160; &#160; &#160; &#160; &#160;Inodes &#160; IUsed &#160; IFree IUse% Mounted on /dev/sda5 &#160; &#160; &#160; &#160; &#160; &#160;16318464 16318464 &#160; &#160; &#160; 0 &#160;100% / I needed to [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/07/finding-inodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAID Controller Acces via Web</title>
		<link>http://blog.mostlychris.com/2009/04/raid-controller-acces-via-web/</link>
		<comments>http://blog.mostlychris.com/2009/04/raid-controller-acces-via-web/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 21:53:39 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Disk]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=405</guid>
		<description><![CDATA[If configured, you can access the RAID controllers in a Dell server or an HP server by browsing to the IP address of the server and using the ports listed. Dell Servers (OpenManage) https://ip.ad.dr.es:1311 HP Servers https://ip.ad.dr.es:2381 Notice they are both https.]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/04/raid-controller-acces-via-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Emergency Space on Drive</title>
		<link>http://blog.mostlychris.com/2009/04/making-emergency-space-on-drive/</link>
		<comments>http://blog.mostlychris.com/2009/04/making-emergency-space-on-drive/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 21:47:48 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Disk]]></category>
		<category><![CDATA[disk space]]></category>
		<category><![CDATA[drive space]]></category>
		<category><![CDATA[tune2fs]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=401</guid>
		<description><![CDATA[If you find yourself in a situation where you have run out of drive space and your applications are failing as a result, you can run the following command to remove the reserve blocks on the drive and make some space. tune2fs -m 0 /dev/devicename Replace /dev/devicename with the partition you need to make space [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/04/making-emergency-space-on-drive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Raid Expansion</title>
		<link>http://blog.mostlychris.com/2009/04/395/</link>
		<comments>http://blog.mostlychris.com/2009/04/395/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 21:40:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Disk]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=395</guid>
		<description><![CDATA[NOTE: RAID expansions can take a few hours to complete, especially if done on-line. This assumes that new drives have been added to the RAID array and a rebuild of the array has been done. You will need to follow these steps to have the OS recognize the new space. 1. Confirm fdisk -l shows [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/04/395/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Access Control List</title>
		<link>http://blog.mostlychris.com/2009/04/file-access-control-list/</link>
		<comments>http://blog.mostlychris.com/2009/04/file-access-control-list/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 08:18:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Disk]]></category>
		<category><![CDATA[facl]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=372</guid>
		<description><![CDATA[Lets suppose you have a shared httpdocs directory on your server in which you would like to have your developers gain access. However, there is going to be more than one developer and each one will have their own login credentials. This becomes a problem because of file ownership permissions. If one developer has uploaded [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/04/file-access-control-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

