
Originally Posted by
siride
Uhh, you apparently know nothing about NTFS. NTFS is all about security. It has a more complex permission system than the Unix standard, with more than just read/write/execute, but 7 or 8 different permission types and it is all done via cascading ACLs, rather than the simplistic owner/group/everybody model. As a result, permission checking is slower and more complicated than on standard Unix. There is also per-file encryption and compression, which can further slow things down (if used).