NTFS read/write on Linux
In order to be able to mount an NTFS file system on an external drive or USB stick with reasonable user/group permissions you need to rune to following command once:
ntfs_gconf_setup.sh
Background
The problem on our current Linux desktops (SL5.4) is two-fold:
- there is no HAL policy which handles NTFS filesystems. So we need to provide one
- there is a bug in the version of HAL we are using: the mounted file system does get the correct UID/GID/UMASK settings. This is fixed by running the above mentioned script which sets these in the gconf data base.
|