<?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>ServerSignature Linux Community Support Blog Page &#187; filesystem</title>
	<atom:link href="http://support.serversignature.com/tag/filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.serversignature.com</link>
	<description>Linux Server Management &#38; Consulting  Services :  Contact Email - admin@serversignature.com &#124; Web: serversignature.com</description>
	<lastBuildDate>Sun, 20 Jun 2010 17:59:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mounting an NTFS filesystem</title>
		<link>http://support.serversignature.com/tips/mounting-an-ntfs-filesystem/</link>
		<comments>http://support.serversignature.com/tips/mounting-an-ntfs-filesystem/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 03:04:34 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[Mounting]]></category>
		<category><![CDATA[NTFS]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=159</guid>
		<description><![CDATA[Mounting an NTFS filesystem
Suppose your ntfs filesystem is /dev/sda1 and you are going to mount it on /mymnt/win, do the following.
First, create a mount point.

mkdir /mymnt/win 
Next, edit /etc/fstab as follows. To mount read-only:

/dev/sda1       /mymnt/win   ntfs-3g  ro,umask=0222,defaults 0 0 

To mount read-write:
/dev/sda1     [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/tips/mounting-an-ntfs-filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running fsck on your server</title>
		<link>http://support.serversignature.com/fsck/running-fsck-on-your-server/</link>
		<comments>http://support.serversignature.com/fsck/running-fsck-on-your-server/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 08:03:24 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[fsck]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=127</guid>
		<description><![CDATA[Q.  My laptop partition  /dev/sdb1  is showing file system error, how  do i use fsck command to check for file system error and repair the partition.

Solution  is to use   fsck &#8211; check and repair a Linux file system or use e2fsck &#8211; check a Linux ext2/ext3 file system.
Device                  [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/fsck/running-fsck-on-your-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
