LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   i want to mount and then all users can write (https://www.linuxquestions.org/questions/linux-newbie-8/i-want-to-mount-and-then-all-users-can-write-59033/)

zeppelin 05-10-2003 08:25 AM

i want to mount and then all users can write
 
but, i tried so many things. And I always can write in the mnt/windows for example (vfat) if i am root.

as a user i cannot write. :(
in the fstab

/dev/hda1 /mnt/windows vfat unmask=000,exec,rw,posix,utf8 0 0

what is wrong?


Also, how the F##K can i write in the GREEK LANGUAGE?
ok utf8 (is supposed to) read greek filenames (not all work, some letters missing!-really why?)
but how can i Write in Another language than US american english.
I wonder sometimes, if people know that there are other language than EARTHIAN (tell me English!)

no bad feelings though, if i fix the 2 problems.. :)

MasterC 05-10-2003 09:09 AM

Your problem is unmask is nothing. However, umask is ;)

/dev/hda1 /mnt/windows vfat unmask=000,exec,rw,posix,utf8 0 0
vs
/dev/hda1 /mnt/windows vfat umask=000,exec,rw,posix,utf8 0 0

:)

Cool

yowwww 05-10-2003 09:39 AM

there are instructions on my guide on how to get user read and write permissions for fat32 drives.

zeppelin 05-10-2003 10:30 AM

thanks a lot yowww

masterC i don't really understand what you're trying to say?


to ALL:
any ideas how I will be able to install GREEK LANGUAGE (not only see, but write in my system?)
thanks in advance

Canada rulz :study:

acid_kewpie 05-10-2003 10:32 AM

you don't understand? how come... you have a spelling mistake....

zeppelin 05-10-2003 11:49 AM

ok now i see.

umask will do the same job as yoww command?

what about the greek language?

thanks a lot :)_


All times are GMT -5. The time now is 06:43 AM.