Changeset 5662


Ignore:
Timestamp:
07/30/09 04:00:13 (4 years ago)
Author:
alanbach-guest
Message:
  • Added recover option to ntfs-3g
Location:
pkg/kev/main/rebuildfstab-parsix/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pkg/kev/main/rebuildfstab-parsix/trunk/debian/changelog

    r5644 r5662  
     1rebuildfstab-parsix (0.7.1) unstable; urgency=low 
     2 
     3  * Added recover option to ntfs-3g  
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Wed, 29 Jul 2009 18:59:39 -0700 
     6 
    17rebuildfstab-parsix (0.7.0) unstable; urgency=low 
    28 
  • pkg/kev/main/rebuildfstab-parsix/trunk/fstabgen

    r5644 r5662  
    434434        case "${ID_FS_TYPE}" in 
    435435                ntfs) 
    436                         fs_mntops="${fs_mntops},rw,dmask=0022,fmask=0133,nls=utf8" 
     436                        fs_mntops="${fs_mntops},rw,recover,dmask=0022,fmask=0133,nls=utf8" 
    437437                        fs_vfstype="ntfs-3g" 
    438438                        ;; 
Note: See TracChangeset for help on using the changeset viewer.