ChinaUnix.net
相关文章推荐:

ubuntu nfs mount

nfs(Network File System, 网络文件系统)可以通过网络将分享不同主机(不同的OS)的目录——可以通过nfs挂载远程主机的目录, 访问该目录就像访问本地目录一样! 一般而言, 使用nfs能够方便地使各unix-like系统之间实现共享. 但如果需要在unix-like和windows系统之间共享, 就得使用samba了! nfs运行在SUN的RPC(Remote Procedure Call, 远程过程调用)基础上, RPC定义了一种与系统无关的方法来...

by zzzppp - 网络技术文档中心 - 2006-04-30 22:49:00 阅读(728) 回复(0)

网络管理

相关讨论

系統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 阅读(3217) 回复(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 阅读(1641) 回复(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 阅读(2409) 回复(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 阅读(4444) 回复(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 阅读(1575) 回复(1)