Chinaunix首页 | 论坛 | 博客
  • 博客访问: 397819
  • 博文数量: 119
  • 博客积分: 1470
  • 博客等级: 上尉
  • 技术积分: 1258
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-24 13:50
文章分类

全部博文(119)

文章存档

2018年(6)

2017年(11)

2016年(4)

2013年(8)

2012年(1)

2011年(2)

2010年(4)

2009年(37)

2008年(16)

2006年(30)

我的朋友

分类:

2009-01-16 15:39:53

1. NFS export the filesystem from the donor server.

2. Set up a file called /etc/nfs.direct with the following contents (
flags in field 2 can be varied for soft mounts, read-only etc ):
/mount_point -rw,hard,intr donor_server:/donor_filesystem

3. Set up a file called /etc/auto_master with the following contents:
/- /etc/nfs.direct

4. Run /usr/sbin/automount if not already running. This will
automatically restart after a reboot due to the existence of
/etc/auto_master.


lssrc -s automountd  打印AUTOUMOUNT进程
stopsrc -s automountd 停止automount进程
startsrc -s automountd 启动automount进程
/usr/sbin/automount -i 60 闲置60秒自动UMOUNT
阅读(1738) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~