as long as I know, redhat doesn't provide this in
their release.

but if you can recompile kernel to get support
mounting ntfs,
there is some simple step:
1. in the /usr/src/linux-2.4
2. make mrproper
3. make menuconfig
4. load config from
configs/kernel-2.4.20-[arch].config
(as default config in redhat kernel)
5. add ntfs support in fs or filesystem menu
6. save (exit from menuconfig)
7. 
# make dep && 
  make bzImage &&
  make modules &&
  make modules_install &&
  make install
  (this will add your new kernel image in /boot)

--- dch <[EMAIL PROTECTED]> wrote:
> Apparently 2.4.20-18.9, as compiled by Red Hat, does
> not include support
> for NTFS mounts. I downloaded the source but I'm
> lost. Can someone point
> me in the right direction?
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


=====
---
ichtus
ICQ: 50643061

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to