----- Original Message ----- From: "Mike Chambers" <[EMAIL PROTECTED]> > > Red Hat doesn't ship their kernels with NTFS enabled. You will need to > recompile their/your own kernel and enable it. > # cd /usr/src/linux-2.4 (remove the word "custom" form EXTRAVERSION of Makefile.) # make mrproper # make menuconfig (active <M> to "File systems/NTFS file system support (read only)", exit&save) # make dep # make modules SUBDIRS=fs/ntfs # make modules_install SUBDIRS=fs/ntfs
now mount your nt-filesystem hope this help ------- Dario Lesca ([EMAIL PROTECTED])