On Thu, Nov 01, 2001 at 12:37:41PM +0530, Kingsly John wrote: > On Thu, 1 Nov 2001, Kunal Shah wrote: > > |We people are trying to develop some kernel module (or > |device driver) sort of stuff to access NTFS from ext2. > > You access the NTFS partition from/t hru *Linux* ... and > it has nothing to do with ext2fs !! > ---end quoted text---
AFAIK, support for NTFS is still under development in Linux. I have a feeling there may be a mix up between HPFS and NTFS (because both are seen as Type 7 partition under Linux). But a NTFS partition is still not supported by the kernel. There are a few projects on for development of read/ write NTFS support under Linux (like we have for vfat and msdos). Pl look at http://www.informatik.hu-berlin.de/~loewis/ntfs Bish -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : NumLock ON at boot LOST #024 To turn numlock on automatically for a few consoles at boot: #!/bin/sh # Use setled program. This script INITTY=/dev/tty[3-6] # will turn *Numlock* on for con- for tty in $INITTY; do # soles 3 through 6 only ... Fire setleds -D +num < $tty # this script in rc.local/ equiv- done # alent for your distro ####<[EMAIL PROTECTED]>#################################### : _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
