[gentoo-user] Missing /sbin/mount.cifs

2006-07-28 Thread Richard Broersma Jr
Does anyone know what package I would need to emerge to so that mount can 
recognize a cifs volume?
 Or do I need to compile additional cifs / smb kernel modules?

When I strace the mount -t cifs .

it shows the following error:

stat64(/sbin/mount.cifs, 0xbfc758e0)  = -1 ENOENT (No such file or directory)


Mount displays the following error:

mount: wrong fs type, bad option, bad superblock on //Mmosrv01/eng/,
   missing codepage or other error
   In some cases useful info is found in syslog - try
   dmesg | tail  or so

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

If my problem isn't related to missing mount.cifs, would anyone be able to 
point me in the right
direction?

Regards,

Richard Broersma Jr. 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Missing /sbin/mount.cifs

2006-07-28 Thread Ow Mun Heng
On Fri, 2006-07-28 at 14:12 -0700, Richard Broersma Jr wrote:
 Does anyone know what package I would need to emerge to so that mount can 
 recognize a cifs volume?
  Or do I need to compile additional cifs / smb kernel modules?
 
 When I strace the mount -t cifs .
 
 it shows the following error:
 
 stat64(/sbin/mount.cifs, 0xbfc758e0)  = -1 ENOENT (No such file or 
 directory)

$qfile /usr/bin/mount.cifs 
net-fs/samba (/usr/bin/mount.cifs)


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Missing /sbin/mount.cifs

2006-07-28 Thread Nick Rout
On Fri, 28 Jul 2006 14:12:32 -0700 (PDT)
Richard Broersma Jr [EMAIL PROTECTED] wrote:

 Does anyone know what package I would need to emerge to so that mount can 
 recognize a cifs volume?
  Or do I need to compile additional cifs / smb kernel modules?
 
 When I strace the mount -t cifs .
 
 it shows the following error:
 
 stat64(/sbin/mount.cifs, 0xbfc758e0)  = -1 ENOENT (No such file or 
 directory)
 
 
 Mount displays the following error:
 
 mount: wrong fs type, bad option, bad superblock on //Mmosrv01/eng/,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail  or so
 
 System log shows:
 CIFS VFS: cifs_mount failed w/return code = -22
 
 If my problem isn't related to missing mount.cifs, would anyone be able to 
 point me in the right
 direction?

its from samba

[EMAIL PROTECTED] ~ $ qfile /usr/bin/mount.cifs
net-fs/samba (/usr/bin/mount.cifs)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Missing /sbin/mount.cifs

2006-07-28 Thread Richard Broersma Jr
 
 its from samba

Thanks all for the feedback.

Regards,
-- 
gentoo-user@gentoo.org mailing list