So ive learned about the FSTAB file and how to edit it. I updated the ntfsprogs i think. I'm not sure what exactly im doing wrong. Everytime i try to mount, i get a cant find drive, special drive, or drive doesnt exist. Any help would be apreciated.
Heres my FSTAB.
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=cad9de5f-3322-4d88-bc57-a0a5bfec7003 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=120a5f6f-14f1-4a91-981f-0d21e261c5c5 none swap sw 0 0
# /dev/sdb1 /mnt ntfs-3g defaults,locale=en_US.UTF-8 0 0
It recognizes the drive in fdisk.
Disk /dev/sdb: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x38ef9d17
Device Boot Start End Blocks Id System
/dev/sdb1 * 8819685 390716864 190948590 7 HPFS/NTFS/exFAT
/dev/sdb2 63 8819684 4409811 b W95 FAT32




