On Mon, Mar 11, 2002 at 10:29:02AM +0000, abrar hazarika wrote: > where can i get the driver to load a ntfs partition > under linux. I am using RH 7.1. > ---end quoted text---
As root do: o find /lib -name ntfs.* -print (to find path of driver) o insmod /lib/path/to/ntfs.o (to load driver) o lsmod (to check if all is okay) HTH Bish -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Shell auto completion LOST LOST #097 Autocompletion is a feature provided by shells to complete any part command from the console. For different shells these are: Shell auto completion csh ksh bash/ ash Single option completion Esc-Esc Esc-Esc Tab Unresolved reference menu Ctrl-D Esc = Tab-Tab ####<[EMAIL PROTECTED]>############################## : _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
