solaris mount细节
1. 首先确保 nfs server is running.
Restart the nfs server
/etc/init.d/nfs.server stop
/etc/init.d/nfs.server start
2.
在机器A上输入 machineA# share -F nfs -o rw /share-dir
在机器B上输入 machineB# mount -F nfs machineA:/share-dir /mount-point
第一条命令把机器A的 share-dir 目录共享出来,并且共享的权限是可读写;
第二条命令把机器A的共享目录挂接到机器B的 mount-point 目录上。
完成这两个命令后,用户在机器B上通过对mount-point的访问就可以操作机器A上的share-dir目录了。
3.如果出现Device busy错误怎么办?
用fuser查看这个目录被那个进程使用,然后kill 掉这个进程即可
#fuser /opt/wacos/CTMSData/: 8892r8916r8932r8959r8992rc8996rc8997rc8999rc9006rc 9007rc9010rc9013r9015rc9025r9029r9033rc9035r9039rc9058rc9107rc 9109rc9126rc9130r9366r9375r9439r
页:
[1]