Chris Mossner said: > Hi, how can I enable to mount my ntfs partion on a second hdd with > redhta 8 I always get the error thet ntfs is not enable with the kernel > when I enable the kernel after compiling linux stops after the hdd disk > check > > hope anyone can helkp > bye > > Chris
Download the rpm from http://linux-ntfs.sourceforge.net/info/redhat.html. Then install it: [root@team900 i686]# rpm -ivh kernel-ntfs-2.4.18-24.8.0.i686.rpm Install the module: [root@team900 i686]# /sbin/modprobe ntfs [root@team900 i686]# dmesg | grep NTFS NTFS driver v1.1.22 [Flags: R/O MODULE] [root@team900 i686]# cat /proc/filesystems }| grep ntfs ntfs [root@team900 i686]# mkdir /mnt/windows [root@team900 i686]# mount /dev/hda1 /mnt/windows -t ntfs -r -o umask=0222 [root@team900 i686]# d /mnt/windows total 4.0K dr-xr-xr-x 1 root root 4.0K Jan 24 18:10 ./ drwxr-xr-x 6 root root 4.0K Feb 13 12:28 ../ -r--r--r-- 1 root root 147K Jul 22 2002 arcldr.exe -r--r--r-- 1 root root 160K Jul 22 2002 arcsetup.exe dr-xr-xr-x 1 root root 4.0K Nov 30 18:25 ASFRoot/ -r--r--r-- 1 root root 0 Nov 30 18:34 AUTOEXEC.BAT -r--r--r-- 1 root root 243 Jan 16 17:11 boot.ini -r--r--r-- 1 root root 512 Jan 19 19:36 bootsect.lnx HTHs -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list