LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-01-2008, 06:40 AM   #1
bobd72
LQ Newbie
 
Registered: Jun 2008
Posts: 2

Rep: Reputation: 0
cifs remote share


Hello,
I have two Kubuntu Hardy computers which I want to access a Remote Share on a Windaows XP machine. One is a desktop the other a Toshiba Laptop

Both machines have the same fstab entry:
//192.168.72.1/D$ /media/<my_share> cifs rw,credentials=/home/bob/<my_credentials_file>,uid=1000.gid=1000 0 0

and the same entry in the credentials file:
user= <MyUserName>
password=<MyPassword>

When I start the Desktop it mounts the remote share successfully. The Laptop will not mount the share either on boot or using mount

Using: sudo mount --verbose -a
*** The Laptop is trying to log on with the user 'root' instead of the user defined in the <credentials> file.

bob@Laptop:~$ sudo mount --verbose -a
mount: proc already mounted on /proc
parsing options: rw,credentials=/home/bob/<my_credentials_file>,uid=1000.gid=1000

Domain mydomain


mount.cifs kernel mount options unc=//192.168.72.1\D$,ip=192.168.72.1,user=root,domain=mydomain,pass=MyPassword,ver=1,rw,credentials=/home/bob/<my_credentials_file>,uid=1000.gid=1000
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

*** The Desktop sets the correct user and does not substitute root as the user.
mount.cifs kernel mount options unc=//192.168.72.1\D$,ip=192.168.72.1,user=MyUserName,domain=mydomain,pass=MyPassword,ver=1,rw,credentials =/home/bob/<my_credentials_file>,uid=1000.gid=1000

Both machines have the same smb.conf files

There must ba a setting orconfiguration somewhrere that is causing the substitution - but where?
 
Old 06-02-2008, 09:29 AM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Here are a few ideas that are worth looking at. Clearly the problem comes from some difference in the Samba environment between the desktop and laptop computers.

First, the period in uid=1000.gid=1000 should be a comma. It probably doesn't cause a failure on the desktop because you are using the credentials option.

Next, are the desktop Linux machine and the Windows machine set up to be in a Windows workgroup or an NTLM security domain? Windows workgroup security is much easier to work with.

I had a couple of more ideas before I started typing but now I've forgotten them. I'll come back and edit this when I remember them.
 
Old 06-04-2008, 04:55 AM   #3
bobd72
LQ Newbie
 
Registered: Jun 2008
Posts: 2

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by stress_junkie View Post

First, the period in uid=1000.gid=1000 should be a comma. It probably doesn't cause a failure on the desktop because you are using the credentials option.
Thanks - fixed that but it made no difference


Quote:
Next, are the desktop Linux machine and the Windows machine set up to be in a Windows workgroup or an NTLM security domain? Windows workgroup security is much easier to work with.
Yes - I'm using a workgroup.

I have progressed a little since my initial post. I am now able to log onto to the share on the windows box if I don't use a credentials file but include user, pass and domain in the fstab entry as well as the 'nounix' option. Apparently this option is needed in Hardy, although it works OK without that on the Desktop machine. Whilst I still don't understand why this isn't a problem on the desktop at least it works on the Laptop now. As soon as I include a credentials file instead of the user/pass/domain it will not mount. I have tried placing the credentials file in both my home directory and in /root but neither works. Permissions appear to be OK.
Entries are as below:

//192.168.72.1/D$ /media/mount cifs user=username,pass=password,domain=MyWorkgroup,rw,nounix 0 0
#//192.168.72.1/D$ /media/mount cifs credentials=/root/.smb_credentials,rw,nounix 0 0
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mount cifs share problems BarryLinux Linux - Newbie 11 06-04-2012 12:42 AM
Creating symlinks on a CIFS share? MasterC Linux - General 2 08-30-2007 04:34 PM
Kerberos and CIFS network share MALDATA Linux - Server 4 04-10-2007 04:43 PM
Access CIFS Share from Linux johnnybhoy67 Linux - Networking 0 11-30-2005 09:30 AM
CIFS samba share ronanio Linux - Software 1 11-06-2005 11:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration