<?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>Think really different &#187; df</title>
	<atom:link href="http://unixbitch.com/tag/df/feed/" rel="self" type="application/rss+xml" />
	<link>http://unixbitch.com</link>
	<description></description>
	<lastBuildDate>Sun, 14 Aug 2011 14:51:36 +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>Filesystem</title>
		<link>http://unixbitch.com/2009/11/filesystem/</link>
		<comments>http://unixbitch.com/2009/11/filesystem/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 01:55:48 +0000</pubDate>
		<dc:creator>sdnew</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[bdf]]></category>
		<category><![CDATA[df]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[mount point]]></category>
		<category><![CDATA[mounts]]></category>

		<guid isPermaLink="false">http://unixbitch.com/?p=251</guid>
		<description><![CDATA[I will be training a new member of our team as I commit to do so before I leave :) Our work are mostly on filesystem so I need to start there. What is a filesystem and what is a &#8230; <a href="http://unixbitch.com/2009/11/filesystem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I will be training a new member of our team as I commit to do so before I leave :)</p>
<p>Our work are mostly on filesystem so I need to start there.</p>
<p><em>What is a filesystem and what is a mount point? </em>Most people are confused with these two so I will explain here based on how I understand it.</p>
<p>A <strong>filesystem </strong>is basically the repository for all your files and as RedHat said that a filesystem is a disk drive by itself provides a place to store data, and nothing more.</p>
<p>To be able to access any filesystem you need mount it to make is available to the system. In order to do these you need a device file representing the desired disk and partition and a directory under which the mounted filesytem will be made available and that directory is known as the<strong> mount point</strong>.</p>
<blockquote><p>When a filesystem is mounted, that filesystem is made available as a set of subdirectories under the specified mount point.</p></blockquote>
<p>for example on a system we have a directory named unix and the full path would be <strong>/unix </strong>and assume that there is a filesystem to be mounted to that directory. If that filesystem had a file in it called <strong>sample.txt</strong> and you mount the filesystem to /unix, in that case,  you can access the file with the below full file specification.</p>
<p><strong>/unix/sample.txt</strong></p>
<p>If in you change the mount point of the filesystem to <strong>/linux </strong>the full file specification would be</p>
<p><strong>/linux/sample.txt</strong></p>
<p>To see what is mounted you can view <strong>/etc/mtab</strong> and <strong>/proc/mounts</strong> on Linux and <strong>/etc/mnttab</strong> on HP-UX, you can also use <strong>df</strong> command and <strong>bdf</strong> command for HP-UX.</p>
<p>While <strong>/etc/fstab</strong> is used to control what systems are mounted when the system boots, as well as to supply default values for other file systems that may be mounted manually from time to time.</p>
<p>This is it for now, we&#8217;ll continue on LVM</p>
]]></content:encoded>
			<wfw:commentRss>http://unixbitch.com/2009/11/filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

