From 226a32f43c5299825d9834e87962d7b49b377610 Mon Sep 17 00:00:00 2001 From: !flatcap Date: Thu, 22 Aug 2002 18:09:47 +0000 Subject: [PATCH] add ntfsundelete to the build. fix rpm build. trawl for typos. 2002/07/17 05:07:01-00:00 !szaka ntfsresize update 2002/07/10 10:56:26-00:00 !szaka ntfsresize: cosmetic cleanup, progress bar added 2002/07/08 16:55:43-00:00 !antona Concolidate TODO files (Logical change 1.5) --- TODO.ntfstools | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/TODO.ntfstools b/TODO.ntfstools index e69de29b..c0c7892b 100644 --- a/TODO.ntfstools +++ b/TODO.ntfstools @@ -0,0 +1,75 @@ +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 * +************** + +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 + + + +**************** +* ntfsundelete * +**************** + +- support for compressed files +- support for internationalisation +- recover by type? + +