Hello,
my automount map file contains the line
goofy -fstype=smbfs,noauto,user,rw,uid=500,gid=100,username=ssass,password=pingpong
://goofy/ssass$
and can't be mounted. The issues written to /var/log/messages are
Feb 1 18:19:29 modsys35 automount[2680]: lookup(file): goofy ->
-fstype=smbfs,noauto,user,rw,uid=500,gid=100,username=ssass,password=berlioz^I://goofy/ssass$
Feb 1 18:19:29 modsys35 automount[2680]: parse(sun): expanded entry:
-fstype=smbfs,noauto,user,rw,uid=500,gid=100,username=ssass,password=berlioz^I://goofy/ssass
which makes me think that the sharename (//goofy/ssass) is cropped and
the dollar sign is ignored.
When I try to escape the dollar sign using
goofy -fstype=smbfs,noauto,user,rw,uid=500,gid=100,username=ssass,password=berlioz
://goofy/ssass\$
I get in /var/log/messages
Feb 1 18:35:14 modsys35 automount[2819]: lookup(file): goofy ->
-fstype=smbfs,noauto,user,rw,uid=500,gid=100,username=ssass,password=berlioz^I://goofy/ssass\$
Feb 1 18:35:14 modsys35 automount[2819]: parse(sun): expanded entry:
-fstype=smbfs,noauto,user,rw,uid=500,gid=100,username=ssass,password=berlioz^I://goofy/ssass\
Is this a bug?
I'm using kernel 2.2.16 on a Pentium III with SuSE 7.0
Can you please help me?
Regards
Stefan