<div dir="ltr">Hello all,<br><br>I've been working on a construction to make access to networkresources easier, using autofs.<br><br>The construction permits user access to
networkresources like a Samba/Windows server with cifs, FTP servers
using curlftpfs and SSH using sshfs (fuse), in one directory created
with autofs. I'm sure more services like nfs and ipx are possible, but I did not test that. (in fact there should be a lookup utility, simular to nmblookup or nbtscan and a mount helper, and of course support in the kernel..)<br>

<br>The construction creates a directory in your home directory like:<br><br>/home/sbon/Global Network<br><br><br>under which the different networks go:<br><br><span style="font-family: courier new,monospace;">/home/sbon/Global Network/FTP</span>                              <br>
<div dir="ltr">                                         SSH access<br>                                         Windows Network<br><br><br>when browsing the Windows Network tree, you're able to select the workgroup, host and share.<br>

<br>/home/sbon/Global Network/Windows Network/BONONLINE<br>                                                                        ROUTER<br>                                                                           bononline<br>

                                                                           ftp<br>                                                                           public<br>                                                                           sbon<br>

                                                                    CWWERKGROEP<br><br>These shares are mounted when accessed, using cifs. The use of credentials is supported, guest access is the default.<br>Cifs is supprting much more than the kioslaves or the Gnome VFS. For example oplocks, ACL's and inotify, <br>
which play an important role in the Windows networks, but I think you already know that...<br><br>(and: a desktop manager should should not be involved with network services/filesystems)<br>
<br>The tree is dynamically created using nbtscan (or nmblookup) and smbclient.<br><br>I'm trying to write an article about this toppic, which should soon appear in the dutch Linux Magazine.<br><br>What I'm asking is, are you interested in this construction? I'm very enthousiast about it, and I'm sure it has potential.<br>
<br><br>Look for some information at the website:<br><br><a href="http://linux.bononline.nl/linux/automountsmbshares/automountsmbshares-page01a.php" target="_blank">http://linux.bononline.nl/linux/automountsmbshares/index.php</a><br>
<br>Information there is not ready yet, I'm working on that.<br>
<br><br>Looking forward to your reply,<br><br>Stef Bon<br>Voorburg<br>the Netherlands<br></div></div>