Changes by: szaka
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv9212
Modified Files:
TODO.ntfstools
Log Message:
ntfsresize update
Index: TODO.ntfstools
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/TODO.ntfstools,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- TODO.ntfstools 10 Jul 2002 10:56:26 -0000 1.2
+++ TODO.ntfstools 17 Jul 2002 05:07:01 -0000 1.3
@@ -45,16 +45,21 @@
**************
-- support fragmented volumes
-- recovery support, journaling
-- meaningful error codes at exit()
-- print ntfsresize version/etc (see e.g. mke2fs -V)
-- resize based on given KB, MB, GB [see e.g. resize_reiserfs]
-- quiet operation mode
-- volume enlargement
-- test suite
-- support disks having bad blocks
-- cleanup at exit()
-- move useful things to libntfs
-- fix FIXME's
+High priority
+ - support fragmented volumes
+ - recovery support, journaling
+ - test suite
+ - man page
+
+Medium priority
+ - easy usage by partitioning tools
+ - move useful things to libntfs
+ - meaningful error codes at exit()
+ - cleanup at exit()
+ - quiet operation
+
+Low priority
+ - volume enlargement
+ - move volume start
+ - support disks having bad blocks
|