Networking Forums

Networking Forums > Computer Networking > Linux Networking > mount -t smbfs problems

Reply
Thread Tools Display Modes

mount -t smbfs problems

 
 
J. Shrimp, Jr.
Guest
Posts: n/a

 
      11-19-2003, 01:11 AM
Typing 'mount -t smbfs //Windowsmachine/bill /mnt/bill'
I get the error message:

1874: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed

This exact same smb.conf file worked before, but now it doesn't.


I can see the linux box from my Windows 2000 "My Network Places",
copy files, etc. I can ping the Windows shared drive also,
but I can't mount the Windows shared drives.



 
Reply With Quote
 
 
 
 
Peter Tselios
Guest
Posts: n/a

 
      11-19-2003, 02:05 PM
J. Shrimp, Jr. wrote:

> Typing 'mount -t smbfs //Windowsmachine/bill /mnt/bill'
> I get the error message:
>
> 1874: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
> SMB connection failed
>
> This exact same smb.conf file worked before, but now it doesn't.
>
>
> I can see the linux box from my Windows 2000 "My Network Places",
> copy files, etc. I can ping the Windows shared drive also,
> but I can't mount the Windows shared drives.

You 're not telling us your linux. distro, smb version etc. Are you trying
to mount the shares as root or normal user? Samba is not allowing normal
users mounts.

--
==============
Peter Tselios
 
Reply With Quote
 
J. Shrimp, Jr.
Guest
Posts: n/a

 
      11-21-2003, 10:39 AM
As root in RedHat 8.0
The RedHat box appears as Samba 2.2.5 in
the Windows 2000 "Computers near Me" folder.
Here is the entire samba.conf file:

#======= Global Settings =========
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = HOME
hosts allow = 192.168.0.
maxlogsize = 9999
netbios name = LizzyNet
guest ok = yes
encrypt passwords = yes
log level = 3
log file = /usr/local/logs/samb.log.%m
username map = /etc/samba/smbusers
#===== Share Definitions ====
[homes]
comment = Home Directories
path = /
browseable = yes
writable = yes
valid users = %S
create mode = 0777
directory mode = 0777

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = yes
writable = yes
printable = yes

[everyone]
path = /mnt/Data
browseable = yes
guest ok = yes
writeable = yes
create mode = 0666
directory mode = 0777
write list = rhani, Administrator






"Peter Tselios" <???@?????.??> wrote in message
news:bpg0pg$hg5$(E-Mail Removed)...
> J. Shrimp, Jr. wrote:
>
> > Typing 'mount -t smbfs //Windowsmachine/bill /mnt/bill'
> > I get the error message:
> >
> > 1874: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)
> > SMB connection failed
> >
> > This exact same smb.conf file worked before, but now it doesn't.
> >
> >
> > I can see the linux box from my Windows 2000 "My Network Places",
> > copy files, etc. I can ping the Windows shared drive also,
> > but I can't mount the Windows shared drives.

> You 're not telling us your linux. distro, smb version etc. Are you trying
> to mount the shares as root or normal user? Samba is not allowing normal
> users mounts.
>
> --
> ==============
> Peter Tselios



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
nfs mount problems p cooper Linux Networking 4 09-30-2005 01:00 PM
NFS mount won't mount at boot, but mount -a works fine. BT Linux Networking 2 09-23-2004 09:37 PM
NFS exporting smbfs mount? K. Bruner Linux Networking 0 09-09-2004 08:25 PM
Problems mounting smbfs/ntfs in /etc/fstab to give read-write permissions relaxedrob@optushome.com.au Linux Networking 2 09-07-2004 11:36 PM
mount -t smbfs ... only root can do that James Linux Networking 5 01-02-2004 04:25 PM



1 2 3 4 5 6 7 8 9 10 11