<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Linux Tutorial &#187; File System</title>
	<atom:link href="http://www.kernelhardware.org/category/file-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kernelhardware.org</link>
	<description>Your Source for Linux tutorials, programming and hardware advice</description>
	<lastBuildDate>Fri, 20 Jan 2012 01:28:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to check for bad blocks</title>
		<link>http://www.kernelhardware.org/how-to-check-for-bad-blocks/</link>
		<comments>http://www.kernelhardware.org/how-to-check-for-bad-blocks/#comments</comments>
		<pubDate>Wed, 06 May 2009 22:09:50 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[bad blocks]]></category>
		<category><![CDATA[check bad blocks]]></category>
		<category><![CDATA[file system bad blocks]]></category>
		<category><![CDATA[file system check]]></category>
		<category><![CDATA[filesystem error]]></category>
		<category><![CDATA[fsck]]></category>
		<category><![CDATA[hard drive error]]></category>

		<guid isPermaLink="false">http://www.kernelhardware.org/?p=269</guid>
		<description><![CDATA[<p>Scenario / Question:
How do I check my hard drive for bad blocks and if any bad blocks are found add them to the bad block inode to prevent them from being allocated in the future.
Solution / Answer:
Run fsck and have it run bad blocks program. This allows fsck to fix any bad blocks that are <a href='http://www.kernelhardware.org/how-to-check-for-bad-blocks/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/how-to-check-for-bad-blocks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Erase MBR</title>
		<link>http://www.kernelhardware.org/erase-mbr/</link>
		<comments>http://www.kernelhardware.org/erase-mbr/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:58:43 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[boot loader]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[fdisk mbr]]></category>
		<category><![CDATA[master-boot-record]]></category>
		<category><![CDATA[mbr]]></category>

		<guid isPermaLink="false">http://www.kernelhardware.org/?p=264</guid>
		<description><![CDATA[<p>Scenario / Question:
How do I remove a third party boot loader from the MBR
Solution / Answer:
Erase the first 512 bytes of the harddrive to remove the bootloader
Erase MBR
Using a linux boot cd:
# dd if=/dev/zero of=/dev/hda1 bs=512 count=1
Windows dos boot disk:
fdisk /mbr
Windows XP recovery <a href='http://www.kernelhardware.org/erase-mbr/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/erase-mbr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving and Renaming Directories and Files</title>
		<link>http://www.kernelhardware.org/moving-and-renaming-directories-and-files/</link>
		<comments>http://www.kernelhardware.org/moving-and-renaming-directories-and-files/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 20:00:42 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[command-mv]]></category>
		<category><![CDATA[move-directories]]></category>
		<category><![CDATA[move-directory]]></category>
		<category><![CDATA[move-file]]></category>
		<category><![CDATA[move-files]]></category>
		<category><![CDATA[rename-directories]]></category>
		<category><![CDATA[rename-directory]]></category>
		<category><![CDATA[rename-file]]></category>
		<category><![CDATA[rename-files]]></category>

		<guid isPermaLink="false">http://www.kernelhardware.org/?p=199</guid>
		<description><![CDATA[<p>Now that we know how to create directories and files we need to be able to rename them and move them.
In Linux the command to move and rename is the same !
command to rename and move directories and files
NAME
mv &#8211; move (rename) files
SYNOPSIS
mv [OPTION]&#8230; [-T] SOURCE DEST
mv <a href='http://www.kernelhardware.org/moving-and-renaming-directories-and-files/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/moving-and-renaming-directories-and-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Beginner Linux Administrator]]></series:name>
	</item>
		<item>
		<title>Creating Directories and Files</title>
		<link>http://www.kernelhardware.org/linux-creating-directories-files/</link>
		<comments>http://www.kernelhardware.org/linux-creating-directories-files/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 12:00:15 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[command-mkdir]]></category>
		<category><![CDATA[command-touch]]></category>
		<category><![CDATA[create-directories]]></category>
		<category><![CDATA[create-directory]]></category>
		<category><![CDATA[create-file]]></category>
		<category><![CDATA[create-files]]></category>
		<category><![CDATA[linux-mkdir]]></category>
		<category><![CDATA[linux-touch]]></category>
		<category><![CDATA[mkdir]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://www.kernelhardware.org/?p=193</guid>
		<description><![CDATA[<p>Today we begin learning how to work with the file system. We will cover how to create directories and files.
The command to create directories
NAME
mkdir &#8211; make directories
SYNOPSIS
mkdir [OPTION] DIRECTORY&#8230;
Lets first change our working directory to the temporary directory /tmp:
$ cd <a href='http://www.kernelhardware.org/linux-creating-directories-files/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/linux-creating-directories-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Beginner Linux Administrator]]></series:name>
	</item>
		<item>
		<title>Deleting or Removing Directories and Files</title>
		<link>http://www.kernelhardware.org/deleting-removing-directories-and-files/</link>
		<comments>http://www.kernelhardware.org/deleting-removing-directories-and-files/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 20:00:02 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[command-rm]]></category>
		<category><![CDATA[command-rmdir]]></category>
		<category><![CDATA[delete-directories]]></category>
		<category><![CDATA[delete-directory]]></category>
		<category><![CDATA[delete-file]]></category>
		<category><![CDATA[delete-files]]></category>
		<category><![CDATA[removing-directories]]></category>
		<category><![CDATA[removing-directory]]></category>
		<category><![CDATA[removing-file]]></category>
		<category><![CDATA[removing-files]]></category>

		<guid isPermaLink="false">http://www.kernelhardware.org/?p=207</guid>
		<description><![CDATA[<p>Now that we know how to create directories and files, we need to learn how to delete them.
There are two commands for deleting or removing directories in linux. The command &#8220;rmdir&#8221; and &#8220;rm&#8221;.
The &#8220;rmdir&#8221; and &#8220;rm&#8221; commands are unforgiving and there is <a href='http://www.kernelhardware.org/deleting-removing-directories-and-files/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/deleting-removing-directories-and-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Beginner Linux Administrator]]></series:name>
	</item>
		<item>
		<title>Navigating the Linux File System</title>
		<link>http://www.kernelhardware.org/navigating-linux-file-system/</link>
		<comments>http://www.kernelhardware.org/navigating-linux-file-system/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 00:12:37 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[absolute-path]]></category>
		<category><![CDATA[change-directory]]></category>
		<category><![CDATA[linux-cd-command]]></category>
		<category><![CDATA[linux-directories]]></category>
		<category><![CDATA[linux-directory]]></category>
		<category><![CDATA[linux-file-system]]></category>
		<category><![CDATA[linux-ls-command]]></category>
		<category><![CDATA[linux-pwd-command]]></category>
		<category><![CDATA[list-directory]]></category>
		<category><![CDATA[navigate-file-system]]></category>
		<category><![CDATA[navigate-linux]]></category>
		<category><![CDATA[relative-path]]></category>

		<guid isPermaLink="false">http://www.kernelhardware.org/?p=181</guid>
		<description><![CDATA[<p>Now that we know how the Linux File system is structured, we need to be able to move around or navigate.
Before we can begin navigating we need to be able to list the contents of directories so that we can see where we can go.
The command to list a directories contents.
NAME
ls &#8211; list <a href='http://www.kernelhardware.org/navigating-linux-file-system/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/navigating-linux-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Beginner Linux Administrator]]></series:name>
	</item>
		<item>
		<title>Linux File System Structure</title>
		<link>http://www.kernelhardware.org/linux-file-system-structure/</link>
		<comments>http://www.kernelhardware.org/linux-file-system-structure/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 00:11:08 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[fhs]]></category>
		<category><![CDATA[file-system-hierachy]]></category>
		<category><![CDATA[filesystem-hierarchy-standard]]></category>
		<category><![CDATA[linux-file-system]]></category>
		<category><![CDATA[linux-file-system-structure]]></category>

		<guid isPermaLink="false">http://www.kernelhardware.org/?p=174</guid>
		<description><![CDATA[<p>While initially discussion on the file system structure isn&#8217;t the most exciting part of Linux. Knowing how the Linux file system is structured will help you understand Linux and be a better Linux user and administrator.
The Linux File system is different in that it has One Tree and One <a href='http://www.kernelhardware.org/linux-file-system-structure/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/linux-file-system-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Beginner Linux Administrator]]></series:name>
	</item>
		<item>
		<title>How should I run fsck on a Linux file system</title>
		<link>http://www.kernelhardware.org/how-should-run-fsck-linux-file-system/</link>
		<comments>http://www.kernelhardware.org/how-should-run-fsck-linux-file-system/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:08:07 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[data-corruption]]></category>
		<category><![CDATA[file-corruption]]></category>
		<category><![CDATA[file-system-corruption]]></category>
		<category><![CDATA[fsck]]></category>
		<category><![CDATA[fsck-root]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[linux-file-system]]></category>
		<category><![CDATA[reboot-command]]></category>
		<category><![CDATA[RedHat]]></category>
		<category><![CDATA[rescue-mode]]></category>
		<category><![CDATA[single-user-mode]]></category>

		<guid isPermaLink="false">http://kernelhardware.org/?p=81</guid>
		<description><![CDATA[<p>Scenario / Question:
I need to check file system for errors using fsck. Can I run fsck on a mounted file system ?
Solution / Answer:
Running fsck on a mounted file system can result in data corruption. The two options are:
1) Change the running state of the system to single user mode and unmount <a href='http://www.kernelhardware.org/how-should-run-fsck-linux-file-system/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/how-should-run-fsck-linux-file-system/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Linux LVM Extend on Software RAID Partition</title>
		<link>http://www.kernelhardware.org/linux-lvm-extend-software-raid/</link>
		<comments>http://www.kernelhardware.org/linux-lvm-extend-software-raid/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 01:39:26 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[extend]]></category>
		<category><![CDATA[lvextend]]></category>
		<category><![CDATA[lvresize]]></category>
		<category><![CDATA[pvcreate]]></category>
		<category><![CDATA[red-hat]]></category>
		<category><![CDATA[software raid]]></category>

		<guid isPermaLink="false">http://kernelhardware.org/?p=35</guid>
		<description><![CDATA[<p>Scenario / Question:
How do I extend my LVM to include another RAID Array partition
Solution / Answer:
Create a new Physical Volume
Extend the Volume Group
Extend the Logical Volume
Resize the File System to the new size
Display the current Physical Volumes:
# pvdisplay
  --- Physical volume ---
 <a href='http://www.kernelhardware.org/linux-lvm-extend-software-raid/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/linux-lvm-extend-software-raid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

