[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:12649] Re: about automount option



こんにちは、関島です。

From: suisa@xxxxxxxxxxxxxxxxxx (T.N)
Subject: [debian-users:12627] about automount option
Date: Sun, 7 Feb 1999 21:06:31 +0900

> そこでお聞きしたいのですが -t オプションを有効にするには autofs の
> どこを変えれば良いのでしょうか? 

/etc/init.d/autofsでは、
---
# special: treat -t or --timeout (or any reasonable derivative)
# specially, since it can't be made a normal mount option.
if echo $options | grep -- '-t' >/dev/null 2>&1 ; then
    mountoptions="--timeout $(echo $options | \
    sed 's/^.*-t\(imeout\)*[ \t]*\([0-9][0-9]*\).*$/\2/g')"
fi
---
と書かれていますので、/etc/auto.masterに

	/amnt   /etc/auto.amnt	-t2

などと書けば、お望みのことができると思います。
-- 
関島 章文	(sekijima@xxxxxxxxxxxxxxxxxxx)