I have done everything on this thread, probably in the wrong order, and everything on my computer now seems messed up.

NTFS does not mount at all.

@nikola:~$ sudo ntfsmount /media/hda1 /media/hda1 -o gid=1001,umask=0007
Use the force option to work with files.
Mount failed.

ls -l /media
total 12
lrwxrwxrwx 1 root root 6 2006-04-27 17:56 cdrom -> cdrom0
drwxr-xr-x 2 root root 4096 2006-04-27 17:56 cdrom0
lrwxrwxrwx 1 root root 7 2006-04-27 17:56 floppy -> floppy0
drwxr-xr-x 2 root root 4096 2006-04-27 17:56 floppy0
drwxr-xr-x 2 root root 4096 2006-05-01 00:00 hda1

hda1 is the NTFS partition

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda8 /home ext3 defaults 0 2
#/dev/hda1 /media/hda1 ntfs defaults 0 0
/dev/hda5 /tmp ext3 defaults 0 2
/dev/hda6 /usr ext3 defaults 0 2
/dev/hda7 /var ext3 defaults 0 2
/dev/hda4 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/hda1 /media/hda1 ntfs-fuse auto,gid=1001,umask=0002 0 0

I have done everything and I know this information above is wrong. cause it doesn't work. I even installed fuse from the dapper packages and now when I boot my computer the "PCI" module fails along with the "filesystem" module.

frustrated. I love ubuntu and I have had no trouble with previous HowTo's. This one is giving me a headache.

Help!!