/mnt/windows ntfs - 3g
As I previously mentioned I don't use NTFS, but nontheless that looks like it has spaces where maybe there should be none.
So should that be
ntfs - 3g or
ntfs-3g
?
It should be
ntfs-3g.
In addition to that "u
nmask=000" in the options field should be
umask=000. (And "defaults" is redundant. Also, according to the man-page for ntfs-3g the option
locale=en_US.UTF-8 "can be useful when wanting a language specific locale environment. It is however discouraged as it leads to files with untranslatable chars to not be visible. Please see more information about this topic at
http://ntfs-3g.org/support.html#locale".)
The line could look like this:
UUID=21D5118C620AE515 /mnt/windows ntfs-3g umask=000 0 0
In 2010.1 final too ...