Re: Funky file contents when os.rename or os.remove are interrupted
- From: Fredrik Lundh <fredrik@xxxxxxxxxxxxxx>
- Date: Wed, 11 Oct 2006 18:40:42 +0200
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>
.
- References:
- Funky file contents when os.rename or os.remove are interrupted
- From: Russell Warren
- Re: Funky file contents when os.rename or os.remove are interrupted
- From: "Martin v. Löwis"
- Re: Funky file contents when os.rename or os.remove are interrupted
- From: Russell Warren
- Funky file contents when os.rename or os.remove are interrupted
- Prev by Date: Re: Funky file contents when os.rename or os.remove are interrupted
- Next by Date: Re: How to write Smart Python programs?
- Previous by thread: Re: Funky file contents when os.rename or os.remove are interrupted
- Next by thread: problem with hot shot stats
- Index(es):
Relevant Pages
|