啊,比如你有两个路径需要export,那么现在就只能这么做了:
mkdir /export
mount --bind /path1 /export/path1
mount --bind /path2 /export/path2
然后/etc/exports这样了:
/export 192.168.0.0/24(rw,fsid=0,no_subtree_check)
/export/path1 192.168.0.0/24(rw,no_subtree_check)
/export/path2 192.168.0.0/24(rw,no_subtree_check)
fsid=0那一项是必须的
【 在 JulyClyde 的大作中提到: 】
: 给我个例子行不
--
修改:hyoga FROM 122.210.84.*
FROM 122.210.84.*