LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   can't mount more than one (https://www.linuxquestions.org/questions/linux-networking-3/cant-mount-more-than-one-115532/)

Falafel 11-13-2003 06:52 AM

can't mount more than one
 
I have two folder in one NT box. The problem is I can only mount one folder at a time. Does anyone know how to work around this problem?

Here is my fstabt:

//nt-server/disk1 /home/disk1 smbfs username=xxx,password=xxx 0 0
//nt-server/disk2 /home/disk2 smbfs username=xxx,password=xxx 0 0

If I comment one out I can mount the other, but again, not both at the same time. When my computer boots up it gets to the smb line and hangs.

What do I do???

Falafel 11-13-2003 06:59 AM

I can add that it doesn't matter if I try to mount a share from another computer. It only works when I mount one share.

saint 11-13-2003 07:09 AM

Try to mount the shares from the command prompt , set the debug flags and see what happens. i.e
Code:

mount -t smbfs //nt-server/disk1 /home/disk1 smbfs -o  d3,username=xxx,password=xxx 0 0
Maybe you would get a more useful error message

HTH


All times are GMT -5. The time now is 05:01 AM.