Linuxconf version 1.18 when entering the default permissions for my dos partition the program stripped the initial two zeroes of my code 002. This resulted in just a value of 2 which was definitely not what I wanted. Had to manually edit /etc/fstab general complaint about Linuxconf: why in the world are the bits conterintuitve. You have to list the parts to be restricted? Why not make it like normal metadata? It would be much easier to understand the security I was allowing, rather than the security I am restricting, as this is what normal files on Linux follow.
The option matches the semantics of mount(8)'s umask option. How is "2" producing different results from "002"?
when i used it in linuxconf and saved my results (instead of fstab) then it mounted my msdos partions as 200 (it stripped off the first two zeroes and left one 2 which was read as the aforementioned 200) instead of the intended 002. I wanted my msdos partition to have the write ability removed for everyone besides the owner (which i still think is wierd, the restricting instead of allowing baseline). Instead with 200 it restricted the owner from writing but gave everybody else full access. Which is definitely not what I wanted. You know if you dont see it then never mind. I am using a Mandrake distribution so it might be them. I reported the bug to you guys because you are the ones that make and maintain the tool.
We suggest you contact Mandrake; we can't keep track of what changes they make to their packages.