I add this line in auto.smb to fix this behaviour. I have installed
smbfs and it worked just after this line in the script.
echo $key | grep -q '/' && exit 0
The script exit if the key has slash like hostname/share. After that I
start to mount automatically with ls /smb/hostname/.
I tried to do
Had the same issue with Karmic autofs. After installing smbfs it worked.
Some errors that I catch, maybe they help:
kernel: CIFS VFS: cifs_mount failed w/return code = -22
automount[24870]: >>missing codepage or helper program, or other error
--
auto.smb acts weird when smbfs is not inst
Thanks for the information. Ill take a look at this for lucid.
Regards
chuck
** Changed in: autofs (Ubuntu)
Status: Incomplete => Confirmed
--
auto.smb acts weird when smbfs is not installed
https://bugs.launchpad.net/bugs/158816
You received this bug notification because you are a membe
In my case even with smbfs installed, problem still remains:
Ubuntu Jaunty 9.04 & autofs 4.1.4+debian-2.1ubuntu2
--
auto.smb acts weird when smbfs is not installed
https://bugs.launchpad.net/bugs/158816
You received this bug notification because you are a member of Ubuntu
Server Team, which is su
This bug is reproducible:
1. Ensure smbfs is not installed (or uninstall it if it is)
2. cd /auto.smb_base_dir/some_server
3. ls displays the shared folder list on the server
4. cd some_shared_folder
5. ls
Observed behaviour:
The second "ls" command displays the shared folder list on the server.