Russell Warren wrote:

> One last non-python question... a few things I read seemed to vaguely
> indicate that the journaling feature of NTFS is an extension/option.

http://www.microsoft.com/whdc/system/winpreinst/ntfs-preinstall.mspx

   NTFS is a journaling file system. NTFS writes a log of changes being
   made, which offers significant benefit in cases where a system loses
   power, experiences an unexpected reset, or crashes.

http://en.wikipedia.org/wiki/NTFS

   A file system journal is used in order to guarantee the integrity of
   the file system itself (but not of each individual file).  Systems
   using NTFS are known to have improved reliability compared to FAT file
   systems.

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to