Chinaunix首页 | 论坛 | 博客
  • 博客访问: 152823
  • 博文数量: 42
  • 博客积分: 852
  • 博客等级: 准尉
  • 技术积分: 430
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-10 09:59
文章分类

全部博文(42)

文章存档

2015年(2)

2013年(9)

2012年(21)

2011年(4)

2009年(6)

我的朋友

分类: 系统运维

2011-11-18 14:42:55

the problem:
bash-3.00# mount 172.17.192.37:/jkstart/software /mnt
nfs mount: mount: /mnt: Not owner
 
fixed:
bash-3.00# mount -F nfs -o vers=3 172.17.192.37:/jkstart/software /mnt
bash-3.00#
阅读(1058) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~