Hi,
I have an NTFS partition that i want mounted automatically and in read/write, i tried many options but without success so i'm turning to you guys 
Here is my fstab:
( /dev/sda4 is the concerned partition )
Code:
#
# /etc/fstab
# Created by anaconda on Tue Jun 13 19:33:27 2017
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=631253ab-cf94-493d-9a4f-606e2c29f306 / ext4 defaults 1 1
UUID=5e15c6f6-4bba-4603-9ea6-7fcad1923f85 /boot ext4 defaults 1 2
UUID=b23f18ce-42e9-4048-9913-29ca31cbb12b swap swap defaults 0 0
/dev/sda4 /mnt/data ntfs-3g users,gid=users,umask=0 0 0
Thanks !