[CentOS] CentOS 4.5 - mounting remote windows fileserver using smb or cifs

2008-05-01 Thread Tom Brown

Hi

I need to mount a windows share on a CentOS 4.5 box running stock kernel 
etc - I have tried using cifs and also smbfs


My fstab looks like

//share/name/mount/pointsmbfs   
username=user,password=password,uid=useridhere 0 0

or the same using cifs

When i try and mount that i get the following errors depending on the share type

smbfs: mount_data version 1919251317 is not supported

CIFS VFS: cifs_mount failed w/return code = -22

i would have thought that cifs was the way forward but any ideas? These use 
creds are being used on an ancient 7.3 box and they work fine

thanks





___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 4.5 - mounting remote windows fileserver using smb or cifs

2008-05-01 Thread Ian Blackwell

This works for me...
In /etc/fstab:-
//share/name/mount/point   cifs
_netdev,credentials=/etc/samba/cred.txt 0 0

In the credentials file:-
username=your-windows-user
password=XXX


Make sure the credentials file is owned by root and only readable by root.

Regards,

Ian


Tom Brown wrote:

Hi

I need to mount a windows share on a CentOS 4.5 box running stock 
kernel etc - I have tried using cifs and also smbfs


My fstab looks like

//share/name  /mount/pointsmbfs
username=user,password=password,uid=useridhere 0 0


or the same using cifs

When i try and mount that i get the following errors depending on the 
share type


smbfs: mount_data version 1919251317 is not supported

CIFS VFS: cifs_mount failed w/return code = -22

i would have thought that cifs was the way forward but any ideas? 
These use creds are being used on an ancient 7.3 box and they work fine


thanks





___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 4.5 - mounting remote windows fileserver using smb or cifs

2008-05-01 Thread Akemi Yagi
On Thu, May 1, 2008 at 2:22 AM, Tom Brown [EMAIL PROTECTED] wrote:
 Hi

  I need to mount a windows share on a CentOS 4.5 box running stock kernel
 etc - I have tried using cifs and also smbfs

  My fstab looks like

  //share/name/mount/pointsmbfs
 username=user,password=password,uid=useridhere 0 0

  or the same using cifs

  When i try and mount that i get the following errors depending on the share
 type

  smbfs: mount_data version 1919251317 is not supported

  CIFS VFS: cifs_mount failed w/return code = -22

  i would have thought that cifs was the way forward but any ideas? These use
 creds are being used on an ancient 7.3 box and they work fine

This wiki page may help you:

http://wiki.centos.org/TipsAndTricks/WindowsShares

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 4.5 - mounting remote windows fileserver using smb or cifs

2008-05-01 Thread Tom Brown



This works for me...
In /etc/fstab:-
//share/name/mount/point   cifs
_netdev,credentials=/etc/samba/cred.txt 0 0

In the credentials file:-
username=your-windows-user
password=XXX


Make sure the credentials file is owned by root and only readable by 
root.




i have managed to get this working now using smbfs - there were 2 issues 
it seems


1 - samba-client was not installed, that was an oversight on my behalf

2 - on the RH7.3 box the domain is not needed for the user but on the 
CentOS 4 machine something is different in the samba client as without 
the domain i get an 'Accedd Denied' issue. So for me using smbfs and 
DOMAIN\username works


thanks

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 4.5 - mounting remote windows fileserver using smb or cifs

2008-05-01 Thread Akemi Yagi
On Thu, May 1, 2008 at 3:53 AM, Tom Brown [EMAIL PROTECTED] wrote:

  i have managed to get this working now using smbfs - there were 2 issues it
 seems

  1 - samba-client was not installed, that was an oversight on my behalf

  2 - on the RH7.3 box the domain is not needed for the user but on the
 CentOS 4 machine something is different in the samba client as without the
 domain i get an 'Accedd Denied' issue. So for me using smbfs and
 DOMAIN\username works

I am using cifs without having the domain on a C4 box.  I think
something is not right with your setup.

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos