https://qa.mandrakesoft.com/show_bug.cgi?id=974
------- Additional Comments From [EMAIL PROTECTED] 2003-02-23 20:26 ------- Bug still there for mandrake-9.1rc1 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------- Reminder: ------- assigned_to: [EMAIL PROTECTED] status: NEW creation_date: description: This problem is seen in mandrake-9.0. This is not really a problem of mount but a problem of the settings file /etc/fstab. Basically, its a configuration problem. My windows (FAT32) partition is mounted as per the fstab entry: /dev/hda1 /mnt/windows vfat iocharset=iso8859-1,codepage=850,umask=0 0 0 The value of umask(=0) makes many system files on the FAT32 partition writable by a non-root linux user. This is very undesirable and risky. In the extreme case, a well-designed linux virus can easily damage the windows system files !! The proper solution to this is to change the umask value to 022 so that only root has write access to the FAT32 system.