# HG changeset patch # User Rohit Joshi # Date 1268603167 0 # Node ID f055b093be32188dd7b925f573f298efad61a4db # Parent 74cb2409ce26cb46312e5b4421be7cfa1072407a add ntfs-write policy to ntfs-3g for pcmanfm mount diff -r 74cb2409ce26 -r f055b093be32 ntfs-3g/receipt --- a/ntfs-3g/receipt Sun Mar 14 23:12:24 2010 +0100 +++ b/ntfs-3g/receipt Sun Mar 14 21:46:07 2010 +0000 @@ -28,12 +28,14 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/lib $fs/usr/lib $fs/etc + mkdir -p $fs/lib $fs/usr/lib $fs/etc \ + $fs/usr/share/hal/fdi/policy/10osvendor cp -a $_pkg/bin $fs/ cp -a $_pkg/sbin $fs/ cp -a $_pkg/lib/*.so* $fs/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr + cp stuff/30-ntfs-write.fdi $fs/usr/share/hal/fdi/policy/10osvendor touch $fs/etc/filesystems } diff -r 74cb2409ce26 -r f055b093be32 ntfs-3g/stuff/30-ntfs-write.fdi --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ntfs-3g/stuff/30-ntfs-write.fdi Sun Mar 14 21:46:07 2010 +0000 @@ -0,0 +1,42 @@ + + + + + volume.fstype + volume.mount.valid_options + volume.unmount.valid_options + ntfs-3g + ro + atime + noatime + relatime + fake_rw + no_def_opts + default_permissions + umask= + fmask= + dmask= + uid= + gid= + show_sys_files + silent + force + remove_hiberfile + locale= + streams_interface= + debug + no_detatch + sync + dirsync + nodiratime + noexec + quiet + remount + exec + recover + norecover + lazy + ntfs-3g + + +