Hmmm, the line i added to /etc/fstab is there again, so maybe i just imagined that it was gone...strange. I'm running Fedora Core 2, and i upgraded the kernel to 2.6.7.
Anyway, now when i type 'mount' with no parameters, the following line is in my list of mounted drives:
/dev/hdb1 on /mnt/hdb1 type ntfs (rw,noexec,nosuid,nodev)
and, as root, i can access it without having to manually mount it, so i guess it is automatically mounting at boot. However, if i try to access it while not root i get:
[louis@localhost louis]$ cd /mnt/hdb1
bash: cd: /mnt/hdb1: Permission denied
Here is my /etc/fstab:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hda5 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/hdb1 /mnt/hdb1 ntfs user 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
Note: hdb is a dynamic disk