For one, I am not familiar with Linux too much, so bear with me.
But I have an NTFS drive, which I wish to automount, or so that i dont have to mount every time. Currently I have the drive setup /dev/hdb1.
I have installed a NTFS rpm so I am able to mount the drive with the following line:
mount /dev/hdb1 /mnt/hdb -t ntfs -r -o umask=0222
Any help would be much appreciated.