For some reason, I cannot get my NTFS drive to mount automatically during bootup. Once I'm logged in, I can manually mount it without any trouble - any ideas why this would be? (could it have something to do with the SATA interface its using?)
Here's the entry in my /etc/fstab ---------------------------------------------- /dev/sda1 /media/windows ntfs nls=utf8,umask=0222 0 0 ----------------------------------------------
When I enter the command in manually, it works fine! ---------------------------------------------- mount /dev/sda1 /media/windows/ -t ntfs -o nls=utf8,umask=0222 ----------------------------------------------
Any idea what the problem is?