<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ntfs support for linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144435#M50182</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I suggest to get precompiled  Kernel NTFS Module from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/project/showfiles.php?group_id=13956&amp;amp;package_id=24313" target="_blank"&gt;http://sourceforge.net/project/showfiles.php?group_id=13956&amp;amp;package_id=24313&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There you will find rpm packages for all RHEL kernels.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Dec 2008 07:40:22 GMT</pubDate>
    <dc:creator>Gabriella Schmidt</dc:creator>
    <dc:date>2008-12-04T07:40:22Z</dc:date>
    <item>
      <title>ntfs support for linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144432#M50179</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;i would like to access windows NTFS partition drive through Linux, i am having Linux RHE 4 update 3, when i try to mount it gave me error kernel not support for ntfs, i also try to download ntfs-3g from some site but i could not got the correct source, can any one help me here, thanks</description>
      <pubDate>Wed, 03 Dec 2008 09:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144432#M50179</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2008-12-03T09:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: ntfs support for linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144433#M50180</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;You should get this package from &lt;BR /&gt;&lt;A href="http://www.ntfs-3g.org/index.html#download" target="_blank"&gt;http://www.ntfs-3g.org/index.html#download&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and follow the installation instructions&lt;BR /&gt;&lt;BR /&gt; ./configure&lt;BR /&gt;    make&lt;BR /&gt;    make install      # or 'sudo make install' if you aren't root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Post the error messages if you have some</description>
      <pubDate>Wed, 03 Dec 2008 11:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144433#M50180</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-12-03T11:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: ntfs support for linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144434#M50181</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;that link i already tried before but it doesnt have a correct source, basically i need to enable my linux kernal to support ntfs file system.&lt;BR /&gt;&lt;BR /&gt;i had done this before with linux 9, anybody else have any clue for this,&lt;BR /&gt;&lt;BR /&gt;thanks,</description>
      <pubDate>Thu, 04 Dec 2008 01:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144434#M50181</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2008-12-04T01:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: ntfs support for linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144435#M50182</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I suggest to get precompiled  Kernel NTFS Module from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/project/showfiles.php?group_id=13956&amp;amp;package_id=24313" target="_blank"&gt;http://sourceforge.net/project/showfiles.php?group_id=13956&amp;amp;package_id=24313&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There you will find rpm packages for all RHEL kernels.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Dec 2008 07:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144435#M50182</guid>
      <dc:creator>Gabriella Schmidt</dc:creator>
      <dc:date>2008-12-04T07:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: ntfs support for linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144436#M50183</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;RHEL4 kernel does not support NTFS yet. It's commented out in the kernel build config file. Bad people from RedHat broke NTFS support in RHEL4 kernel. It is not sufficient to simply turn on  'CONFIG_NTFS_FS' in .config and remake your own kernel RPM from the source RPM. &lt;BR /&gt; &lt;BR /&gt;ntfs-3g requires FUSE (a userspace filesystem framework) module support in kernel. It is unavailable for RHEL4 2.6.9 based kernel.&lt;BR /&gt;&lt;BR /&gt;The correct way is to build your own kernel from vanilla source&lt;BR /&gt;&lt;BR /&gt;WBR, Ivan Kuznetsov</description>
      <pubDate>Thu, 04 Dec 2008 07:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144436#M50183</guid>
      <dc:creator>Ivan Kuznetsov</dc:creator>
      <dc:date>2008-12-04T07:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: ntfs support for linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144437#M50184</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;we can do this, someone from my group has done, but at persent i can not contact him, we can enable ntfs support for RHEL 4,&lt;BR /&gt;&lt;BR /&gt;i already installed FUSE i am not sure how to use ntfs with it, let me know if anyone have any clue. thanks,</description>
      <pubDate>Fri, 05 Dec 2008 01:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144437#M50184</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2008-12-05T01:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: ntfs support for linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144438#M50185</link>
      <description>The official take from Redhat is that NTFS filesystem is not supported in RHEL 4. However, the workaround seems to be to install kernel-ntfs (3rd party) package. However, it is not supported by RedHat as its a 3rd party software. &lt;BR /&gt;&lt;BR /&gt;Moreover, it will give you only read only access to NTFS.&lt;BR /&gt;&lt;BR /&gt;Download the package (rpm) from:&lt;BR /&gt;&lt;A href="http://rpmfind.net/linux/RPM/sourceforge/l/li/linux-ntfs/kernel-ntfs-2.4.20-13.9.i386.html" target="_blank"&gt;http://rpmfind.net/linux/RPM/sourceforge/l/li/linux-ntfs/kernel-ntfs-2.4.20-13.9.i386.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;THe above link has links if you need more information on how-to mount NTFS partition. This information is also available at:&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-3577" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-3577&lt;/A&gt;</description>
      <pubDate>Sat, 06 Dec 2008 23:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144438#M50185</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2008-12-06T23:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: ntfs support for linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144439#M50186</link>
      <description>Hello&lt;BR /&gt;i am able to map ntfs file system with REL 4&lt;BR /&gt;HOw?&lt;BR /&gt;&lt;BR /&gt;i had downloaded kernel-module-ntfs-2.6.18-92.1.18.el5-2.1.27-0.rr.10.11.i686.rpm&lt;BR /&gt;&lt;BR /&gt;which support ntfs file sysetm,&lt;BR /&gt;please feel free to contact me incase anybody requrie more info,&lt;BR /&gt;&lt;BR /&gt;thanks to all.</description>
      <pubDate>Tue, 09 Dec 2008 02:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144439#M50186</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2008-12-09T02:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: ntfs support for linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144440#M50187</link>
      <description>i am closing this tread as the problem has resove.</description>
      <pubDate>Tue, 09 Dec 2008 02:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ntfs-support-for-linux/m-p/5144440#M50187</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2008-12-09T02:28:55Z</dc:date>
    </item>
  </channel>
</rss>

