作者:[color="#333333"]linuxmine#gmail.com nfs server可以看作是一个FILE SERVER,它可以让你的PC通过网络将远端得nfs SERVER共享出来的档案MOUNT到自己的系统中,在CLIENT看来使用nfs的远端文件就象是在使用本地文件一样。 nfs协议从诞生到现在为止,已经有多个版本,如nfs V2(rfc1094),nfs V3(rfc1813)(最新的版本是V4(rfc3010)。 二、各nfs协议版本的主要区别 V3相对V2的主要区别: 1、文件尺寸 V2最大只支...
by atyu30 - BSD文档中心 - 2007-08-16 22:34:15 阅读(616) 回复(0)
solaris8 下配置nfs服务端 nfs SERVER IP=10.2.2.3 vi /etc/dfs/dfstab share -F nfs -o rw=@10.2.2.0/24 /export/home 只想让10.2.2.0这个网段挂接 在10.2.2.15上:mount -F nfs 10.2.2.3:/export/home /aaa 提示没有权限,目录权限完全没有问题 但是如果这样配置 vi /etc/dfs/dfstab share -F nfs -o rw=10.2.2.15 /export/home 在10.2.2.15上mount就没有问题 怎样配置某个网段可以访问!! 谢谢!!
nfs=Network File System What is nfs A network file system developed by Sun Microsystem Since 1980, and is available almost for all kinds of UNIX systems now. A distributed file system that provide transparent access to remote disks. User access remote disks as if they are local. Allows centralized administration of disks usage. Proveide File system consistency, because there is only one c...
(一)solaris 做server 1:基本运行程序是/etc/init.d/rpc和/etc/init.d/nfs.server 启动服务 /etc/rc3.d/S15nfs.server start S15nfs.server包含了rpc和nfs.server,还有日志等一些其它有用的程序.建议用S15nfs.server启动nfs的server端 要是想每次从起后都运行,保证S15nfs.server在/etc/rc3.d目录下 2:共享目录 vi /etc/dfs/dfstab文件中有共享条目,这些共享目录会在守护进程启动时自动共享。 这些进程在系统进入运行级别2时自动...
好了。。 终于开始测试我的nfs了。。。 客户端是使用Omni-nfs-X Enterprise.. 目前有win98/win2k两种版本。。。 但对nfs在fb4.8下面的配置还不是粉熟悉, 正在摸索中... 主要用途:建立大容量硬盘空间的共享。
ALL, 大家好, 我在HP-UNIX平台下,备份了DB2的数据库在HP-UNIX的文件系统中,但是我想把这个HP-UNIX的文件系统nfs到AIX系统中,让AIX能访问这文件系统,是否可行? 谢谢!
配置完成时执行, [root@localhost etc]# mount -t nfs localhost:/opt/photoframe/photos/ /home/meng/testshare/ 出现下面的错误 mount: mount to nfs server 'localhost' failed: RPC Error: Program not registered. 后来在网上发现下面说的重启nfs服务,另外修改了exports文件后,要exportfs -rv使之生效 服务器IP:172.0.0.1,主机名:p470-1, 通过nfs共享/disk1目录 在客户端使用 mount -t nfs p470-1:/disk1 /disk1 时...
What is the function of the unshareall command when run on an nfs server? A. Unshares only the last shared resources. B. Unshared all resources listed in the /etc/vfstab file. C. Unshares only those resources that are not currently being used. D. Unshares all shared resources listed in the /etc/dfs/sharetab file. E. Unshares and then re-shares all resources listed in...
我想做一个nfs文件输出,我在simt里做的,它提示 我失败:mknfsexp: 1831- 355 an export for /home already exists 我又查了一下,showmount -e 它又提示:showmount: no exported file systems for 10.*.*.* 我就纳闷了,一个提示已经存在,一个 提示没有输出列表,这是怎么回事呢?像同志们请教了,谢谢~~