都快几个月了,不过也没怎么上网找过,昨天终于搞定了,现在能听音乐,看电影了,太高兴了。
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=1
sudo gedit /etc/modprobe.d/alsa-base
然后在类似options snd-cmipci mpu_port=0x330 fm_port=0x388这一行前加 #号
本文由彩运网网址发布于网络安全,转载请注明出处:AIX下面挂载Linux文件系统彩运网网址