Binand Raj S. wrote: >On Mon, Sep 09, 2002 at 09:00:30PM +0530, USM Bish wrote: > > >>>I have even added an entry to my auto.mnt file where I >>>have all my autofs mounted mount points. >>> >>>camera -fstype=auto /dev/sda1 >>> >>> >>Just a small query, which is this file auto.mnt? Is it typical >>for RH ? >> >> > >Don't know enough of the thread to authoritatively state, but the name >and the entry look as if /etc/auto.mnt is a map file for the automounter >daemon (configured in /etc/auto.master). > >rpm -qi autofs > >The package is GPL'ed, so surely there's a debian package somewhere? > >Binand > As Binand stated yes. add this line to your /etc/auto.master /mnt /etc/auto.mnt --timeout=60
then add this line to /etc/auto.mnt camera -fstype=auto /dev/sda1 you should able to mount any folder and it is useful especially for removable/networked fs's on demand, reducing lots of unnecessary queries made by varies applications when mounted. there by reducing the workload and network bandwith usages(applications includes are mostly df, sshd, konqueror and etc...) -Jujubhs ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
