Tech Notes

LinuxNotes
WifiNotes
VimNotes

PythonDocumentation

automount

http://docsrv.caldera.com:8507/en/NetAdminG/autoT.mkdir.html
http://osr5doc.ca.caldera.com:457/NetAdminG/autoC.direct.html

/etc/autofs/auto.config

\#!/bin/bash

host=`echo $1|cut -d':' -f1`
share=`echo $1|cut -d':' -f2|perl -pne 's!\.!/!g'`

echo -fstype=nfs,hard,intr,nodev,nosuid $host:/$share