How to compile kernel with NTFS support

General discussion about Linux, Linux distribution, using Linux etc.
Post Reply
mudasir
Captain
Posts: 565
Joined: Tue Oct 17, 2006 5:23 am
Location: Dubai
Contact:

How to compile kernel with NTFS support

Post by mudasir »

Hi,
I am using FC5, and was trying to mount NTFS partition on it. I did few thing for this task like i downloaded Kernel-ntfs-driver from

http://www.linux-ntfs.org/content/view/187/

and installed it. It mounted the partition correctly but its is only readable. I also tried
mount /dev/hdb3 /songs -t ntfs -r -o umask=0222
and
mount /dev/hdb5 /eng -t ntfs -rw -o umask=777

i got the samething a folder with readonly permissions.

Please help me out.
I am creating a web-server for my local network, previously it was on Windows 2003 Ent. Server. Now i am shifting it on linux, so all my partitions are on NTFS.

Please Help Me Out...
Kind Regards
Mudasir Mirza (RHCE)
(+971)55-1045754
http://www.crystalnetworks.org
http://www.diglinux.com
fawad
Site Admin
Posts: 918
Joined: Wed Aug 07, 2002 8:00 pm
Location: Addison, IL
Contact:

Post by fawad »

You want to do

mount /dev/hdb5 /eng -t ntfs -o rw

(I haven't ever written to NTFS partitions, but it's generally the way to mount read/write).

-fawad
kbukhari
Major General
Posts: 1222
Joined: Sat Dec 31, 2005 12:29 am
Location: Lahore
Contact:

Post by kbukhari »

fawad wrote:You want to do

mount /dev/hdb5 /eng -t ntfs -o rw

(I haven't ever written to NTFS partitions, but it's generally the way to mount read/write).

-fawad

as fas as i know ntfs wont allow to write in linux
--
Syed Kashif Ali Bukhari
+92-345-8444420
http://sysadminsline.com
http://kashifbukhari.com
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear kbukhari,
Salam,
kbukhari wrote:as fas as i know ntfs wont allow to write in linux
Wrong, not any more ;)

FYI, http://bisqwit.iki.fi/story/howto/ntfs/

Best Regards.
Farrukh Ahmed
kbukhari
Major General
Posts: 1222
Joined: Sat Dec 31, 2005 12:29 am
Location: Lahore
Contact:

Post by kbukhari »

Hmm thanks
--
Syed Kashif Ali Bukhari
+92-345-8444420
http://sysadminsline.com
http://kashifbukhari.com
sarthor
Battalion Quarter Master Havaldaar
Posts: 241
Joined: Wed Dec 24, 2003 2:36 am
Location: Pukhtoonistan
Contact:

Post by sarthor »

Salam O Alykum,

yum -y install ntfs-3g

ntfs-3g /dev/hdyourpartition /targetdir
or
mount -t ntfs-3g /dev/hdyourpartition /targetdir

I have test it on FC6.. Working fine,

Salam O Alykum.
Tefl E Maktab
-----------------------------
----- ----- ----- ------ ------ -------
Post Reply