Networking Forums

Networking Forums > Computer Networking > Linux Networking > error trying to mount XP shares

Reply
Thread Tools Display Modes

error trying to mount XP shares

 
 
ncjim@hoodcanal.com
Guest
Posts: n/a

 
      05-22-2007, 05:55 PM
Hi
I've got Samba running on my home network of 5 machines and the XP
machines can see the shares on the Linux machines and smbclient -L
lists all the shares from the 2 XP machines. Smbclient //server/share
connects and starts a ftp session with the file structure visable.
But this is what I get trying to mount.

[root@ mnt]# mount -t smbfs //server/share /mnt/dun
Password: (note: no password sent <enter> on blank)
smb_retry: no connection process
smb_add_request: request [c831be00, mid=0] timed out!
smb_delete_inode: could not close inode 2


The strange part is this was working before the other XP,home edition,
box suffered a hard drive failure and some changes were made in order
to get the XP home edition to be able to see all the Linux machines.
Security was changed to "Security = share" and encrypted password were
commented out, also this machine became the preferred master.

heres the smb.conf

[global]
hosts allow = 192.168.1. 127.

load printers = yes

printing = cups

cups options = raw

log file = /var/log/samba/%m.log
max log size = 50

smb ports = 139

security = share


socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

os level = 33

preferred master = yes

name resolve order = wins lmhosts bcast

wins support = yes

dns proxy = no


#============================ Share Definitions
==============================
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /bin/false
winbind use default domain = no
[homes]
comment = Home Directories
browseable = yes
writable = yes


[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
guest ok = no
writable = no
printable = yes


[public]
comment = Public Stuff
path = /archive
public = yes
browseable=yes
read only = no
writable = yes

[Insignia-Arc]
comment = Archive
path = /Archive-Insignia
public = yes
browseable=yes
read only = no
writable = yes

[tom]
comment = Tom's Home
path = /home/tom
valid users = tom
browseable=yes
public = no
writable = yes
printable = no







Thanks
Jim

 
Reply With Quote
 
 
 
 
ncjim@hoodcanal.com
Guest
Posts: n/a

 
      05-23-2007, 11:09 PM
On May 22, 9:55 am, "n...@hoodcanal.com" <hoodcanal...@usa.com> wrote:
> Hi
> I've got Samba running on my home network of 5 machines and the XP
> machines can see the shares on the Linux machines and smbclient -L
> lists all the shares from the 2 XP machines. Smbclient //server/share
> connects and starts a ftp session with the file structure visable.
> But this is what I get trying to mount.
>
> [root@ mnt]# mount -t smbfs //server/share /mnt/dun
> Password: (note: no password sent <enter> on blank)
> smb_retry: no connection process
> smb_add_request: request [c831be00, mid=0] timed out!
> smb_delete_inode: could not close inode 2
>
> The strange part is this was working before the other XP,home edition,
> box suffered a hard drive failure and some changes were made in order
> to get the XP home edition to be able to see all the Linux machines.
> Security was changed to "Security = share" and encrypted password were
> commented out, also this machine became the preferred master.
>
> heres the smb.conf
>
> [global]
> hosts allow = 192.168.1. 127.
>
> load printers = yes
>
> printing = cups
>
> cups options = raw
>
> log file = /var/log/samba/%m.log
> max log size = 50
>
> smb ports = 139
>
> security = share
>
> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
>
> os level = 33
>
> preferred master = yes
>
> name resolve order = wins lmhosts bcast
>
> wins support = yes
>
> dns proxy = no
>
> #============================ Share Definitions
> ==============================
> idmap uid = 16777216-33554431
> idmap gid = 16777216-33554431
> template shell = /bin/false
> winbind use default domain = no
> [homes]
> comment = Home Directories
> browseable = yes
> writable = yes
>
> [printers]
> comment = All Printers
> path = /var/spool/samba
> browseable = no
> # Set public = yes to allow user 'guest account' to print
> guest ok = no
> writable = no
> printable = yes
>
> [public]
> comment = Public Stuff
> path = /archive
> public = yes
> browseable=yes
> read only = no
> writable = yes
>
> [Insignia-Arc]
> comment = Archive
> path = /Archive-Insignia
> public = yes
> browseable=yes
> read only = no
> writable = yes
>
> [tom]
> comment = Tom's Home
> path = /home/tom
> valid users = tom
> browseable=yes
> public = no
> writable = yes
> printable = no
>
> Thanks
> Jim




Well...... when this machine was returned to run level 5....... well
now the smb connection works.

Thanks
Jim

 
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
(Xp Pro) Mount Points and Network Shares Loren Pechtel Windows Networking 2 12-25-2009 04:29 PM
mount.nfs internal error Philip Linux Networking 21 02-02-2009 11:54 PM
Can't mount SMB shares from Linksys NLSU2 Noozer Linux Networking 2 07-05-2006 03:17 PM
how to mount smb Shares form a w2k3 domain? Jan Redepenning Linux Networking 0 05-18-2005 08:26 PM
Problems with Samba, can't see or mount shares Mark Landreville Linux Networking 0 11-11-2004 05:27 AM



1 2 3 4 5 6 7 8 9 10 11