If you don't want re-compile the kernel you can download the ntfs kernel module as an rpm from http://linux-ntfs.sourceforge.net/rpm/fedora1.html They just release an updated module for Fedora 2.4.22-1.2135. Install the rpm and you should be able to mount the ntfs partition *read-only* (mount -t ntfs /dev/hda1 /mnt/ntfs) Your /etc/fstab should set the "umask" to allow all users access: /dev/hda1 /mnt/ntfs ntfs owner,ro,umask=000,utf8 0 0 Jeff On Wed, 2003-12-31 at 12:18, Sturla Holm Hansen wrote: > AFAIK you have to have NTFS-support compiled into the kernel, IOW you > have to compile a new kernel with the support for NTFS or compile the > module for it and insmod it in your running kernel... > > Sturla > > On Tue, 2003-12-30 at 16:54, Randall Crunk wrote: > > Andy Hargreaves wrote: > > > To return to the original question... > > > > > > 1. Create a directory (using mkdir) in /lib/modules/2.xxxxx.nptl/kernel/fs > > > called ntfs. > > > > > > 2. Put the file (link at the bottom of this message) into the newly created > > > ntfs directory. Rename the file to ntfs.o > > > > > > 3. Permissions on the ntfs.o file should be 644 (i.e. use chmod 644 ntfs.o) > > > > > > 4. Now, the line in fstab needs to look similar this: > > > > > > /dev/hda1 /mnt/ntfs auto ro,user,umask=000 0 0 > > > > > > > > > > > > > > > This is exactly what I have done, and it works fine. > > > > > > This is the link to the file: > > > > > > http://www.ajh-web.com/l/ntfs.o.txt > > > > > > Andy > > > > > > > Thanks Andy but is isn't working for me. I am getting the same error "fs > > type ntfs not supported by kernel" I have kernel 2.4.22-1.2135 is that > > makes any difference. > > > > Randall > > > > > > -- > > fedora-list mailing list > > fedora-list@xxxxxxxxxx > > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > > > > > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list