由买买提看人间百态

topics

全部话题 - 话题: nfsd
(共0页)
L***e
发帖数: 42
1
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"
S*A
发帖数: 7142
2

Linux B 家 wifi 的 b43 driver 啊。你以为那个 b43 是基于 broadcomm
提供的文档开发出来的用在比较新的wifi芯片啊? B 家 MIPS 驱动有两个选择,
b43 是自己反向工程出来的,有源码。wl 是 B 家提供的,没源码,
只支持 2.4 MIPS kernel。 Openwrt 如果选 2.6 kernel,那就是用 b43
驱动。还有其他家用 B43 的我就不一一列了。
我只是想指出,很多人捧 B 家的 wifi 芯片,高大上,其实用起来不是那么好。
你说 Asus 用 B家的芯片 firmware 也高大上。如何请问你如何解释隔壁贴子好
几个 id 说那个 Asus 的旗舰路由经常抽风呢?这个不太符合稳定的前提啊。
我再给你一个 binary wl driver 不稳定的示例。
这是用 MBA 和 B 家官方最新的 wl driver (binary) 编译出来的。FC20
最新的 kernel. 经常抽风,我实在没法赞这个 B 家 wifi 芯片高大上。
[289269.848254] Modules linked in: wl(PO... 阅读全帖
w***g
发帖数: 5958
3
来自主题: Hardware版 - NAS装成了
CPU G3930 $40
主板 refurb MSI B250M $60
内存 8G DDR4 $76
电源 EVGA打折电源 $10 AR
16G USB $9
电源IDE/SATA转换头 $7
SATA线,螺丝 $15
机箱地下室回收 0
----------------------------------
除硬盘外总计 $217
买错部件浪费 $69 (64G M.2, 几根线)
硬盘 6x6TB 快$1000
全都下来税前$1250的样子, 提供22TB存储.
装ubuntu 16.04 server, mdadm软raid6, 跑nfs
目前正在nfs+rsync倒数据, 35... 阅读全帖
b*****l
发帖数: 9499
4
来自主题: Linux版 - nfs 问题 :S
首先,mount 完不能访问,因为 UID GID 在两台机器上不一致。
其次,在 RHEL5 server 的 firewall 上为 LOCKD, MOUNTD, STATD, RQUOTAD, NFSD,
PORTMAPPER 开了一堆的洞,光选择 truested service 为 NFS4 好像不成。
大牛们,咋整啊?
记得几年前用 NFS,好像随便一设就成啊,没这么麻烦过。。。
b*****l
发帖数: 9499
5
来自主题: Linux版 - nfs 问题 :S
这个。。。 比较尴尬吧。。。

NFSD
m*******m
发帖数: 182
6
Do you have nfsd running?
m*******m
发帖数: 182
7
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.
L***a
发帖数: 239
8
来自主题: Unix版 - showmount & mount problem?
when I do
> showmount -e xxx.xxx.xxx.xxx
Exports list on xxx.xxx.xxx.xxx:
/usr Everyone
/home Everyone
/ Everyone
Then, I try to mount:
> mount xxx.xxx.xxx.xxx:/ /tmp/mount
It give me:
xxx.xxx.xxx.xxx:/: RPCPROG_MNT: RPC: Authentication error; why = Client
credentia
l too weak
or it will give me;
> mount xxx.xxx.xxx.xxx:/ /tmp/mount
xxx.xxx.xxx.xxx:/usr: nfsd: RPCPROG_NFS: RPC: Program not registered
Why?
s******e
发帖数: 493
9
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.
(共0页)