Is there a script that uses smbclient -L or something to figure out the available shares on a given windows smb host, similar to the auto.net script that uses showmount to figure out the available mountpoints for a given NFS host?
The goal is to have a /smb directory that will function just like my NFS /net directory.. currently I have auto.misc with the line * -fstype=smbfs,username=guest,password= ://&/c But not all shares are called "C". I guess there is no catch-all solution for the password thing, but maybe someone has written the script for finding the shares? TIA, Christoph
