Jump to content

Recommended Posts

Posted

Ive got samba set up on both my servers, works no problem I can access the shares from all my windows clients.

 

But I cant seem to mount a share from one server on the other..

 

USing the instructions here: Welcome to JustLinux: Wanna learn Linux?

 

I just get an access denied..

 

oasis ~ # mount -t smbfs //192.168.2.4/admin /test1 -o user=robert,password=mypass
20959: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed

 

but checking using smbclient works with the same credientials...

 

oasis ~ # smbclient //192.168.2.4/admin -U robert
Password: 
Domain=[ROBERTS] OS=[unix] Server=[samba 3.0.33]
smb: \>

 

Am I missing something?

Posted

yup, running as root,

 

cifs gives me a

 

mount: unknown filesystem type 'cifs'

 

chaniging user to username gives me

 

ERROR: smbfs filesystem not supported by the kernel
Please refer to the smbmnt(8) manual page
smbmnt failed: 255

 

which is a problem.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...