I am not sure if this is the right place for this question.
I have NTFS drives mounted using udevil and added option "big_writes" so that NTFS performance is approaching of ext3. That's all good, except I really love to have the auto dismount feature (unmount after timeout). This way, you don't have to login to issue umount before you can unplug the drive. Imagine seniors who will use this and we can't expect them to issue umount. Instead, they can simply wait for a min or two and then unplug.
Udevil doens't seem to have auto umount feature. Autofs has auto dismount feature, but it doesn't seem to accept "big_writes" as a mounting option.
How do you guys address this problem? Do you always have to login to unmount a drive? That's not very friendly.
I'd love to hear suggestions.
PS, both udevil and fstab would take big_writes option to improve NTFS-3g performance. But autofs, and automount reject it.