GagA// 0n D nEt

It is currently Sun Sep 05, 2010 10:31 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Mounting NTFS filesystem on RHEL4
PostPosted: Fri Oct 17, 2008 1:55 am 
Offline

Joined: Wed Jul 18, 2007 1:14 am
Posts: 193
You can mount a NTFS file system/partition on your RHEL4 machine.

You need to have a few utilities. The following are the important ones:
Code:
fuse
fuse-ntfs
dkms-fuse

Download the above RPMS and install it using the following command
Quote:
[root@gagan src]# rpm -ivh *

Please note that the above command considers that only the above 3 packages are present in the /usr/src folder.

You will now have to run the following command to load the fuse module:
Quote:
[root@gagan src]# modprobe fuse

Verify if the module has been loaded
Quote:
[root@gagan src]# lsmod | grep fuse

That should do it.

You can now mount a NTFS partition on your machine.

The following command can be used for the same:
Quote:
[root@gagan ~]# mount -t ntfs-3g /dev/sdax /mnt/ntfs-filesystem

Or
Quote:
[root@gagan ~]# ntfsmount /dev/sdax /mnt/ntfs-filesystem

Where /dev/sdax is the NTFS partition which will be mounted on /mnt/ntfs-filesystem.

Note: A very important note, before you try this, you need to ensure that your OS has the DKMS (Dynamic Kernel Module Support). If it is not there the above won't work. In such cases, first install DKMS and then follow the steps above.


Last edited by GagAn on Sat Oct 18, 2008 1:33 am, edited 1 time in total.
Added a note about dkms


Top
 Profile  
 
 Post subject: Re: Mounting NTFS filesystem on RHEL4
PostPosted: Thu Feb 04, 2010 8:09 am 
Offline

Joined: Sat Jan 26, 2008 4:47 am
Posts: 9
mount -t ntfs-3g does not work only if fuse is installed you also need to install fuse-libs and fuse-ntfs-3g.

yum repos for rhel5 has fuse-libs and for fuse-ntfs-3g you can download it from http://dag.wieers.com/rpm/packages/fuse-ntfs-3g/

Quote:
# mount.ntfs-3g /dev/sdx /mnt/


note : if you need to mount the drive forcefully then use -o force in the prefix
Quote:
# mount.ntfs-3g /dev/sdx /mnt/ -o force


thats it!

Thanks!

_________________
-Husain.
There is no inheritance greater than good character.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
GagA// 0n D nEt © 2007, 2008 -- Powered by phpBB