Welcome 微信登录

首页 / 操作系统 / Linux / AIX下面挂载Linux文件系统

aix下面挂载linux文件系统,失败,如下代码# mount 172.16.4.176:/Tbackup /Tbackup/dbra
mount: 1831-008 giving up on:
172.16.4.176:/Tbackup
vmount: Operation not permitted.
----------------------------------------------------------------------
# nfso -p -o nfs_use_reserved_ports=1
Setting nfs_use_reserved_ports to 1
Setting nfs_use_reserved_ports to 1 in nextboot file
# mount 172.16.4.176:/Tbackup /Tbackup/dbra#
ps:
5.2版本下执行:
nfso -o nfs_use_reserved_ports=1
5.2(含)以上执行:
nfso -p -o nfs_use_reserved_ports=1官方参考: Technote (FAQ)
 
Question When nfs mounting from a Linux NFS server, customer gets the following
error:vmount: operation not permited 
  
 
Answer --------------------------------------------------------------------------------Environment
AIX versions 4.x and 5.x
Sometimes Linux NFS servers will do port checking and require that the NFS client use a reserved port. nfso -o nfs_use_reserved_ports=1
If the mount is going to be permanent, then the change needs to survive across a reboot. The nfs option must be changed permanently. On AIX 4.x and 5.1, the command above should be added to the startup scripts (possibly /etc/rc.nfs). On AIX 5.2 and above, the change can be made permanent by adding the -p flag. nfso -p -o nfs_use_reserved_ports=1Linux中设定umask的作用RedHat Linux 5中RAW设备的建立相关资讯      Linux教程 
  • Linux教程:如何在命令行中查看目  (07/28/2014 12:22:23)
  • Linux 修改root密码  (11/03/2012 07:53:38)
  • su - root 与su root的区别  (06/06/2012 00:39:40)
  • Linux进程间通信:消息队列  (01/28/2013 09:43:00)
  • U盘安装Linux开机无法启动解决方法  (10/07/2012 08:55:52)
  • Windows 7/Linux 同步时间  (05/15/2012 06:17:55)
本文评论 查看全部评论 (0)
表情: 姓名: 字数