The only real problem I have had so far is in trying to mount my external USB, NTFS HDD.
I have seen various info on the web which says that I should change my fstab file.
Can someobne tell me what I would need to change it to ?
This is how it looks at the minute...
===============================================================================
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/sda1 /media/USB_Ext ntfs pamconsole,exec,noauto,fscontext=system_u

bject_r:removable_t,managed 0 0
/dev/sda5 /media/WIN_BACKUP ntfs pamconsole,exec,noauto,fscontext=system_u

bject_r:removable_t,managed 0 0
================================================================================
So far, the only way I have found to change it is through using "sudo nautilus" command and then opening the fstab file, changing it, and then saving it. However, when I disconect and then reconnect the USB HDD the fstab file changes adding two lines after the text I changed. Is this just because I wasnt doing it right ???
Thanks (in advance) for you help !