LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   samba is giving me no love (https://www.linuxquestions.org/questions/linux-networking-3/samba-is-giving-me-no-love-30117/)

scheiße_comp 09-11-2002 08:05 AM

samba is giving me no love
 
Ok, I have a sun webserver and a windows 2000 machine in my little network. The windows 2000 computer has a 100 gig hardrive, so im using it to hold very large video files. Whenever I mount something with smbmount, it doesn't give me any rights to it. when I ls -l the directory with my mounted filesystem on it, it says
d--------- root root
even if i try to chmod or chown it wont let me do it. I need it so I can have it world readable. Is there a special argument that I'm not putting in when I use smbmount on it?

acid_kewpie 09-11-2002 08:09 AM

yes, umask=000 for example.

scheiße_comp 09-11-2002 07:18 PM

i tried umask=000 and it still does nothing. So far the command im doing is
smbmount \\\\great-white\\sharedshit /home/httpd/html/stuff -
o username=administrator uid=webmaster umask=000

it still is only giving me the
d--------- rights.


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