NTFS Question

Anthony Naggs tony at ubik.demon.co.uk
Wed Apr 30 09:39:11 PDT 2003


In article <20030430123121.28432.qmail at web40611.mail.yahoo.com>,
Christopher Parker <cparker15 at 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


More information about the freebsd-questions mailing list