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

Re: NFS OK, but amd won't mount (Re: 80Mbps ...)



> (2) automount (amd) だといつまでも出て来ない

amd なんて動かしてみるのは学生の時以来なので完璧に忘れてますが
なんか mount できる程度には動きましたよ。

/etc/amd.conf:
[ global ]
dismount_interval =	900

[ /net ]
map_name =		/m/net

/m/net:
/defaults	fs:=${autodir}/${rhost}/root

fs		-rhost:=fs;opts:=ro,intr,bg \
		type:=nfs;rfs:=/export/macppc


mahoro% df
Filesystem  1K-blocks     Used     Avail Capacity  Mounted on
/dev/wd0a       77983    29204     44879    39%    /
/dev/wd0f     1949980   389519   1462962    21%    /var
/dev/wd0g      974982   234933    691299    25%    /usr
mfs:75          96863        1     92018     0%    /tmp
mahoro% 
mahoro% cd /net/fs
mahoro% pwd
/a/fs/root
mahoro% df
Filesystem           1K-blocks     Used     Avail Capacity  Mounted on
/dev/wd0a                77983    29206     44877    39%    /
/dev/wd0f              1949980   389519   1462962    21%    /var
/dev/wd0g               974982   234933    691299    25%    /usr
mfs:75                   96863        1     92018     0%    /tmp
fs:/export/macppc     23399937 10129100  12100840    45%    /a/fs/root
mahoro% cd /
mahoro% amq -u /net/fs
mahoro% df
Filesystem  1K-blocks     Used     Avail Capacity  Mounted on
/dev/wd0a       77983    29206     44877    39%    /
/dev/wd0f     1949980   389519   1462962    21%    /var
/dev/wd0g      974982   234933    691299    25%    /usr
mfs:75          96863        1     92018     0%    /tmp
mahoro%