Operating System - HP-UX
1833804 Members
2613 Online
110063 Solutions
New Discussion

mount smbfs with password

 
SOLVED
Go to solution
Juerg DENNEBERG
Advisor

mount smbfs with password

Hi you all

this works:

mount -t smbfs -o username=X1234 //Note/dir /mnt/samba

after typing the above line I am prompted for a Password and after giving the password the smbfs is mounted.

But after typing the following (Password added) I get a bunch of error messages. What am I doing wrong here:

mount -t smbfs -o username=X1234, password=Apasswd //Note/dir /mnt/samba

Many thanks in advance

Juerg
The personal liberty goes so far as it does not affect the liberty of others
2 REPLIES 2
Jerome Henry
Honored Contributor
Solution

Re: mount smbfs with password

try to take coma out.
ON some system (donno on HP UX), username=X1234%Apasswd also works.

hth

J
You can lean only on what resists you...
Juerg DENNEBERG
Advisor

Re: mount smbfs with password

Hi Jerome

it works with the "%" sign

Many thanks and regards

Juerg
The personal liberty goes so far as it does not affect the liberty of others