Topic: External USB NTFS drives with pcmanfm
One thing I noticed with pcmanfm in 8.10.02 is that it mounts external usb ntfs drives as read only. Unfortunately I live in a windows work environment and find an external ntfs drive a necessity. The only solution I've found (that works) so far is to change the following lines in /usr/share/pcmanfm/mount.rules .
from
[ntfs]
mount_options=umask=222;utf8;exec
fstype_override=ntfs-3gto
[ntfs]
mount_options=umask=000;utf8;exec
fstype_override=ntfs-3gI don't think this is such a great solution security wise but it works. Anyone else have a better idea?
Silence is sometimes the best answer - Dalai Lama.