Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv19280
Added Files:
TODO.ntfsfix TODO.include
Log Message:
Checkin my current todo files.
--- NEW FILE ---
* NtfsFix:
*
* - Find out what NT will accept to have been done to the $LogFile:
*
* 1. Zeroing the contents of $Logfile renders the partition
* unreadable by Windows.
*
* 2. Truncating $LogFile to zero size gives same result.
*
* 3. Zeroing the $Mft and $MftMirr records for $LogFile gives
* same result.
*
* 4. Now what?!? - Maybe we really need to have a valid $LogFile
* which means that we need to know the $LogFile format and the
* format for the records in the file. - Argh!
*
* - On ntfs 3.0+ volumes need to disable the usn journal if it is active.
*
* - On ntfs 3.0+ volumes need to mark the quota out of date?
*
*
*
*
*
--- NEW FILE ---
Finish attrib.h
Finish migration of the rest of the headers.
Import include/* into cvs.
|