Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 16:38:17 +0000
From:      Anthony Naggs <tony@ubik.demon.co.uk>
To:        freebsd-questions@freebsd.org, Christopher Parker <cparker15@yahoo.com>
Subject:   Re: NTFS Question
Message-ID:  <I8EtZtA5v$r%2BIwSL@ubik.demon.co.uk>
In-Reply-To: <20030430123121.28432.qmail@web40611.mail.yahoo.com>
References:  <20030430123121.28432.qmail@web40611.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <20030430123121.28432.qmail@web40611.mail.yahoo.com>,
Christopher Parker <cparker15@yahoo.com> writes
>http://www.freebsd.org/cgi/man.cgi?query=mount_ntfs&sektion=8
>
>Is the documentation located here still relevant? 

I believe so.

[snip]
>Does FreeBSD still have limitations when accessing the NTFS filesystem? I want 
>to be able to
>access the data on my WIN2K partition, as well as modify it if need be, from 
>FreeBSD and from
>GNU/Linux.

Beware that the Gnu/Linux NTFS has limitations on writing to NTFS
volumes.

Below is an extract from:
http://linux-ntfs.sourceforge.net/info/ntfs.html#3.2

  3.2 Can the Driver write to an NTFS volume, too?

  Not really.

  There are two drivers, currently. The original driver, in 2.4 has some 
  write code in it, but it is extremely dangerous to use it. The 
  possibility of destroying your filesystem is very high.

  The new driver, introduced in 2.5.11, has some write code, but it's 
  very limited. The driver can overwrite existing files, but it cannot 
  change the length, add new or delete existing files.

  Adding write support will take a long time. NTFS is built like a 
  database. Any changes you make, necessitate making changes in many 
  places, for consistancy. Make a mistake and the filesystem will be 
  damaged, make too many mistakes and the filesystem will be destroyed. 


-- 
Anthony Naggs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?I8EtZtA5v$r%2BIwSL>