68 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
Current news
 | 
						|
============
 | 
						|
 | 
						|
Add new utility - ntfsmount. It's a FUSE module that rely on libntfs. So,
 | 
						|
you need FUSE to compile it, xattr is also highly recommended. This module
 | 
						|
support file overwrite changing it size and can read/write/add/remove
 | 
						|
named data streams via "file:stream" interface and list them via
 | 
						|
"ntfs.streams.list" extended attribute.  (Yura Pakhuchiy)
 | 
						|
 | 
						|
Attribute resize code for normal and sparse files is completed.  Thus, ntfscp
 | 
						|
should always successfully overwrite any normal or sparse file even if file
 | 
						|
size is changed.  (Yura Pakhuchiy)
 | 
						|
 | 
						|
Moved back from BitKeeper to CVS on SF.net.
 | 
						|
 | 
						|
ntfsprogs should now work completely on Windows 2000 and XP (Cygwin). 
 | 
						|
mkntfs does not create bootable volumes when on Windows.  Volumes are locked 
 | 
						|
when using a R/W utility in order to prevent data corruption.  (Yuval Fledel,
 | 
						|
Anton Altaparmakov)
 | 
						|
 | 
						|
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)
 | 
						|
 | 
						|
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.
 | 
						|
 | 
						|
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)
 | 
						|
 | 
						|
ntfsprogs now should ./configure and compile cleanly on SuSE as well as RedHat
 | 
						|
Linux.
 | 
						|
 | 
						|
ntfsprogs ("make libs" only) now compiles on FreeBSD, NetBSD, Windows (Cygwin),
 | 
						|
and DOS (DJGPP).  Thanks to Christophe Grenier for DOS and FreeBSD testing
 | 
						|
and fixes and to Lode Leroy for Windows testing and fixes.
 | 
						|
 | 
						|
 | 
						|
Older news
 | 
						|
==========
 | 
						|
 | 
						|
Merged the NTFS Gnome VFS module by Jan Kratochvil.
 | 
						|
 | 
						|
Added new utilities: ntfsclone by Szakacsits Szabolcs, ntfscluster by Richard
 | 
						|
Russon, ntfsinfo by Matthew Fanto, ntfsls originally by Lode Leroy, modified
 | 
						|
by Anton Altaparmakov, and ntfscat by Richard Russon.
 | 
						|
 | 
						|
Library internal enhancements and API additions.  Of particular note is the
 | 
						|
device io abstraction layer and the addition of the win32 device operations.
 | 
						|
(Note the win32 device operations are read only and incomplete but should
 | 
						|
allow running of simple read-only ntfs utilities under Cygwin.)  Thanks to
 | 
						|
Lode Leroy for the win32 code.
 | 
						|
 | 
						|
Renamed ntfstools to ntfsprogs everywhere.
 | 
						|
 | 
						|
Added new utility ntfslabel by Matthew Fanto. See man 8 ntfslabel for details.
 | 
						|
 | 
						|
Added new utility ntfsundelete by Richard Russon. See man 8 ntfsundelete for
 | 
						|
more details.
 | 
						|
 | 
						|
Added new utility ntfsresize by Szakacsits Szabolcs. See man 8 ntfsresize for
 | 
						|
details.
 | 
						|
 | 
						|
Gcc 2.96 or above is required to compile.
 |