LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   read-only shared mount between linux and w2k server (https://www.linuxquestions.org/questions/linux-networking-3/read-only-shared-mount-between-linux-and-w2k-server-191465/)

fostiator 06-09-2004 07:52 AM

read-only shared mount between linux and w2k server
 
Hi, this is what I want to do:

I have a w2k server as domain and file server.

I need to configure my linux-mandrake machine in order to use the file server.

I've tried mandrake wizzards to mount into $HOME/Documents the w2k server share (i've got rw permissions on server)

I can only mount as root so the files pointed has root as owner and read only permissions for all users and i need rw permissions over that share

how can I mount the shares being normal user?


thanks in advance

fostiator 06-10-2004 03:14 AM

well,finally i've fix it

i've put these into /etc/fstab

//server/share /home/folder smbfs -o users,username=,password=,uid=,gid=fmask=666,dmask=777 0 0

the tricks were at uid and gid in order to get read/write permissions into mounted folder


All times are GMT -5. The time now is 09:03 AM.