Chinaunix首页 | 论坛 | 博客
  • 博客访问: 364713
  • 博文数量: 62
  • 博客积分: 1272
  • 博客等级: 中尉
  • 技术积分: 674
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-15 16:58
文章分类

全部博文(62)

文章存档

2017年(1)

2014年(16)

2012年(12)

2011年(27)

2010年(6)

我的朋友

分类: BSD

2011-04-30 21:14:10


我使用下列命令:
# mount -t nfs 192.168.1.101:/download /Volumes
提示我
mount_nfs: /Volumes: Operation not permitted
我已经使用root权限,而且Volumes目录也存在,为啥不行呢?

经测试,使用-P选项,成功

# mount_nfs  -P 192.168.1.101:/download /Volumes

-P等价 -o resvport
阅读(4648) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~