<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LinuxQuestions.org - Blogs - prasun_mitra</title>
		<link>http://www.linuxquestions.org/questions/blog/prasun_mitra-362186/</link>
		<description>LinuxQuestions.org offers a free Linux forum where Linux newbies can ask questions and Linux experts can offer advice. Topics include security, installation, networking and much more.</description>
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 12:06:09 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://lqo-thequestionsnetw.netdna-ssl.com/questions/images/misc/rss.jpg</url>
			<title>LinuxQuestions.org - Blogs - prasun_mitra</title>
			<link>http://www.linuxquestions.org/questions/blog/prasun_mitra-362186/</link>
		</image>
		<item>
			<title>How To Mount NTFS Partions In RHEL5 Options </title>
			<link>http://www.linuxquestions.org/questions/blog/prasun_mitra-362186/how-to-mount-ntfs-partions-in-rhel5-options-936/</link>
			<pubDate>Tue, 24 Jun 2008 09:23:10 GMT</pubDate>
			<description><![CDATA[You Will Need Two Packages  
 
a] fuse-2.6.5  or Higher  
b] ntfs-3g-1.417 or Higher  
 
 
which is freely available or you can download it the below...]]></description>
			<content:encoded><![CDATA[<div>You Will Need Two Packages <br />
<br />
a] fuse-2.6.5  or Higher <br />
b] ntfs-3g-1.417 or Higher <br />
<br />
<br />
which is freely available or you can download it the below link.. <br />
<br />
<br />
http://rapidshare.com/files/124042573/NTFS-3G.zip <br />
<br />
<br />
Step 1] Install GCC and Kernel Developemnt Package.. <br />
            #yum install gcc* <br />
            #yum install kernel-devel* <br />
<br />
<br />
Step 2] Unzip NTFS-3G.zip <br />
<br />
<br />
a} Uncompress fuse-2.6.5.tar And Copy to /root <br />
b} Uncompress ntfs-3g-1.417  And Copy To /root <br />
<br />
<br />
Step 3] <br />
           #cd fuse-2.6.5 <br />
           #./configure <br />
           #make <br />
           #make Install <br />
--------------------------------------------------------------- <br />
           #cd <br />
           #cd ntfs-3g-1.417 <br />
           #./configure <br />
           #make <br />
           #make Install <br />
<br />
<br />
Step 4] Mount the /dev/hda1 {Your NTFS Partion} <br />
            #Mount -t ntfs-3g /dev/hda1 /mnt <br />
<br />
<br />
***Note: - Edit /etc/fstab to Auto Mount the Partions. Use ntfs-3g as <br />
file system Type <br />
<br />
<br />
Following is the Example of /etc/fstab file : - <br />
<br />
<br />
LABEL=/               /                         ext3 <br />
defaults                1 1 <br />
LABEL=/boot         /boot                   ext3 <br />
defaults                1 2 <br />
devpts                   /dev/pts               devpts <br />
gid=5,mode=620   0 0 <br />
tmpfs                    /dev/shm             tmpfs <br />
defaults                0 0 <br />
LABEL=/home       /home                 ext3 <br />
defaults               1 2 <br />
proc                      /proc                   proc <br />
defaults               0 0 <br />
sysfs                    /sys                     sysfs <br />
defaults               0 0 <br />
/dev/sda9              swap                    swap <br />
defaults               0 0 <br />
/dev/sda6              /mnt/winh              ntfs-3g <br />
defaults               0 0 <br />
/dev/sda7              /mnt/wine              ntfs-3g <br />
defaults               0 0 <br />
<br />
<br />
              Contact me if You face any problem mounting ntfs <br />
partions.. <br />
Enjoy :) <br />
<br />
</div>

]]></content:encoded>
			<dc:creator>prasun_mitra</dc:creator>
			<guid isPermaLink="true">http://www.linuxquestions.org/questions/blog/prasun_mitra-362186/how-to-mount-ntfs-partions-in-rhel5-options-936/</guid>
		</item>
	</channel>
</rss>
