Thanks but that did not work. Here is my fstab. /dev/sdb2 is the partition the file is in.
mark@Family ~ $ cat /etc/fstab
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
LABEL=PARDUS_ROOT / ext4 defaults,user_xattr,noatime 0 0
LABEL=PARDUS_HOME /home ext4 defaults,user_xattr,noatime 0 0
/.swap swap swap sw 0 0
proc /proc proc nosuid,noexec 0 0
sysfs /sys sysfs defaults 0 0
debugfs /sys/kernel/debug debugfs defaults 0 0
tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/sda10 /mnt/sda10 ext3 noatime 0 0
/dev/sdb2 /mnt/sdb2 ntfs-3g dmask=007,fmask=117,gid=6,locale=en_US.UTF-8 0 0
/dev/sda9 /mnt/sda9 ext3 noatime 0 0
/dev/sda5 /mnt/sda5 ext3 noatime 0 0
/dev/sda6 /mnt/sda6 ext3 noatime 0 0