With that entry you will not delete everything, but the badside of that is you cannot add anything to it either. I would just make it a safe practice to NOT type rm -rf instead of denying myself write access to my fat partition. That or...
Make 2 partitions in Winbloze. One is for the system files (C:/Windows;C:/Program Files etc.) and the other is for the files you are going to be transferring back and forth. Files like Music, Movies, txt's whatever. Then you will add 2 lines in your fstab and one will be just as linuxcool has specified, the other will be rw (read/write).
Something like this:
/dev/hda1 /mnt/winC vfat noauto,user,ro 0 0
/dev/hda2 /mnt/winD vfat noauto,user,rw 0 0
Where 1,2 and D,C are replaced with whatever you'd like.
|