fstab options for ntfs partitions in Linux Mint

I gor errors while tried to mount ntfs partitions in linux mint.
So I checked fstab and fixed things.

This is output from fstab:

# /windows was on /dev/sda3 during installation
UUID=B86E55A46E555C66 /media/windows ntfs   defaults,nls=utf8,umask=000,uid=1000


Make sure “/media/windows” folder created and if not – do that:

sudo mkdir /media/windows
chmod 777 /media/windows