LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs > prasun_mitra
User Name
Password

Notices


Rate this Entry

How To Mount NTFS Partions In RHEL5 Options

Posted 06-24-2008 at 04:23 AM by prasun_mitra

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 link..


http://rapidshare.com/files/124042573/NTFS-3G.zip


Step 1] Install GCC and Kernel Developemnt Package..
#yum install gcc*
#yum install kernel-devel*


Step 2] Unzip NTFS-3G.zip


a} Uncompress fuse-2.6.5.tar And Copy to /root
b} Uncompress ntfs-3g-1.417 And Copy To /root


Step 3]
#cd fuse-2.6.5
#./configure
#make
#make Install
---------------------------------------------------------------
#cd
#cd ntfs-3g-1.417
#./configure
#make
#make Install


Step 4] Mount the /dev/hda1 {Your NTFS Partion}
#Mount -t ntfs-3g /dev/hda1 /mnt


***Note: - Edit /etc/fstab to Auto Mount the Partions. Use ntfs-3g as
file system Type


Following is the Example of /etc/fstab file : -


LABEL=/ / ext3
defaults 1 1
LABEL=/boot /boot ext3
defaults 1 2
devpts /dev/pts devpts
gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs
defaults 0 0
LABEL=/home /home ext3
defaults 1 2
proc /proc proc
defaults 0 0
sysfs /sys sysfs
defaults 0 0
/dev/sda9 swap swap
defaults 0 0
/dev/sda6 /mnt/winh ntfs-3g
defaults 0 0
/dev/sda7 /mnt/wine ntfs-3g
defaults 0 0


Contact me if You face any problem mounting ntfs
partions..
Enjoy :)

Posted in Uncategorized
Views 5126 Comments 0
« Prev     Main     Next »

  



All times are GMT -5. The time now is 04:24 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration