Koozali.org: home of the SME Server

mount -t smbfs (Desperate)

scotta

mount -t smbfs (Desperate)
« on: September 16, 2004, 09:22:23 AM »
SME Server 6.0.1 as standalone (Domain controler, mail & file server)

I have a win95 machine on my network logged onto the domain with it's d drive shares with full access and no password.

On server-manager I have setup a hostname for this machine based on mac address so that the DHCP server gives it the same IP every time.

I have created a directory /mnt/win

I can ping the machine name 'tarryn'

When I try:
mount -t smbfs //tarryn/d /mnt/win

I get the error:
Connection to tarryn failed
SMB connection failed

Can anyone please help, I am desperate!

Thanks
Scott

Offline byte

  • *
  • 2,183
  • +2/-0
mount -t smbfs (Desperate)
« Reply #1 on: September 16, 2004, 03:50:38 PM »
Off top my head try...

mount -t smbfs guest //Your/Server /mnt/win

If not try man smbfs

I know...

mount -t smbfs -o username=john,password=doe //Your/Server /mnt/win

will work but I've never really gone for the guest account

Should give you more of an idea anyway
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

scotta

mount -t smbfs (Desperate)
« Reply #2 on: September 16, 2004, 04:07:36 PM »
I have tried various user/password combinations, not guest though, that are valid on the domain. Still no go.

Are they neccessary, win95 full access no password?

Scott

Offline byte

  • *
  • 2,183
  • +2/-0
mount -t smbfs (Desperate)
« Reply #3 on: September 16, 2004, 05:23:58 PM »
try...

smbclient -L hostname -U username

where hostname is pc trying to connect, this will show you that the shares exists

I dont use smbfs on any windows 95 pcs but i do rember that there was something funny with the way the passwords on windoze was done! Believe it is because the password on the windows machince is uneycripted and you need the cd to install enycripted passwords.

HTH
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!