<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
On Tue, 2004-07-06 at 08:35, Per-Olof Litby - Reg'l Mgr Nordic/Baltic - Java System Software - Sun Microsystems wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>Jonathan Ng wrote:

&gt;Can I access a Windows NTFS partition? If I can't, how
&gt;do I read files from my NTFS partition? Do I need to
&gt;transfer all of them (2-3GB) to another FAT32 partition?
&gt;
&gt;
&gt;                
&gt;__________________________________
&gt;Do you Yahoo!?
&gt;Yahoo! Mail - 50x more storage than other providers!
&gt;</FONT><A HREF="http://promotions.yahoo.com/new_mail"><U>http://promotions.yahoo.com/new_mail</U></A>
<FONT COLOR="#737373">&gt;
&gt;
&gt;  
&gt;
NTFS support is not built into the FC2 stock kernel. You can use the 
RPMs from the URL below:
</FONT>
<A HREF="http://linux-ntfs.sourceforge.net/rpm/fedora2.html"><U>http://linux-ntfs.sourceforge.net/rpm/fedora2.html</U></A>
<FONT COLOR="#737373">
to install a loadable module that will give you NTFS read access. You 
will then need to put an entry in your /etc/fstab file to make sure it 
gets mounted on startup. Here's an example from my fstab file for 
mounting my Windows XP root partition (/dev/hdc1):

/dev/hdc1               /mnt/windows/C          ntfs    
ro,users,gid=users,umask=0002,nls=iso8859-1 0 0

If you want write support for NTFS, take a look at
</FONT>
<A HREF="http://www.jankratochvil.net/project/captive/"><U>http://www.jankratochvil.net/project/captive/</U></A>
<FONT COLOR="#737373">
although I would shy away from writing to NTFS partitions - it's been 
known to be a bit flaky.
</I></FONT></PRE>
</BLOCKQUOTE>
<BR>
&nbsp;&nbsp;&nbsp; Hi,<BR>
&nbsp;&nbsp;&nbsp; I found these drawbacks of captive during its occasional use:<BR>
&nbsp;&nbsp;&nbsp; - can't access large files (&gt;1GB)<BR>
&nbsp;&nbsp;&nbsp; - very slow (about floppy speed)<BR>
&nbsp;&nbsp;&nbsp; - eats up the memory, for some reason it doesn't free up space occupied by the cache<BR>
&nbsp;&nbsp;&nbsp; - it's a pain to get the necessary M$ driver files<BR>
&nbsp;&nbsp;&nbsp; - I usually have to manually unmount captive-ntfs file systems in order for the last writes to take affect<BR>
&nbsp;&nbsp;&nbsp; (Some other observations can be found here: <A HREF="http://www.jankratochvil.net/pipermail/captive-list/">http://www.jankratochvil.net/pipermail/captive-list/</A> )<BR>
<BR>
&nbsp;&nbsp;&nbsp; But captive is good for:<BR>
&nbsp;&nbsp;&nbsp; - editing/creating/deleting/renaming small files<BR>
&nbsp;&nbsp;&nbsp; - modifying/deleting files which are otherwise unaccessible from Windows (which were created by other versions/installations of Windows)<BR>
<BR>
&nbsp;&nbsp;&nbsp; linux-ntfs is a complementer for captive:<BR>
&nbsp;&nbsp;&nbsp; - fast<BR>
&nbsp;&nbsp;&nbsp; - can access files of any size (but only for reading)<BR>
<BR>
&nbsp;&nbsp;&nbsp; Cheers,<BR>
&nbsp;&nbsp;&nbsp; Botond<BR>
<BR>
</BODY>
</HTML>