2002-08-23 02:09:47 +08:00
|
|
|
Current news
|
|
|
|
============
|
2004-09-04 17:58:47 +08:00
|
|
|
|
2005-07-18 21:51:16 +08:00
|
|
|
Add new utility: ntfsmount. It is a FUSE module that uses on libntfs. So,
|
|
|
|
you need FUSE 2.3 to compile it. This module supports file overwrite including
|
|
|
|
changing the file size and can read/write/add/remove named data streams via
|
|
|
|
"file:stream" interface and list them via "ntfs.streams.list" extended
|
|
|
|
attribute (this only if xattr support is enabled). (Yura Pakhuchiy)
|
2005-07-03 08:18:37 +08:00
|
|
|
|
2005-06-06 17:18:33 +08:00
|
|
|
Attribute resize code for normal and sparse files is completed. Thus, ntfscp
|
|
|
|
should always successfully overwrite any normal or sparse file even if file
|
2005-07-05 13:04:31 +08:00
|
|
|
size is changed. (Yura Pakhuchiy)
|
2005-06-06 07:48:55 +08:00
|
|
|
|
2005-05-20 05:51:12 +08:00
|
|
|
Moved back from BitKeeper to CVS on SF.net.
|
|
|
|
|
2004-09-04 17:58:47 +08:00
|
|
|
ntfsprogs should now work completely on Windows 2000 and XP (Cygwin).
|
|
|
|
mkntfs does not create bootable volumes when on Windows. Volumes are locked
|
2005-06-20 22:31:30 +08:00
|
|
|
when using a R/W utility in order to prevent data corruption. (Yuval Fledel,
|
|
|
|
Anton Altaparmakov)
|
2002-08-23 02:09:47 +08:00
|
|
|
|
2004-05-11 17:21:24 +08:00
|
|
|
ntfsinfo has been extended and now provides much more detailed information as
|
|
|
|
well as being able to resolve a path/filename instead of requiring the inode
|
|
|
|
number. (Yuval Fledel, Anton Altaparmakov)
|
|
|
|
|
2004-03-17 22:41:47 +08:00
|
|
|
mkntfs now creates bootable ntfs volumes so you can install Windows on an
|
|
|
|
ntfs volume created with mkntfs and Windows will manage to boot afterwards.
|
|
|
|
|
2004-03-11 05:52:35 +08:00
|
|
|
ntfsresize now supports relocation which generally means you are now able to
|
|
|
|
resize to any size you like (as long as there is enough free space). Note,
|
|
|
|
this modifies the command line options a little as well as the returned output
|
|
|
|
so applications using ntfsresize might need modifications before they will
|
|
|
|
work with the updated ntfsresize. (Szakacsits Szabolcs)
|
|
|
|
|
2005-07-18 21:51:16 +08:00
|
|
|
Older news
|
|
|
|
==========
|
|
|
|
|
2004-01-20 00:28:03 +08:00
|
|
|
ntfsprogs now should ./configure and compile cleanly on SuSE as well as RedHat
|
|
|
|
Linux.
|
|
|
|
|
2004-03-11 07:32:43 +08:00
|
|
|
ntfsprogs ("make libs" only) now compiles on FreeBSD, NetBSD, Windows (Cygwin),
|
|
|
|
and DOS (DJGPP). Thanks to Christophe Grenier for DOS and FreeBSD testing
|
2005-06-20 22:31:30 +08:00
|
|
|
and fixes and to Lode Leroy for Windows testing and fixes.
|