elmer magsino <[EMAIL PROTECTED]> said: > how do i enable it in my kernel? > thanks.
which distro of Linux do you use? go to http://linux- ntfs.sourceforge.net/ you basically have to compile it as a module, then install it, then load it using "modprobe ntfs". then you can "mount /dev/hda1 /mnt/ntfs". if you're using redhat (i think version 7.3 and up), you can just download an RPM from their site, and install that "rpm -ivh kernel-ntfs-2.4.20-blahblah.rpm", then load the module, then mount. if you don't know though, this module doesn't have write capabilities. it can only read from ntfs (and only if the directory or file isn't encrypted by windows. so if you're planning on using this as a way to share files between windows and linux, use a separate FAT partition instead. Dex -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
