i learned that ntfs file system not supported by centos. and i try to tell my system version with uname -r and find my version is 2.6.9-22.EL so i download the kernel-module-ntfs-2.6.9-22.ELsmp-2.1.20-0.rr.9.10.i686.rpm but after rpm -ivh ..................... i do't know how to do? a article told me go to /usr/src/2.......... but i can't even find the dir . thanks for any help.
On 9/6/06, dxuranus <dxuranus at gmail.com> wrote:> i learned that ntfs file system not supported by centos.Not in the default kernel, as that matches what RH ships upstream. Support for NTFS is in the centosplus kernel however.> and i try to tell my system version with uname -r and find my version is > 2.6.9-22.EL so i download the > kernel-module-ntfs-2.6.9-22.ELsmp-2.1.20-0.rr.9.10.i686.rpmYou REALLY need to update. That kernel is about 4 versions old and has a couple security holes.> but after rpm -ivh ..................... > i do't know how to do?mkdir /mnt/ntfs mount -t ntfs /dev/<drive+partition> /mnt/ntfs If you want the change to stick, edit /etc/fstab as needed. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell
--- dxuranus <dxuranus at gmail.com> wrote:> i learned that ntfs file system not supported by > centos. > and i try to tell my system version with uname -r > and find my version is > 2.6.9-22.EL so i download the >kernel-module-ntfs-2.6.9-22.ELsmp-2.1.20-0.rr.9.10.i686.rpm> but after rpm -ivh ..................... > i do't know how to do? > a article told me go to /usr/src/2.......... > but i can't even find the dir . > thanks for any help. > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >Dear Friend After installing ntfs kernel rpm just use mount command to access ur ntfs partition in linux . take a example if window partition is /dev/hda1 then use following command #mount -t ntfs /dev/hda1 /mnt but u cant write on ntfs partition in linux, u can access ntfs in read only mode , wrtie mode is experimental.... thanks Abhishek Kr. SinghSystem AdministratorDSC. LTD.Mob.No. +91-9871563248 __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/
sorry make you confusing.the problem is i know how to mount but i do't know how to let system surpport ntfs format. after i installed the packege kernel-module-ntfs-2.6.9-22.ELsmp-2.1.20-0.rr.9.10.i686.rpm the system did't surpport the ntfs.seem i need to recomplie the kernel. help me!