ChinaUnix.net
相关文章推荐:

108 mount NFS

系統sun os 5.8: 問題描述: 1、mount -F nfs 172.16.10.80:/u03 /u05出錯如下錯誤: nfs mount: 172.16.10.80:/u03: Permission denied 2、172.16.10.80系統solaris 10,系統運行正常, nfs服務運行正常 root 9394 1 0 15:59:26 ? 0:00 /usr/lib/nfs/mountd root 208 1 0 17:59:12 ? 0:00 /usr/lib/nfs/lockd daemon 209 1 0 17:59:12 ? 0:00 /usr/lib/nfs/statd r...

by liushihuar - Solaris - 2009-01-16 11:00:48 阅读(3215) 回复(7)

相关讨论

nfs mount Problem Determination Abstract This technote shows some common nfs mount problems on AIX and gives you some ideas on how to solve them. These connectivity issues can occur when you are trying to mount an exported IBM TotalStorage NAS Gateway 500 nfs share from any nfs client (UNIX/AIX/Linux). . Contents _ Check if the file system you try to mount is exported When a mount request is se...

by 黑眼豆豆 - 存储文档中心 - 2006-11-25 01:50:11 阅读(1100) 回复(0)

需要写一个用来mount远地nfs server的程序,用户态,由于安全考虑不使用system方式挂载,而直接使用系统api,可是遇到了问题,下面是写的代码?测试结果是,不能每次都mount上磁盘,运气好的话,可以mount上远地的nfs,可是不是每次都成功,而且不成功的次数大多数。非常郁闷,希望大家的帮助。 #include mount.h> #include nfs_mount.h> #include #include #include #inc...

by hoog - 内核/嵌入技术 - 2006-11-09 22:47:15 阅读(677) 回复(0)

--> 今天重新烧了开发板的内核和文件系统后发现 不能mount nfs文件了,提示错误: >mount 192.168.2.122:/ /mnt portmap:server localhost not responding,timed out portmap:server localhost not responding,timed out locked_up:makesock failed,error=-5 试了很久,restart nfs不行,错误一样(pc上是可以自己mount自己); 重新换成以前的内核和文件系统也同样错误; 在vmware和pc下都这样,这可以是怎么回事呢? 谢谢看看

by khyang - 程序开发 - 2006-07-21 08:22:15 阅读(557) 回复(1)

今天重新烧了开发板的内核和文件系统后发现 不能mount nfs文件了,提示错误: >mount 192.168.2.122:/ /mnt portmap:server localhost not responding,timed out portmap:server localhost not responding,timed out locked_up:makesock failed,error=-5 试了很久,restart nfs不行,错误一样(pc上是可以自己mount自己); 重新换成以前的内核和文件系统也同样错误; 在vmware和pc下都这样,这可以是怎么回事呢?

by khyang - 系统管理 - 2006-07-20 18:07:23 阅读(626) 回复(2)

我现在在一台服务器上作了三个nfs的文件系统,客户机有200台,每台都要开机自动mount上这三个文件系统,但我发现客户机mount时候总是报 [root@localhost root]# mount 10.28.2.1:/avtech/share/software /software mount: RPC:超时 难道说我的客户机太多了,服务器相应不过来了,怎么才能解决这个问题 我的nfs服务器是默认配置

by supersuper - 服务器架设 - 2005-11-29 15:43:54 阅读(1640) 回复(4)

今天一个朋友问aix 和nas的事情.手头的资料都在公司.所以上网给他找了一个资料还不错. nfs mount Problem Determination [color="#ffffff"]Abstract This technote shows some common nfs mount problems on AIX and gives you some ideas on how to solve them. These connectivity issues can occur when you are trying to mount an exported IBM TotalStorage NAS Gateway 500 nfs share from any nfs client (UNIX/AIX/Linux...

by 我爱臭豆腐 - AIX文档中心 - 2005-11-25 22:19:13 阅读(2408) 回复(0)

我在nfs server端有2T数据,可是我在linux下mount上来。 df一下只显示600多G这是怎么搞得,应该怎么解决? 我在AIX下mount显示的就正确。 在线等。。。。。。

by cht11cht - 服务器架设 - 2005-10-29 09:27:42 阅读(1494) 回复(2)

我在192.168.100.34 的dfstab中加了: /usr/sbin/share -F nfs -o rw -d "lw" /doc/lw 然后: /etc/init.d/nfs.server stop /etc/init.d/nfs.server start 在192.168.102.1上 root@Application # mount -F nfs 192.168.100.34:/doc/lw /doc nfs mount: 192.168.100.34: : RPC: Rpcbind出错 - RPC: 超时 nfs mount: 重试:/doc nfs mount: 192.168.100.34: : RPC: Rpcbind出错 - RPC: 超时 请教各位,是什么原...

by seizetheday - Solaris - 2005-10-27 10:42:56 阅读(4442) 回复(15)

一台720,os是5.1, 还有一台Unix服务器有一目录向别的机器提供 有nfs服务 别的UNIX或Linux 系统都可以mount该unix目录, 可就是720mount不上, 错误信息是 Cannot find address for specified system name. 不管mount时是用主机名还是地址. 请各位有经验的同仁赐教

by lixbn - AS400 - 2005-06-07 19:38:44 阅读(1572) 回复(1)

一块板子,通过nfs系统启动,主机上的/etc/exports设置为: /opt/rootfs *(rw,no_all_squash,no_root_squash) 板子可以启动,也可以mount上主机 mount 192.168.0.10:/opt/rootfs /mnt/nfs 但是在过一段时间(小于三分钟),就会出现下面的错误: RPC: sendmsg returned error 128 nfs: RPC call returned error 128 哪位知道是什么原因造成的,怎么解决? 谢谢!

by faquirsun - 服务器架设 - 2005-03-17 23:51:31 阅读(1003) 回复(2)