Re: how to recovery my NTFS partition

From: Rik van Riel (riel@conectiva.com.br)
Date: Thu Jun 22 2000 - 07:58:06 EST


On Thu, 22 Jun 2000, Andi Kleen wrote:
> On Thu, Jun 22, 2000 at 09:26:35AM -0300, Rik van Riel wrote:
> > I have no idea why Microsoft chose to make the w2k version of
> > NTFS incompatible with earlier (and other) implementations,
> > but it appears this choice is costing some of their users
> > their data...
>
> Linux NTFS corrupts NT 4 partitions too. The best would be to
> comment out this dangerous write option.

It is. It is well-hidden behind CONFIG_EXPERIMENTAL and clearly
marked as being DANGEROUS...

---
tristate 'NTFS filesystem support (read only)' CONFIG_NTFS_FS
if [ "$CONFIG_NTFS_FS" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
  bool '   NTFS read-write support (DANGEROUS)' CONFIG_NTFS_RW
fi
---

Of course there are always people who chose to ignore such warnings and try it on a non-test filesystem. Luckily for them there exists a thing called "backup" ... just restore the data and they're ready for the next EXPERIMENTAL thing they come across ;)

cheers,

Rik -- The Internet is not a network of computers. It is a network of people. That is its real strength.

Wanna talk about the kernel? irc.openprojects.net / #kernelnewbies http://www.conectiva.com/ http://www.surriel.com/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jun 23 2000 - 21:00:23 EST