Hi All,
I have dual boot with redhat 8.1 and win2k3 , file system in respective O.S is ext3 and ntfs i am unable to mount ntfs partition in redhat.. Since kernel doent support that... Is there any way thru which i can make my kernel support ntfs partition..
Awaiting response on this
Regards Amit Karia
On 20 Oct 2005 16:49:04 -0000, Karia Amit amit_karia99@rediffmail.com wrote:
Hi All,
I have dual boot with redhat 8.1 and win2k3 , file system in respective O.S is ext3 and ntfs i am unable to mount ntfs partition in redhat.. Since kernel doent support that... Is there any way thru which i can make my kernel support ntfs partition..
Awaiting response on this
You'll need the ntfs module compiled in the kernel. You have a couple of options. Either find the rpm for kernel-module-ntfs for your kernel on rpm.pbone.net. Or get a kernel tarball and compile it yourself.
-- |----------------------------------------------------------------------- | Mrugesh Karnik | Registered Linux User #375243 |-----------------------------------------------------------------------
On Fri, 2005-10-21 at 11:11, Mrugesh Karnik wrote:
On 20 Oct 2005 16:49:04 -0000, Karia Amit amit_karia99@rediffmail.com wrote:
Hi All,
I have dual boot with redhat 8.1 and win2k3 , file system in respective O.S is ext3 and ntfs i am unable to mount ntfs partition in redhat.. Since kernel doent support that... Is there any way thru which i can make my kernel support ntfs partition..
Awaiting response on this
You'll need the ntfs module compiled in the kernel. You have a couple of options. Either find the rpm for kernel-module-ntfs for your kernel on rpm.pbone.net. Or get a kernel tarball and compile it yourself.
IIRC, Linux supports NTFS read only. NTFS write is not yet stable. Or is it?
Regards, NMK. ----------------------------------------------------------------------- Don't compare floating point numbers solely for equality.
Sometime on Sun, Oct 30, 2005 at 12:02:01AM +0530, Nadeem M. Khan said:
IIRC, Linux supports NTFS read only. NTFS write is not yet stable. Or is it?
There used to be an [Experimental] tag in linux source against NTFS compilation option, which has been dropped in newer 2.6 series kernels. Guess its stable now.
Anurag
Hi All, I have dual boot with redhat 8.1 and win2k3 , file system in respective O.S is ext3 and ntfs i am unable to mount ntfs partition in redhat.. Since kernel doent support that... Is there any way thru which i can make my kernel support ntfs partition..
Hi Amit, As far as I am concerned, 2.4 kernel does support ntfs partition, but it is not activated by default, so you need to recompile the kernel for that support. Hope this will solve your problem.