our NTFS seems to read Windows 2000 NTFS just fine

This commit is contained in:
jdolecek 2001-12-16 18:29:03 +00:00
parent f87b859f0d
commit 563ebe0896
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: TODO,v 1.20 2001/07/06 12:38:40 jdolecek Exp $
$NetBSD: TODO,v 1.21 2001/12/16 18:29:03 jdolecek Exp $
- convert the code to do caching in buffer cache indexed by
file-vnode/file-offset so that NTFS would take advantage of UBC;
@ -19,8 +19,6 @@ $NetBSD: TODO,v 1.20 2001/07/06 12:38:40 jdolecek Exp $
- readdir: fill in proper "inode" number for '..' entry
- Windows 2000 NTFS support (need windows 2000 machine to test)
- handle Unicode filenames more inteligently - they are translated to UTF-2
form currently, adding hooks for various character sets or other encodings
would be trivial