"[baud]" <[EMAIL PROTECTED]> writes: > well I had to change the line adding umask=0 > /dev/hda1 /mnt/win_c vfat codepage=850,iocharset=iso8859-15,umask=0 0 0 > #/dev/hda1 /mnt/win_c vfat codepage=850,iocharset=iso8859-15 0 0 > > cat /etc/sysconfig/msec > UMASK_ROOT=022 > SECURE_LEVEL=2
it's weird. I can't reproduce :-/ @resolution=worksforme [...] > Lower means higher security ? Well, that's not sympathetic for the noobie user : > Linux is more secure, hence you can't access win anymore... (warf, warf), > changing umask in /etc/fstab is not for the noobie, there should be a way to > change it really easily (and evidently) otherwise many users are going to > complain, or they will revert to less secure mode. The learning curve may be too > steep... BTW, Linux partitions are all access : even for basic user, is it > wanted ? There should be some coherence. logged as a basic user, try: % rm -rf /etc/* then try (or maybe think about what it could do): % rm -rf /mnt/win_c/windows/*
