HellO!

How can I mount fs in knoppix for rw. I have a one partition that is vfat, and in knoppix fstab it looks like this:
/dev/hda2 /mnt/hda2 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x 0

I edited the fstab file and added rw in the end like this:

/dev/hda2 /mnt/hda2 vfat noauto,users,exec,umask=000,uid=knoppix,gid=knoppi x, rw 0

And umount & mounted , but still didn't work! THank you!