~givre/ntfs-config/trunk

Viewing all changes in revision 22.

  • Committer: Mertens Florent
  • Date: 2007-06-22 12:55:01 UTC
  • Revision ID: flomertens@gmail.com-20070622125501-tmz43b33k4givhb0
changes in python-fstab :
* Mounter : fix typo in handle_mount_error treated all ntfs-3g
related error as NTFSUNCLEAN error (and so wrongly proposed the
force option)
* Fstab, DiskInfo, ToolsBackend : don't try to maintain a list
of symlink, it's impossible that we get them all. Instead,
try to resolve this symlink at Fstab creation to know if it refer
to a known device. 
* Fstab : in Entry.write : if FSTAB_NAME is a symlink to DEVICE, 
use it when type is DEVICE
* Fstab : in MntFile.write : make sure that (UUID, LABEL) symlink
exists before using them
 Fstab : ignore FSTAB_NAME when we compare for equality 2
entries. This way we don't save Fstab when the only change is
an FSTAB_NAME
* Fstab : correctly log the resolved DEV
* FstabUtility : in change-tracker : we no more need to check
if the log is empty or not
* FstabHandler : in savelog, use lastsave_has_changed to
know if fstab as changed since lastsave
* Fstab : be sure that FSTAB_NAME is a path before even considering
using it.
* Mounter : reiserfs don't seams to log the same message in
syslog on bad option. This change should add this support.
* Mounter : reduce time between mount & umount to nearly
nothing. It seams safe enough.

changes in ntfs-config :
* Fix README
* Add a --version option

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: