[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: deprecated smbmount --> mount.cifs



On Sun, Jan 25, 2009 at 08:14:35PM +0200, Amit Finkler wrote:
> I know, it's been a while, and Lenny has since moved from 2.6.24 to
> 2.6.26. Samba probably has changed a lot as well. However, this
> problem persists...
> 
> Here's what I tried to do and the outcome:
> 
> in1: mount -t cifs //server/share /home/amitf/mount_point -o
> username=amitf%mypassword
> out1: mount error 5 = Input/output error, Refer to the mount.cifs(8)
> manual page (e.g.man mount.cifs)
> 
> in2: mount -t smbfs //server/share /home/amitf/mount_point -o
> username=amitf%mypassword
> out2: mount error 5 = Input/output error, Refer to the mount.cifs(8)
> manual page (e.g.man mount.cifs)
> 
> in3: smbmount //server/share /home/amitf/mount_point -o
> username=amitf%mypassword
> out3: mount error 5 = Input/output error, Refer to the mount.cifs(8)
> manual page (e.g.man mount.cifs)

Let's make this more explicit:

  mount.cifs //server/share /home/amitf/mount_point -o 'username=amitf%mypassword'

Or even slightly more verbose:

  mount.cifs //server/share /home/amitf/mount_point --verbose -o 'username=amitf%mypassword'

BTW: the man page mentioned in that message refers to the option
'username' as deprecated, IIRC.

-- 
Tzafrir Cohen         | tzafrir@jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzafrir@cohens.org.il |                    |  best
ICQ# 16849754         |                    | friend


Reply to: