<!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.12.1">
</HEAD>
<BODY>
You'll want to use ntfs-3g.  Note that it's still "experimental" but pretty stable.  I've had no problems, large writes are a bit slow though.<BR>
<BR>
To install:<BR>
aptitude install ntfs-3g<BR>
<BR>
then change your mount command to:<BR>
<FONT COLOR="#000000">mount /dev/hda1 /mnt/winxp -t ntfs</FONT>-3g<BR>
<BR>
Or add it to your /etc/fstab file to mount on boot with the line below:<BR>
<BR>
<FONT COLOR="#000000">/dev/hda1 /mnt/winxp ntfs</FONT>-3g defaults,locale=en_US.utf8 0 0<BR>
<BR>
On Fri, 2007-02-02 at 21:48 -0500, Eric Dunbar wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hello all, I'm trying to mount an NTFS formatted partition into Ubuntu</FONT>
<FONT COLOR="#000000">as a READ-WRITE partition without success.</FONT>

<FONT COLOR="#000000">Each time I try mounting it I can only get it as a "read-only file</FONT>
<FONT COLOR="#000000">system". I've tried numerous tricks as reported for the Ubuntu Live</FONT>
<FONT COLOR="#000000">CDs (in "rescue" mode) and they've all come up blank:</FONT>

<FONT COLOR="#000000">e.g.</FONT>
<FONT COLOR="#000000">mount /dev/hda1 /mnt/winxp -t ntfs -o nls=utf8,umask=0222</FONT>

<FONT COLOR="#000000">This gives me read-only access to NTFS (my apologies if this is a</FONT>
<FONT COLOR="#000000">no-brainer question... I've never had to deal with NTFS partitions</FONT>
<FONT COLOR="#000000">before).</FONT>

<FONT COLOR="#000000">How can I _write_ to the NTFS partition?</FONT>

<FONT COLOR="#000000">Thanks, Eric.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>