Backup fstab:
sudo cp -v /etc/fstab /etc/fstab.bak
now create a mountpoint:
sudo mkdir -p /media/Data
make sure you have ntfs-3g installed:
sudo apt-get install ntfs-3g
now open fstab for editing:
and add the 2 NEW lines at the bottom:
## Mount Data partition (/dev/sda1) manually added by gychang
UUID=58DE2D0079E8B3D3 /media/Data ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
SAVE the file and exit gedit
run:
and if there were no errors .. reboot to test
NOTE - whilst in fstab, remove any line you previously added to automount dsa1