Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv16049
Modified Files:
TODO.include
Added Files:
TODO.ntfstools
Removed Files:
TODO.mkntfs TODO.ntfsfix TODO.ntfsinfo TODO.ntfslabel
Log Message:
Concolidate TODO files
--- NEW FILE ---
Please keep in alphabetical order so utilities are easier to find.
Thanks,
Anton
**********
* mkntfs *
**********
- mkntfs should be hard linked with mkfs.ntfs for the mkfs utility.
- We don't know what the real last sector is, thus we mark the volume dirty
and the subsequent chkdsk (which will happen on reboot into Windows
automatically) recreates the backup boot sector if the Linux kernel lied to
us about the number of sectors.
***********
* ntfsfix *
***********
- Cleanup to use ntfs_attr_* API for editing $MFTMirr, $Volume, and $LogFile.
This has the immediate benefit of enabling attribute list support and making
the code simpler.
- On ntfs 3.0+ volumes need to disable the usn journal if it is active. This
means deleting file $UsnJrnl from /$Extend directory.
- On ntfs 3.0+ volumes need to mark the quota out of date? - Probably, but
it shouldn't cause any corruption not doing so for the moment so this is
not a showstopper bug for the first release. (AIA)
*************
* ntfslabel *
*************
- Support ioctls for ntfs tng driver 2.0.? for reading/changing the label.
**************
* ntfsresize *
**************
- support fragmented volumes
- recovery support, journaling
- meaningful error codes at exit()
- print ntfsresize version/etc (see e.g. mke2fs -V)
- progress bar(s)
- 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
Index: TODO.include
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/TODO.include,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- TODO.include 26 Mar 2001 03:39:59 -0000 1.3
+++ TODO.include 8 Jul 2002 16:55:43 -0000 1.4
@@ -1,3 +1,3 @@
-Finish attrib.h: in particular, add:
+Finish layout.h: in particular, add:
- more about EFS and the EFS attribute.
--- TODO.mkntfs DELETED ---
--- TODO.ntfsfix DELETED ---
--- TODO.ntfsinfo DELETED ---
--- TODO.ntfslabel DELETED ---
|