Re: How to write on a NTFS partition
szcs_at_abuse.co.uk
Date: 02/13/05
- Next message: Tauno Voipio: "Re: Recompile kernel 2.4.18 on Debian 3.0r1"
- Previous message: Andreas Janssen: "Re: Stop looking for my hde and hdg drives during boot!"
- In reply to: mjt: "Re: How to write on a NTFS partition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 13 Feb 2005 01:24:46 -0800
The one year old message quoted below is from Rick Moen who is very
knowledgable about NTFS suppport on Linux:
This is no longer the case, even though it's long been accepted wisdom,
and is something you will routinely hear.
As many people know, there have been two Linux kernelspace drivers for
NTFS, which I'll refer to as old and new. The old driver (_not_
written
by the current Linux-NTFS team) rather naively failed to check the NTFS
version string, in the apparent belief that Microsoft would never
change
the format. Worse, the original authors stopped maintaining that code
some time before Microsoft, indeed, changed NTFS's internal structures,
post-NT4 -- twice, once for Win2k, and then again for XP/Win2003.
The results were predictable: People used the old, recklessly
incautious driver on post-NT4-created NTFS filesystems, resulting in
corruption. This situation persisted for several years (because the
old driver was no longer being maintained), during which many people
including me got the idea firmly fixed in our heads that "the Linux
NTFS
driver's write mode is dangerous". Which was never quite accurate.
Also, further things have changed: The new Linux-NTFS team have
retrofitted safeguards into the old driver, so that it now refuses
all attempts to coax it to write to post-NT4-format filesystems.
The _new_ driver is a from-scratch reimplementation to get away from
those and other problems. (For example, the new driver is SMP-safe;
the old one never was.) Initially, it included no write-mode code
whatsoever. It now has limited write support. (Details are on
http://linux-ntfs.sourceforge.net/status.html .)
(It's important to speak of both drivers because they're both still in
use.)
- Next message: Tauno Voipio: "Re: Recompile kernel 2.4.18 on Debian 3.0r1"
- Previous message: Andreas Janssen: "Re: Stop looking for my hde and hdg drives during boot!"
- In reply to: mjt: "Re: How to write on a NTFS partition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|