l*******e 发帖数: 3584 | 1 Load the drive with squeeze debian on open suse
the drive loaded like this. I used sdd1 here installed debian with around
1G swap part.
/dev/sdd1 on /media/f7525419-1aaf-4689-b500-01ba3ad78a2b type ext2 (rw,
nosuid,nodev,uhelper=udisks)
/dev/sdd3 on /media/89cbb778-4ca7-4e2e-94ac-a5c31da40393 type ext3 (rw,
nosuid,nodev,uhelper=udisks)
nothing looks need to worried in hosts.allow and hosts.deny
hosts.allow
# /etc/hosts.allow: list of hosts that are allowed to access the system.
# ... 阅读全帖 |
|
L***e 发帖数: 42 | 2 Ok, mountd is also needed.
Now the problem is solved.
But, do I have to run "nfsd -a" and "mountd" manually everytime boot up the
computer?
Thanks for your attention. Sorry to bother you again, just to share what I
am going through.
Layne
At 09:44 AM 2/13/01 -0500, you wrote:
>I started nfsd manually, but no use. (isn't nfsd supposed to run
>automatically booting at level 3?)
>I use "nfsd -a" |
|
b*****l 发帖数: 9499 | 3 首先,mount 完不能访问,因为 UID GID 在两台机器上不一致。
其次,在 RHEL5 server 的 firewall 上为 LOCKD, MOUNTD, STATD, RQUOTAD, NFSD,
PORTMAPPER 开了一堆的洞,光选择 truested service 为 NFS4 好像不成。
大牛们,咋整啊?
记得几年前用 NFS,好像随便一设就成啊,没这么麻烦过。。。 |
|
f*****r 发帖数: 678 | 4 nfs server 的mountd port 不能改static的情况下。。 |
|
L***e 发帖数: 42 | 5 Hi,
I need to share a unix directory and mount it to another client computer for network licensing.
I share the directory with share command.
When I try to mount it from client computer, it says: "RPC program not registered".
What could that be?
I checked with "ps -ef |grep rpc*" and find on the server computer, these services are running:
rpcbind,
rpc.ttdbserverd
mountd is also on.
How do I solve this problem? Any idea?
Thanks.
p.s.:
I can mount other shared directories from other server comput |
|
m*******m 发帖数: 182 | 6 You need mountd to export the mounted directories, nfsd
handles all
the requests from RPC.
You should be able to start these services from some rc or
network scripts. |
|
s******e 发帖数: 493 | 7 First, you can check /etc/fstab file to see if the mounting point is still
correct or not. Then you may need to restart /etc/sbin/rpc.mountd and
/etc/sbin/rpc.nfsd demons manually on the client side or both the client and
the server sides. |
|
T********r 发帖数: 6210 | 8 make sure nfs server and mountd are running on the server. use "rpcinfo -p
server-ip" and "showmount server" to check the nfs server. |
|