Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2549
Modified Files:
TODO.ntfsprogs ChangeLog
Log Message:
ntfsresize: support bad clusters list ($BadClus:$Bad)
Index: TODO.ntfsprogs
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/TODO.ntfsprogs,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- TODO.ntfsprogs 12 Jun 2005 14:35:57 -0000 1.15
+++ TODO.ntfsprogs 3 Jul 2005 23:21:01 -0000 1.16
@@ -75,12 +75,12 @@ High priority
bad sectors, etc)
Medium priority
- - support disks having bad sectors
- cope with the rare, unsupported cases, see man ntfsresize 'KNOWN ISSUES'
- save $Bitmap if it was modified and an error occures (e.g. bad sector).
- handle signals (^C, etc)
Low priority
+ - fully support disks with bad sectors (attrlist attr, unknown bad sectors)
- move volume start
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -p -r1.233 -r1.234
--- ChangeLog 3 Jul 2005 00:18:37 -0000 1.233
+++ ChangeLog 3 Jul 2005 23:21:01 -0000 1.234
@@ -8,6 +8,8 @@ xx/xx/xxxx - 1.10.1-WIP
- Fix memory managament error in ntfs_inode_close. (Yura)
- Add new utility - ntfsmount. It's a FUSE module that
rely on libntfs. (Yura)
+ - ntfsresize: support bad clusters list ($BadClus:$Bad), a.k.a. disks
+ having bad sectors if the new --bad-sectors option is used. (Szaka)
20/06/2005 - 1.10.0 - Lots of new features, enhancements, and bug fixes.
|