> Nishikant Kapoor wrote: > -------- Original Message -------- > Message from Pankaj deol: > > Dear Sir/Madam, > I am pankaj working with Netcomm Labs. > I want to mount the partitions of my hardisk, which are formated in > > NTFS format to the LINUX(RED HAT 9). > How can I do so.
Ensure that NTFS support is enabled in kernel if not than enable it in kernel. the support is in filesystem section of the kernel the support is read only Than mount it using mount -t ntfs /dev/<NTFS_PARTITION> /mnt/<mountpoint> _______________________________________________ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[EMAIL PROTECTED]/
